Join the Game4Freak Discord Get exclusive plugin sneak peeks, talk directly with VisEntities, never miss important updates, and unlock special discount codes!

Bug Exception While Calling NextTick Callback

laurent.mazenq

Customer
Exception lors de l'appel du rappel NextTick (NullReferenceException : La référence d'objet n'est pas définie à une instance d'un objet)
à BaseNetworkable.OcclusionTransitionNetGroup (Network.Visibility.Group oldGroup, Network.Visibility.Group newGroup) [0x00025] dans <a162c575f379443f98b91631025792a6>:0
à BaseNetworkable.OnNetworkGroupChange (Network.Visibility.Group oldGroup) [0x000c3] dans <a162c575f379443f98b91631025792a6>:0
à Network.Networkable.SwitchGroup (Network.Visibility.Group newGroup) [0x000
Ligne trop longue, elle a été tronquée. Cliquez pour afficher le texte complet.
03/05 20:36:10 | Vous avez collé la structure avec succès
03/05 20:36:10 | Exception lors de l'appel du rappel NextTick (NullReferenceException : La référence d'objet n'est pas définie à une instance d'un objet)
à BaseNetworkable.OcclusionTransitionNetGroup (Network.Visibility.Group oldGroup, Network.Visibility.Group newGroup) [0x00025] dans <a162c575f379443f98b91631025792a6>:0
à BaseNetworkable.OnNetworkGroupChange (Network.Visibility.Group oldGroup) [0x000c3] dans <a162c575f379443f98b91631025792a6>:0
à Network.Networkable.SwitchGroup (Network.Visibility.Group newGroup) [0x000af] dans <18022c47ee754b49b9ca8dfce46d7791>:0
à Network.Networkable.UpdateGroups (UnityEngine.Vector3 position) [0x0003d] dans <18022c47ee754b49b9ca8dfce46d7791>:0
à BaseNetworkable.UpdateNetworkGroup () [0x00036] dans <a162c575f379443f98b91631025792a6>:0
à (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.BaseEntity.UpdateNetworkGroup_Patch1(BaseEntity)
à BaseNetworkable.Spawn () [0x0005b] dans <a162c575f379443f98b91631025792a6>:0
à BaseEntity.Spawn () [0x00000] dans <a162c575f379443f98b91631025792a6>:0
à Oxide.Plugins.RaidableBoats.SpawnNPCGunner (Canon canon, System.Single health, Oxide.Plugins.RaidableBoats+NpcLoadoutKit loadoutKit) [0x00102] dans <f676d0253bd54758b6b559dd3ea0c831>:0
à Oxide.Plugins.RaidableBoats.SetupCannonGunners (Oxide.Plugins.RaidableBoats+RaidableBoatInstance instance, System.Collections.Generic.List`1[T] cannons, System.Int32 count, Oxide.Plugins.RaidableBoats+DifficultyTier difficultyTier) [0x000a8] dans <f676d0253bd54758b6b559dd3ea0c831>:0
à Oxide.Plugins.RaidableBoats.OnPasteComplete (System.Collections.Generic.List`1[T] entities, UnityEngine.Vector3 position, Oxide.Plugins.RaidableBoats+BoatProfile profile, Oxide.Plugins.RaidableBoats+SpawnType type, BasePlayer requester) [0x003d5] dans <f676d0253bd54758b6b559dd3ea0c831>:0
à Oxide.Plugins.RaidableBoats+<>c__DisplayClass126_0.<SpawnRaidableBoat>b__1 () [0x0000c] dans <f676d0253bd54758b6b559dd3ea0c831>:0
à Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00380] dans <1ff95f1fbeee4bc5b537aab8edce345d>:0
à Oxide.Plugins.CopyPaste+<>c__DisplayClass65_0.<Paste>b__0 () [0x00000] dans <1ff95f1fbeee4bc5b537aab8edce345d>:0
à Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] dans <15f61ddda771464d8246ebdce8ff4811>:0
 
Hi
the boats are not spawning after force wipe. this is what is happening when I reload plugin

