Jump to content

error

Closed 1.2.19

Craft
Craft

Posted

finity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/engine_col"

 Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/ColliderWorld"

 Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter"

Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/tail_rotor_col"

| Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/main_rotor_col"

| Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/engine_col"

| Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/ColliderWorld"

| Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter"

| Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/tail_rotor_col"

 Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/main_rotor_col"

 Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/engine_col"

 Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/ColliderWorld"

 |nfinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter"

 |Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/tail_rotor_col"

 |Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/main_rotor_col"

 Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/engine_col"

Craft

Posted

Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/engine_col"
Infinity or NaN floating point numbers appear when calculating the transform matrix for a Collider. Scene hierarchy path "assets/prefabs/npc/patrol helicopter/patrolhelicopter.prefab/RotorPivot/patrol_helicopter/ColliderWorld"
HeliSignals was compiled successfully in 219ms
[Heli Signals] INFO: Vanilla patrol Helicopter server event has been re-enabled
Unloaded plugin Heli Signals v1.2.19 by ZEODE
NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.HeliSignals+HeliComponent.OnDestroy () [0x000b3] in <4611e67e02d94bbfa76598066f4bbe48>:0 

NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.HeliSignals+HeliComponent.OnDestroy () [0x000b3] in <4611e67e02d94bbfa76598066f4bbe48>:0 

NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.HeliSignals+HeliComponent.OnDestroy () [0x000b3] in <4611e67e02d94bbfa76598066f4bbe48>:0 

NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.HeliSignals+HeliComponent.OnDestroy () [0x000b3] in <4611e67e02d94bbfa76598066f4bbe48>:0 

NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.HeliSignals+HeliComponent.OnDestroy () [0x000b3] in <4611e67e02d94bbfa76598066f4bbe48>:0 

NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.HeliSignals+HeliComponent.OnDestroy () [0x000b3] in <4611e67e02d94bbfa76598066f4bbe48>:0 

Fallback handler could not load library D:/Server2/rustds/RustDedicated_Data/MonoBleedingEdge/data-000002413E9C0020.dll
[Heli Signals] INFO: Vanilla patrol Helicopter server event is disabled
Loaded plugin Heli Signals v1.2.19 by ZEODE
NullReferenceException: Object reference not set to an instance of an object
  at Oxide.Plugins.HeliSignals+HeliSignalComponent.SignalAborted () [0x00032] in <4611e67e02d94bbfa76598066f4bbe48>:0 
  at Oxide.Plugins.HeliSignals+HeliSignalComponent.CustomExplode () [0x00034] in <4611e67e02d94bbfa76598066f4bbe48>:0 

ZEODE

Posted

These errors happen when the helicopter glitches under or is spawned under the map.

If this is happening when the heli spawns, then you can play with the config setting and increase it to make sure helis spawn above high points in the map:

Quote

"Height of heli when it spawns (increase if it spawns under/in terrain)": 100.0,

It can also happen in some cases if your heli speed is very high. In these cases, either make the helicopter move slower or you can try increasing these values to keep the heli from glitching under the map:

Quote

        "Terrain pushback force (Help stop faster helis glitch under map)": 150.0,

        "Obstacle pushback force (Help stop faster helis glitch through structures)": 150.0,

See how you get on with that.

ZEODE

Posted

Changed Status from Pending to Closed

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.4k

Files Sold

Total number of files sold.

2m

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.