Community Forum

Engine errors

Forum Overview >> Scripting

CategoryScripting
Created13.02.2017 12:50


Tykonket (Unknown) 13.02.2017 12:56
Hi guys, I found this two strange errors, from what I see this errors are in the GIANTS Engine, someone know how to solve them or knows from what the are caused?

Validity check failed in TransformGroup_setDirection:
..\..\..\src\engine\app\ReflectionAndScriptBinding.cpp (3467): !MathUtil::isNaN(pArgs->arg[0].f)
LUA call stack:
=C:/.../script.lua (98) : printCallstack
dataS/scripts/utils/Utils.lua (1857) : newFunc
dataS/scripts/vehicles/Vehicle.lua (2591) : update
dataS/scripts/network/Client.lua (64) : update
dataS/scripts/BaseMission.lua (1511) : update
dataS/scripts/FSBaseMission.lua (2167) : update
dataS/scripts/missions/mission00.lua (333) : update
dataS/scripts/main.lua (1873) : update
Validity check failed in TransformGroup_setDirection:
..\..\..\src\engine\app\ReflectionAndScriptBinding.cpp (3467): MathUtil::isFinite(pArgs->arg[0].f)
LUA call stack:
=C:/.../script.lua (98) : printCallstack
dataS/scripts/utils/Utils.lua (1857) : newFunc
dataS/scripts/vehicles/Vehicle.lua (2591) : update
dataS/scripts/network/Client.lua (64) : update
dataS/scripts/BaseMission.lua (1511) : update
dataS/scripts/FSBaseMission.lua (2167) : update
dataS/scripts/missions/mission00.lua (333) : update
dataS/scripts/main.lua (1873) : update


Validity check failed in TransformGroup_setQuaternion:
..\..\..\src\engine\app\ReflectionAndScriptBinding.cpp (3403): !MathUtil::isNaN(pArgs->arg[0].f)
LUA call stack:
=C:/.../script.lua (82) : printCallstack
dataS/scripts/utils/Utils.lua (1857) : newFunc
dataS/scripts/vehicles/Vehicle.lua (2591) : update
dataS/scripts/network/Client.lua (64) : update
dataS/scripts/BaseMission.lua (1511) : update
dataS/scripts/FSBaseMission.lua (2167) : update
dataS/scripts/missions/mission00.lua (333) : update
dataS/scripts/main.lua (1873) : update
Validity check failed in TransformGroup_setQuaternion:
..\..\..\src\engine\app\ReflectionAndScriptBinding.cpp (3403): MathUtil::isFinite(pArgs->arg[0].f)
LUA call stack:
=C:/.../script.lua (82) : printCallstack
dataS/scripts/utils/Utils.lua (1857) : newFunc
dataS/scripts/vehicles/Vehicle.lua (2591) : update
dataS/scripts/network/Client.lua (64) : update
dataS/scripts/BaseMission.lua (1511) : update
dataS/scripts/FSBaseMission.lua (2167) : update
dataS/scripts/missions/mission00.lua (333) : update
dataS/scripts/main.lua (1873) : update


Andy .... (Unknown) 14.02.2017 07:12
You would need to post the whole log for this to be helpful. This looks to be caused by a mod, map or script error.

Andy .... (Unknown) 14.02.2017 07:45
Have you added any new mods or are you seeing this after the update?

Tykonket (Unknown) 14.02.2017 11:48
No this error is "caused" from my mod, and i would understand what exactly it means and from what is caused for solving it.

Andy .... (Unknown) 14.02.2017 14:10
If the Mod is using scripts try removing them first. Also check the specializations are all present in the Moddesc for the vehicle type and that there are not ones listed that are not required or mentioned in the xml. eg. Trailer will require you to also have the spec fillable and fillVolume....

Can i ask what mod and scripts?

Tykonket (Unknown) 14.02.2017 21:30
The problem have been fixed with the latest patch, thank you for interest bro :)

Andy .... (Unknown) 18.02.2017 05:09
Not a problem...Glade to hear it works again.


Note: Log in to post. Create a new account here.