strange spring exception
Moderator: Moderators
strange spring exception
Hi! Please take a look at exception: http://pastebin.com/idwATZ8J
My spring often frozes during the game. This exception occures. How to fix it?
P.S. I played DSD with BA 7.60 using windows 7 and nvidia 560ti card
My spring often frozes during the game. This exception occures. How to fix it?
P.S. I played DSD with BA 7.60 using windows 7 and nvidia 560ti card
Re: strange spring exception
moved to Help & Bugs.
the infolog is not complete (?) the top seems to be missing.
try to use the non-multi thread version, might be more stable.[f=0054248] MT with 8 threads.
the infolog is not complete (?) the top seems to be missing.
Re: strange spring exception
i know why the top is missing. cause it would read about like ...
WARNING
your GFX is shit, and if it breaks, don't come whining, cause it is not our fault, bla bla
WARNING
your GFX is shit, and if it breaks, don't come whining, cause it is not our fault, bla bla
Re: strange spring exception
I think that other info was just like garbage and removed it.
If you need head of file take a look at my another infolog: http://pastebin.com/gFKC0EiX
this without error but it contains all information about my machine.
Take a look at stacktrace from my first post. It doesn't tell you anything? what can happen in "aiInterfaceCallback_DataDirs_getWriteableDir+0x12b5c3" ?
If you need head of file take a look at my another infolog: http://pastebin.com/gFKC0EiX
this without error but it contains all information about my machine.
Take a look at stacktrace from my first post. It doesn't tell you anything? what can happen in "aiInterfaceCallback_DataDirs_getWriteableDir+0x12b5c3" ?
Re: strange spring exception
I got the same errors on singlethreaded version of spring: http://pastebin.com/sdN1HQ7X
this time on another map!
this time on another map!
Re: strange spring exception
try to disable all user-widgets, it looks like one of them causes an infinite-loop.
(see the lines "Loading widget from user:")
translated: http://pastebin.com/T0DkjrHM
@hoijui:
wouldn't https://github.com/abma/spring/commits/lua-stacktrace help to identify which widget (if it is one...) causes the endless-loop?
(see the lines "Loading widget from user:")
translated: http://pastebin.com/T0DkjrHM
@hoijui:
wouldn't https://github.com/abma/spring/commits/lua-stacktrace help to identify which widget (if it is one...) causes the endless-loop?
Last edited by abma on 01 Oct 2011, 18:30, edited 2 times in total.
Re: strange spring exception
abma.. why are you asking me? :D
... i guess .. yes? i getz pointz?
... i guess .. yes? i getz pointz?
Re: strange spring exception
>>translated: http://pastebin.com/T0DkjrHM
Can't open this. It says: "Unknown Paste ID!"
Okey, I will try to turn off widgets.
Can't open this. It says: "Unknown Paste ID!"
Okey, I will try to turn off widgets.
Re: strange spring exception
@jamerlan:
i wrote a small watchdog script. if you enable it, you maybe can see which widget causes the endless-loop:
https://raw.github.com/spring/spring/de ... tchdog.lua
i wrote a small watchdog script. if you enable it, you maybe can see which widget causes the endless-loop:
https://raw.github.com/spring/spring/de ... tchdog.lua
Re: strange spring exception
abma, thanks! It says a lot of warnings but game was not frozen for a few games! I will test more during the week.
Example of warnings: http://pastebin.com/6a513f0B
messages like:
[string "LuaUI\Widgets\watchdog.lua"]:20: in function <[string "LuaUI\Widgets\watchdog.lua"]:14>
[string "LuaUI/Widgets/helper.lua"]:70: in function <[string "LuaUI/Widgets/helper.lua"]:66>
Example of warnings: http://pastebin.com/6a513f0B
messages like:
[string "LuaUI\Widgets\watchdog.lua"]:20: in function <[string "LuaUI\Widgets\watchdog.lua"]:14>
[string "LuaUI/Widgets/helper.lua"]:70: in function <[string "LuaUI/Widgets/helper.lua"]:66>
Re: strange spring exception
try to disable FPSManager, changing water rendering mode looks broken:
this could also cause crashes...
Code: Select all
[f=0032340] [BumpWater] shorewaves-shader compilation error: Fragment info
-------------
0(26) : error C1013: function "tex2D" is already defined at 0(26)
0(40) : error C1013: function "getDistRect" is already defined at 0(40)
0(51) : error C1013: function "sqlength" is already defined at 0(51)
0(56) : error C1013: function "LoopIter" is already defined at 0(56)
0(99) : error C1013: function "main" is already defined at 0(99)
[f=0032340] Loading Bumpmapped Water failed
[f=0032340] Error: [BumpWater] shorewaves-shader compilation err
Re: strange spring exception
I disabled customformations3 widget and looks like all my problems gone! (I am still not sure, need more testing) Thank you very much for help!
Re: strange spring exception
Now I can confirm that widget "customformations3" was the reason of all my troubles.
Re: strange spring exception
Wonder what the issue was. Well, good of you to track it down! Now the hunt for red bugtober can begin!