View Issue Details

IDProjectCategoryView StatusLast Update
0002039Spring engineGeneralpublic2010-08-17 17:59
Reportersamsat Assigned To 
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionwon't fix 
Product Version0.82.3 
Summary0002039: Access Violation in S3OParser.cpp
DescriptionBA Chicken Defense V2.11 (BA7.15)
TagsNo tags attached.
Attached Files
infolog__.txt (Attachment missing)
trans.html (Attachment missing)
Checked infolog.txt for Errors

Activities

hoijui

2010-08-17 00:06

reporter   ~0005301

for future reports:
* do not upload a 2KB text file in a zip please
* better description if possible

(trans.html is the translated stack trace)

last two lines:
rts/Rendering/Models/S3OParser.cpp:170 (D:\Program Files\Spring\spring.exe 0x007C46D2)
rts/Rendering/Models/IModelParser.cpp:225 (D:\Program Files\Spring\spring.exe 0x007BE02C)

hoijui

2010-08-17 00:09

reporter   ~0005302

BA Chicken Defense V2.11 (BA7.15)


[ 0] Parsing unit icons

[ 0] error = 3, gamedata/icontypes.lua, [string "gamedata/icontypes.lua"]:86: '}' expected (to close '{' at line 71) near 'return'

[ 0] gamedata/icontypes.lua: [string "gamedata/icontypes.lua"]:86: '}' expected (to close '{' at line 71) near 'return'


[ 0] Creating unit textures

[ 0] framebuffer not valid!


[ 0] Loading unit definitions

[ 0] WARNING: too many unit categories (32), skipping float

[ 0] Loading feature definitions

[ 0] Initializing map features

[ 0] Unknown map feature type


[ 0] Spring 0.82.3.0 (0.82.3) has crashed.

[ 0] Exception: Access violation (0xc0000005)

[ 0] Exception Address: 0x00000000

Kloot

2010-08-17 17:58

developer   ~0005309

It crashed on a glClientActiveTexture call, which was not part of OpenGL until version 1.3. However, from the infolog...

     "GL: 1.1 2.40.122"

You cannot run Spring with an OGL ICD that old anyway, so there's no point trying to fix this.

Issue History

Date Modified Username Field Change
2010-08-16 23:17 samsat New Issue
2010-08-16 23:17 samsat File Added: infolog.zip
2010-08-16 23:47 hoijui File Added: infolog__.txt
2010-08-16 23:47 hoijui File Deleted: infolog.zip
2010-08-16 23:50 hoijui File Added: trans.html
2010-08-17 00:04 hoijui File Deleted: trans.html
2010-08-17 00:04 hoijui File Added: trans.html
2010-08-17 00:06 hoijui Note Added: 0005301
2010-08-17 00:09 hoijui Note Added: 0005302
2010-08-17 00:10 hoijui Summary crash log => Access Violation in S3OParser.cpp
2010-08-17 00:10 hoijui Description Updated
2010-08-17 17:58 Kloot Note Added: 0005309
2010-08-17 17:59 Kloot Status new => closed
2010-08-17 17:59 Kloot Resolution open => won't fix