Page 1 of 1
strange spring exception
Posted: 01 Oct 2011, 11:53
by jamerlan
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
Re: strange spring exception
Posted: 01 Oct 2011, 12:35
by knorke
moved to Help & Bugs.
[f=0054248] MT with 8 threads.
try to use the non-multi thread version, might be more stable.
the infolog is not complete (?) the top seems to be missing.
Re: strange spring exception
Posted: 01 Oct 2011, 13:00
by hoijui
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
Re: strange spring exception
Posted: 01 Oct 2011, 14:04
by jamerlan
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" ?
Re: strange spring exception
Posted: 01 Oct 2011, 17:30
by jamerlan
I got the same errors on singlethreaded version of spring:
http://pastebin.com/sdN1HQ7X
this time on another map!
Re: strange spring exception
Posted: 01 Oct 2011, 18:22
by abma
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?
Re: strange spring exception
Posted: 01 Oct 2011, 19:40
by hoijui
abma.. why are you asking me? :D
... i guess .. yes? i getz pointz?
Re: strange spring exception
Posted: 02 Oct 2011, 14:34
by jamerlan
>>translated:
http://pastebin.com/T0DkjrHM
Can't open this. It says: "Unknown Paste ID!"
Okey, I will try to turn off widgets.
Re: strange spring exception
Posted: 02 Oct 2011, 16:31
by abma
@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
Re: strange spring exception
Posted: 02 Oct 2011, 23:48
by jamerlan
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>
Re: strange spring exception
Posted: 10 Oct 2011, 17:26
by abma
try to disable FPSManager, changing water rendering mode looks broken:
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
this could also cause crashes...
Re: strange spring exception
Posted: 10 Oct 2011, 17:56
by jamerlan
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
Posted: 20 Oct 2011, 15:20
by jamerlan
Now I can confirm that widget "customformations3" was the reason of all my troubles.
Re: strange spring exception
Posted: 20 Oct 2011, 16:44
by smoth
Wonder what the issue was. Well, good of you to track it down! Now the hunt for red bugtober can begin!