Hello,
I have a server on linux, all works, but when i add oxide linux build, i have this spamming in the console :
The referenced script (NPCPlayerNavigator) on this Behaviour is missing!
The referenced script on this Behaviour (Game Object 'TunnelDweller') is missing!
The referenced script on this Behaviour (Game Object 'TunnelDweller') is missing!
The referenced script on this Behaviour (Game Object 'TunnelDweller') is missing!
The referenced script on this Behaviour (Game Object 'TunnelDweller') is missing!
System.NullReferenceException: Object reference not set to an instance of an object
at HumanNPC.ServerThink (System.Single delta) [0x00007] in <56eeec3518b046de81c7f1618a4cd334>:0
at NPCPlayer.ServerThink_Internal () [0x0000d] in <56eeec3518b046de81c7f1618a4cd334>:0
at HumanNPC.TryThink () [0x00000] in <56eeec3518b046de81c7f1618a4cd334>:0
at AIThinkManager.ProcessQueue () [0x00082] in <56eeec3518b046de81c7f1618a4cd334>:0
System.NullReferenceException: Object reference not set to an instance of an object
at HumanNPC.ServerThink (System.Single delta) [0x00007] in <56eeec3518b046de81c7f1618a4cd334>:0
at NPCPlayer.ServerThink_Internal () [0x0000d] in <56eeec3518b046de81c7f1618a4cd334>:0
at HumanNPC.TryThink () [0x00000] in <56eeec3518b046de81c7f1618a4cd334>:0
at AIThinkManager.ProcessQueue () [0x00082] in <56eeec3518b046de81c7f1618a4cd334>:0
I have the last oxide and the last rust version.
Thanks you ! :)
The referenced script on this Behaviour (Game Object 'TunnelDweller') is missingNot An Issue
Thst would generally indicate that you are using a non-release branch of Rust, or using an old Oxide build.
I use staging Rust server, and i have the latest oxide build https://prnt.sc/13ha4ix
Oxide builds are for the release branch.
Locked automatically