Game crashes after loading

Game crashes after loading

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7052
Joined: 16 Nov 2004, 13:08

Game crashes after loading

Post 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!
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Game crashes after loading

Post 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.
User avatar
zwzsg
Kernel Panic Co-Developer
Posts: 7052
Joined: 16 Nov 2004, 13:08

Re: Game crashes after loading

Post 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.
dagreat1
Posts: 1
Joined: 04 Apr 2011, 09:05

Re: Game crashes after loading

Post by dagreat1 »

I am having the same problem. I have an ati radeon 850 xt
Cowinatub
Posts: 1
Joined: 13 Apr 2011, 11:40

Re: Game crashes after loading

Post by Cowinatub »

I've got the same problem.
Post Reply

Return to “Help & Bugs”