ScrollingAnimation.lua Problem

medanegresco
Posts: 1
Joined: Mon Feb 05, 2024 3:53 am

ScrollingAnimation.lua Problem

Post by medanegresco »

For a few days my game is presenting a kind of bug that I canno't solve.

It doesn't matter wich map I'm playing, I start the game, buy a few equipment, and the wheels kept locked to a side, can't pause or enter the store and it keep's anoying me; if anyone can help, I'l leave the log file

S2024-02-04 23:31 Warning (script): 'setShaderParameter': Argument 3 has wrong type. Expected: Float. Actual: Nil
2024-02-04 23:31 2024-02-04 23:31 D:\auto_builder\cache\svn\ed5095c9014040c17faea6ba62eaf398\src\base\scripting\lua\LuaScriptSystem.cpp (903)2024-02-04 23:31 : 2024-02-04 23:31 expectedType == Value::VoidType || expectedType == Value::ClassType
2024-02-04 23:31 LUA call stack:
dataS/scripts/effects/MorphPositionEffect.lua (75) : setShaderParameter
dataS/scripts/effects/EffectManager.lua (125) : update
dataS/scripts/FSBaseMission.lua (2084) : update
dataS/scripts/missions/mission00.lua (577) : update
dataS/scripts/main.lua (1289) : update
2024-02-04 23:31 Warning (script): Unknown entity id 2056766 for 'object' in method 'getShaderParameter'.
2024-02-04 23:31 LUA call stack:
dataS/scripts/animation/ScrollingAnimation.lua (117) : getShaderParameter
dataS/scripts/animation/AnimationManager.lua (108) : update
dataS/scripts/FSBaseMission.lua (2088) : update
dataS/scripts/missions/mission00.lua (577) : update
dataS/scripts/main.lua (1289) : update
2024-02-04 23:31 Error: Running LUA method 'update'.
dataS/scripts/animation/ScrollingAnimation.lua(219) : attempt to perform arithmetic on local 'scrollPosition' (a nil value)
2024-02-04 23:31 Application exit request forced.
2024-02-04 23:31 Application exit request forced.
norfolk farmer
Posts: 2320
Joined: Sat Oct 13, 2018 3:36 pm
Location: United Kingdom

Re: ScrollingAnimation.lua Problem

Post by norfolk farmer »

What happens if you have a empty mod folder on a basegame map? It may also help to attach the complete log file.
looperkettle
Posts: 1
Joined: Mon Feb 12, 2024 1:09 pm

Re: ScrollingAnimation.lua Problem

Post by looperkettle »

medanegresco wrote: Mon Feb 05, 2024 3:59 am For a few days my game is presenting a kind of bug that I canno't solve.

It doesn't matter wich map I'm playing, I start the game, buy a few equipment, and the wheels kept locked to a side, can't pause or enter the store and it keep's anoying me; if anyone can help, I'l leave the log file

S2024-02-04 23:31 Warning (script): 'setShaderParameter': Argument 3 has wrong type. Expected: Float. Actual: Nil
2024-02-04 23:31 2024-02-04 23:31 D:\auto_builder\cache\svn\ed5095c9014040c17faea6ba62eaf398\src\base\scripting\lua\LuaScriptSystem.cpp (903)2024-02-04 23:31 : 2024-02-04 23:31 expectedType == Value::VoidType || expectedType == Value::ClassTypeconnections game
2024-02-04 23:31 LUA call stack:
dataS/scripts/effects/MorphPositionEffect.lua (75) : setShaderParameter
dataS/scripts/effects/EffectManager.lua (125) : update
dataS/scripts/FSBaseMission.lua (2084) : update
dataS/scripts/missions/mission00.lua (577) : update
dataS/scripts/main.lua (1289) : update
2024-02-04 23:31 Warning (script): Unknown entity id 2056766 for 'object' in method 'getShaderParameter'.
2024-02-04 23:31 LUA call stack:
dataS/scripts/animation/ScrollingAnimation.lua (117) : getShaderParameter
dataS/scripts/animation/AnimationManager.lua (108) : update
dataS/scripts/FSBaseMission.lua (2088) : update
dataS/scripts/missions/mission00.lua (577) : update
dataS/scripts/main.lua (1289) : update
2024-02-04 23:31 Error: Running LUA method 'update'.
dataS/scripts/animation/ScrollingAnimation.lua(219) : attempt to perform arithmetic on local 'scrollPosition' (a nil value)
2024-02-04 23:31 Application exit request forced.
2024-02-04 23:31 Application exit request forced.
Coincidentally, my game also encountered this error. I also don't know what its origin is.
Post Reply