Jump to content

recently Balloon error spam

Pending 2.2.3

MichuX
MichuX

Posted

Cannot set the parent of the GameObject 'assets/prefabs/deployable/hot air balloon/hotairballoon.prefab' while activating or deactivating the parent GameObject 'assets/content/vehicles/boats/cargoship/cargoshiptest.prefab'.
Cannot set the parent of the GameObject 'assets/prefabs/deployable/hot air balloon/hotairballoon.prefab' while activating or deactivating the parent GameObject 'assets/content/vehicles/boats/cargoship/cargoshiptest.prefab'.
NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Rigidbody.set_isKinematic(UnityEngine.Rigidbody,bool)
  at Oxide.Plugins.AirEvent+ControllerAirEvent.FixedUpdate () [0x00015] in <acdfe2b3e6524a079169527401c2a83c>:0 

NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Rigidbody.set_isKinematic(UnityEngine.Rigidbody,bool)
  at Oxide.Plugins.AirEvent+ControllerAirEvent.FixedUpdate () [0x00015] in <acdfe2b3e6524a079169527401c2a83c>:0 

NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Rigidbody.set_isKinematic(UnityEngine.Rigidbody,bool)
  at Oxide.Plugins.AirEvent+ControllerAirEvent.FixedUpdate () [0x00015] in <acdfe2b3e6524a079169527401c2a83c>:0 

NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Rigidbody.set_isKinematic(UnityEngine.Rigidbody,bool)
  at Oxide.Plugins.AirEvent+ControllerAirEvent.FixedUpdate () [0x00015] in <acdfe2b3e6524a079169527401c2a83c>:0 

NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Component.get_transform(UnityEngine.Component)
  at BaseEntity.WorldSpaceBounds () [0x00000] in <fb45d148c721409f96718464d8864b9a>:0 
  at BaseEntity.CenterPoint () [0x00000] in <fb45d148c721409f96718464d8864b9a>:0 
  at SamSite.AddTargetSet (System.Collections.Generic.List`1[T] allTargets, System.Single scanRadius) [0x0001d] in <fb45d148c721409f96718464d8864b9a>:0 
  at SamSite.TargetScan () [0x000c2] in <fb45d148c721409f96718464d8864b9a>:0 
  at InvokeHandlerBase`1[T].DoTick () [0x00138] in <97363e0bbe864c65a9819cff9eddaf42>:0 
  at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <97363e0bbe864c65a9819cff9eddaf42>:0 

NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Rigidbody.set_isKinematic(UnityEngine.Rigidbody,bool)
  at Oxide.Plugins.AirEvent+ControllerAirEvent.FixedUpdate () [0x00015] in <acdfe2b3e6524a079169527401c2a83c>:0 

 

 

Only stops when I restart server

Jbird

Posted

On 10/15/2024 at 10:47 PM, MichuX said:

Only stops when I restart server

First do you see the hot air balloons at the event when it is running? At first the developer thought possibly not but actually looking more at the error he thinks they are there but something is removing the Rigidbody from the balloon. The developer shared this that could help clear that error up potentially.

airBalloon.myRigidbody.isKinematic = true;

->

if (airBalloon.myRigidbody != null) airBalloon.myRigidbody.isKinematic = true;

This would fix port of the issue but finding what is removing the Rigidbody from hot air balloons on the server whether plugin or not, would still cause the Sam Site error since it does not have one.

The other concern though that doesn't even make sense and was a big reason I wanted to talk to him before responding, is that the code is saying that the hot air balloon was trying to attach to cargoship, which makes no sense at all really.

It will be best to test without other plugins, and then compare with plugins you do have loaded to find out which ones are causing the issues leading to the errors.

I am assuming the issue happens every time the event runs?

  • Love 1
MichuX

Posted

7 hours ago, Jbird said:

First do you see the hot air balloons at the event when it is running? At first the developer thought possibly not but actually looking more at the error he thinks they are there but something is removing the Rigidbody from the balloon. The developer shared this that could help clear that error up potentially.

airBalloon.myRigidbody.isKinematic = true;

->

if (airBalloon.myRigidbody != null) airBalloon.myRigidbody.isKinematic = true;

This would fix port of the issue but finding what is removing the Rigidbody from hot air balloons on the server whether plugin or not, would still cause the Sam Site error since it does not have one.

The other concern though that doesn't even make sense and was a big reason I wanted to talk to him before responding, is that the code is saying that the hot air balloon was trying to attach to cargoship, which makes no sense at all really.

It will be best to test without other plugins, and then compare with plugins you do have loaded to find out which ones are causing the issues leading to the errors.

I am assuming the issue happens every time the event runs?

Yes I have been running with Flying Cargo Ship event but I have both events running for wipes but only now started that error.

I can tag here Fly Cargo Ship Event Dev @The_Kiiiingperhaps he knows the solution.  Maybe both events started not be compatible this wipe, trying to figure out what causes it

Jbird

Posted

2 hours ago, MichuX said:

Yes I have been running with Flying Cargo Ship event but I have both events running for wipes but only now started that error.

I can tag here Fly Cargo Ship Event Dev @The_Kiiiingperhaps he knows the solution.  Maybe both events started not be compatible this wipe, trying to figure out what causes it

It is certainly a possibility that the recent update caused some compatibility issue of some sort.

Short term try running each plugin without the other loaded, and see if the error occurs for either event without the other loaded.

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.5k

Files Sold

Total number of files sold.

2.1m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.