attempting to debug spring using gdb 7.5 + eclipse on windows here...
I have this problem: spring starts correctly and after Test Game (Empty mod + duck, null AI) the program finishes the init than exits !!!
If I launch spring.exe normally (no debug) anything works fine....
Can anyone explain to me this strange result ? :)
Thank you
GDB output
Code: Select all
[f=0000000] [Sound] Error: Unable to open audio file: sounds/multiselect.wav
[f=0000000] [Sound] Error: Unable to open audio file: FailedCommand
[f=0000000] [Sound] Error: CSound::GetSoundId: could not find sound: FailedCommand
[f=0000000] [unit_script.lua] Error: Loading gadget: Lua unit script framework <unit_script.lua>
Quit (expect signal SIGINT when the program is resumed)
note: I had to exclude SIGSEGV from gdb init because I obtained many SIGSEGV stops , but I think that the code handles them !