• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

need help with fix

Cronosus

New member
Hello, i'm trying to fix mod with MI-17 helicopter, but got stuck with this error:

2022-01-31T00:56:26 111.520 WRN [GSM] GameSparks Not Initialized...
NullReferenceException: Object reference not set to an instance of an object
at World.GetWorldExtent (Vector3i& _minSize, Vector3i& _maxSize) [0x00006] in <2ba1bc1bbbe64fe49f53fe5235fb7038>:0
at EntityVehicle.CheckForOutOfWorld () [0x00027] in <2ba1bc1bbbe64fe49f53fe5235fb7038>:0
at EntityVehicle.PhysicsFixedUpdate () [0x0032a] in <2ba1bc1bbbe64fe49f53fe5235fb7038>:0
at EntityVehicle.FixedUpdate () [0x00000] in <2ba1bc1bbbe64fe49f53fe5235fb7038>:0

NullReferenceException: Object reference not set to an instance of an object
at EntityAlive.Update () [0x00134] in <2ba1bc1bbbe64fe49f53fe5235fb7038>:0
at EntityVehicle.Update () [0x00000] in <2ba1bc1bbbe64fe49f53fe5235fb7038>:0




can anyone help me with it? i have no idea what the problem. its caused when i try to place helicopter ingane.

thanks in advance

 
Last edited by a moderator:
Something is wrong with the mod, but hard to help without seeing the mod code.  Have you looked at how the other vehicles are coded throughout the xml files?  That might point to where your error is at.

 
original author publicized even unityasset, but i dont know how to work with it

and ofcourse i have all files, it worked in A19, but in A20 it started to getting errors, some i fixed as i rewrited this mod, only this one error remains

so i suspect its problem in model itself :(  

nvm, ill let original author to fix it

 
Last edited by a moderator:
Back
Top