Page 1 of 1

Game crashes after loading

Posted: 26 Dec 2010, 18:20
by zwzsg
This old holiday PC used to run Spring fine, but now I get unhandled expection.

Infolog goes : http://pastebin.com/U3wnWfkP

When translated it becomes:

Code: Select all

C:\[...]\spring.exe 0x100000000 ??:0
C:\[...]\spring.exe 0x795138 rts/Rendering/Shaders/Shader.cpp:119
C:\[...]\spring.exe 0xac63ba rts/Map/SMF/BFGroundDrawer.cpp:1229
C:\[...]\spring.exe 0x6bf1df rts/Map/SMF/BFGroundDrawer.cpp:820
C:\[...]\spring.exe 0x4025dc rts/Game/Game.cpp:2872
C:\[...]\spring.exe 0x40eb23 rts/Game/Game.cpp:3216
C:\[...]\spring.exe 0x986b16 rts/System/SpringApp.cpp:1072
C:\[...]\spring.exe 0x991d39 rts/System/SpringApp.cpp:1182
C:\[...]\spring.exe 0x992064 rts/System/Main.cpp:55
C:\[...]\spring.exe 0x992840 rts/System/Main.cpp:91
C:\[...]\spring.exe 0x4010a7 buildd/mingw32-runtime-3.15.2/build_dir/src/mingwrt-3.15.2-mingw32/crt1.c:237
C:\[...]\spring.exe 0x401123 buildd/mingw32-runtime-3.15.2/build_dir/src/mingwrt-3.15.2-mingw32/crt1.c:271
C:\WINDOWS\system32\kernel32.dll 0x7C817077 ??:0
So that'd be: https://github.com/spring/spring/blob/0 ... r.cpp#L119


Halp!

Re: Game crashes after loading

Posted: 26 Dec 2010, 20:01
by hoijui
Video mode set to 1024x768/32bit (windowed)
[ 0] SDL: 1.2.10
[ 0] GL: 1.3.1072 WinXP Release
[ 0] GL: ATI Technologies Inc.
[ 0] GL: RADEON 7000 SDR x86/MMX/3DNow!/SSE
[ 0] GLSL: (null)
[ 0] GLEW: 1.5.4
[ 0] ATI hacks enabled
Even though it may work on some systems still, Spring officially requires OpenGL 1.4 (this system has 1.3.1072). Try getting a newer driver.
looking at the code, it appears to me that this is part of the essential ground drawing, and therefore can not be turned off through a setting.

Re: Game crashes after loading

Posted: 28 Dec 2010, 19:53
by zwzsg
hoijui wrote:Try getting a newer driver.
I was on my way to when I found I already have the newest driver: 6-11-pre-r300_xp-2k_dd_ccc_wdm_38185


hoijui wrote:Spring officially requires OpenGL 1.4 (this system has 1.3.1072)

looking at the code, it appears to me that this is part of the essential ground drawing, and therefore can not be turned off through a setting.
Since when? I played Spring on this graphic card one, at most two, years ago.

Re: Game crashes after loading

Posted: 04 Apr 2011, 09:07
by dagreat1
I am having the same problem. I have an ati radeon 850 xt

Re: Game crashes after loading

Posted: 13 Apr 2011, 12:08
by Cowinatub
I've got the same problem.