Code:
Unloaded plugin Raidable Boats v1.3.1 by VisEntities
[Raidable Boats] Profile 'default': CopyPaste file 'raidboat_default' not found! Skipping.
[Raidable Boats] Loaded 7 boat profiles.
Loaded plugin Raidable Boats v1.3.1 by VisEntities
[Raidable Boats] Generated 834 ocean spawn nodes.
[Raidable Boats] Generated 5184 deep sea spawn nodes (avoided 4 structures).
[Raidable Boats] Restoring 6 persisted raidable boats.
You've successfully pasted the structure
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
  at BaseNetworkable.OcclusionTransitionNetGroup (Network.Visibility.Group oldGroup, Network.Visibility.Group newGroup) [0x00025] in <a162c575f379443f98b91631025792a6>:0
  at BaseNetworkable.OnNetworkGroupChange (Network.Visibility.Group oldGroup) [0x000c3] in <a162c575f379443f98b91631025792a6>:0
  at Network.Networkable.SwitchGroup (Network.Visibility.Group newGroup) [0x000af] in <18022c47ee754b49b9ca8dfce46d7791>:0
  at Network.Networkable.UpdateGroups (UnityEngine.Vector3 position) [0x0003d] in <18022c47ee754b49b9ca8dfce46d7791>:0
  at BaseNetworkable.UpdateNetworkGroup () [0x00036] in <a162c575f379443f98b91631025792a6>:0
  at BaseEntity.UpdateNetworkGroup () [0x00194] in <a162c575f379443f98b91631025792a6>:0
  at BaseNetworkable.Spawn () [0x0005b] in <a162c575f379443f98b91631025792a6>:0
  at BaseEntity.Spawn () [0x00000] in <a162c575f379443f98b91631025792a6>:0
  at Oxide.Plugins.RaidableBoats.SpawnNPCGunner (Cannon cannon, System.Single health, Oxide.Plugins.RaidableBoats+NpcLoadoutKit loadoutKit) [0x00102] in <35f053ad58904f02a569548b7bef1d9e>:0
  at Oxide.Plugins.RaidableBoats.SetupCannonGunners (Oxide.Plugins.RaidableBoats+RaidableBoatInstance instance, System.Collections.Generic.List`1[T] cannons, System.Int32 count, Oxide.Plugins.RaidableBoats+DifficultyTier difficultyTier) [0x000a8] in <35f053ad58904f02a569548b7bef1d9e>:0
  at Oxide.Plugins.RaidableBoats.OnPasteComplete (System.Collections.Generic.List`1[T] entities, UnityEngine.Vector3 position, Oxide.Plugins.RaidableBoats+BoatProfile profile, Oxide.Plugins.RaidableBoats+SpawnType type, BasePlayer requester) [0x003d5] in <35f053ad58904f02a569548b7bef1d9e>:0
  at Oxide.Plugins.RaidableBoats+<>c__DisplayClass126_0.<SpawnRaidableBoat>b__1 () [0x0000c] in <35f053ad58904f02a569548b7bef1d9e>:0
  at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00380] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste+<>c__DisplayClass65_0.<Paste>b__0 () [0x00000] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <15f61ddda771464d8246ebdce8ff4811>:0
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x0116f] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x023bf] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x023bf] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00088] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste+<>c__DisplayClass65_0.<Paste>b__0 () [0x00000] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <15f61ddda771464d8246ebdce8ff4811>:0
[Raidable Boats] CopyPaste paste timed out after 30s. The completion callback was never called.
NullReferenceException: Object reference not set to an instance of an object
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x0116f] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x023bf] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x023bf] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00088] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste+<>c__DisplayClass65_0.<Paste>b__0 () [0x00000] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <15f61ddda771464d8246ebdce8ff4811>:0
Failed to call hook 'OnCollectiblePickup' on plugin 'KillRecords v1.3.902' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.KillRecords.OnCollectiblePickup (CollectibleEntity collectible, BasePlayer player) [0x00254] in <e7d04e5614a34dadb0fd4e81ca8526ad>:0
  at Oxide.Plugins.KillRecords.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01101] in <e7d04e5614a34dadb0fd4e81ca8526ad>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <15f61ddda771464d8246ebdce8ff4811>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0
[Raidable Boats] CopyPaste paste timed out after 30s. The completion callback was never called.
 
Hi
the boats are not spawning after force wipe. this is what is happening when I reload plugin

Code:
Unloaded plugin Raidable Boats v1.3.1 by VisEntities
[Raidable Boats] Profile 'default': CopyPaste file 'raidboat_default' not found! Skipping.
[Raidable Boats] Loaded 7 boat profiles.
Loaded plugin Raidable Boats v1.3.1 by VisEntities
[Raidable Boats] Generated 834 ocean spawn nodes.
[Raidable Boats] Generated 5184 deep sea spawn nodes (avoided 4 structures).
[Raidable Boats] Restoring 6 persisted raidable boats.
You've successfully pasted the structure
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
  at BaseNetworkable.OcclusionTransitionNetGroup (Network.Visibility.Group oldGroup, Network.Visibility.Group newGroup) [0x00025] in <a162c575f379443f98b91631025792a6>:0
  at BaseNetworkable.OnNetworkGroupChange (Network.Visibility.Group oldGroup) [0x000c3] in <a162c575f379443f98b91631025792a6>:0
  at Network.Networkable.SwitchGroup (Network.Visibility.Group newGroup) [0x000af] in <18022c47ee754b49b9ca8dfce46d7791>:0
  at Network.Networkable.UpdateGroups (UnityEngine.Vector3 position) [0x0003d] in <18022c47ee754b49b9ca8dfce46d7791>:0
  at BaseNetworkable.UpdateNetworkGroup () [0x00036] in <a162c575f379443f98b91631025792a6>:0
  at BaseEntity.UpdateNetworkGroup () [0x00194] in <a162c575f379443f98b91631025792a6>:0
  at BaseNetworkable.Spawn () [0x0005b] in <a162c575f379443f98b91631025792a6>:0
  at BaseEntity.Spawn () [0x00000] in <a162c575f379443f98b91631025792a6>:0
  at Oxide.Plugins.RaidableBoats.SpawnNPCGunner (Cannon cannon, System.Single health, Oxide.Plugins.RaidableBoats+NpcLoadoutKit loadoutKit) [0x00102] in <35f053ad58904f02a569548b7bef1d9e>:0
  at Oxide.Plugins.RaidableBoats.SetupCannonGunners (Oxide.Plugins.RaidableBoats+RaidableBoatInstance instance, System.Collections.Generic.List`1[T] cannons, System.Int32 count, Oxide.Plugins.RaidableBoats+DifficultyTier difficultyTier) [0x000a8] in <35f053ad58904f02a569548b7bef1d9e>:0
  at Oxide.Plugins.RaidableBoats.OnPasteComplete (System.Collections.Generic.List`1[T] entities, UnityEngine.Vector3 position, Oxide.Plugins.RaidableBoats+BoatProfile profile, Oxide.Plugins.RaidableBoats+SpawnType type, BasePlayer requester) [0x003d5] in <35f053ad58904f02a569548b7bef1d9e>:0
  at Oxide.Plugins.RaidableBoats+<>c__DisplayClass126_0.<SpawnRaidableBoat>b__1 () [0x0000c] in <35f053ad58904f02a569548b7bef1d9e>:0
  at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00380] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste+<>c__DisplayClass65_0.<Paste>b__0 () [0x00000] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <15f61ddda771464d8246ebdce8ff4811>:0
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x0116f] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x023bf] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x023bf] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00088] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste+<>c__DisplayClass65_0.<Paste>b__0 () [0x00000] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <15f61ddda771464d8246ebdce8ff4811>:0
[Raidable Boats] CopyPaste paste timed out after 30s. The completion callback was never called.
NullReferenceException: Object reference not set to an instance of an object
Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x0116f] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x023bf] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteEntity (System.Collections.Generic.Dictionary`2[TKey,TValue] data, Oxide.Plugins.CopyPaste+PasteData pasteData, BaseEntity parent) [0x023bf] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste.PasteLoop (Oxide.Plugins.CopyPaste+PasteData pasteData) [0x00088] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Plugins.CopyPaste+<>c__DisplayClass65_0.<Paste>b__0 () [0x00000] in <f921c011778f487f8972896cf5663d25>:0
  at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <15f61ddda771464d8246ebdce8ff4811>:0
Failed to call hook 'OnCollectiblePickup' on plugin 'KillRecords v1.3.902' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.KillRecords.OnCollectiblePickup (CollectibleEntity collectible, BasePlayer player) [0x00254] in <e7d04e5614a34dadb0fd4e81ca8526ad>:0
  at Oxide.Plugins.KillRecords.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01101] in <e7d04e5614a34dadb0fd4e81ca8526ad>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <15f61ddda771464d8246ebdce8ff4811>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0
[Raidable Boats] CopyPaste paste timed out after 30s. The completion callback was never called.
The problem comes from broken code in the game. It has been reported to Facepunch and they are currently looking into it
 
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart