View Issue Details

IDProjectCategoryView StatusLast Update
0003682Spring engineGfx driver issuespublic2013-08-25 03:33
Reporterabma Assigned TojK  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Summary0003682: CodeXL reports OpenGL errors because functions are called from other render context
DescriptionDetected error: The debugged process asked for an extension function pointer (wglChoosePixelFormatARB) from one render context, but called this function pointer in another render context (context #0)

Debug String: Detected error: The debugged process asked for an extension function pointer (wglGetPixelFormatAttribivARB) from one render context, but called this function pointer in another render context (context # 2)
Steps To Reproduceget an ati card
download codexl: http://developer.amd.com/tools/heterogeneous-computing/codexl/
install & run spring with it.
Additional Informationhttp://stackoverflow.com/questions/9663262/resetting-opengl-extension-pointers-in-windows-api
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2013-04-08 04:06

administrator   ~0010408

seems to be an old issue: http://springrts.com/phpbb/viewtopic.php?f=12&t=12098&start=20

abma

2013-04-08 04:14

administrator   ~0010409

full log of one run: http://paste.springfiles.com/view/0555f576

(if it helps i can try to add stacktraces as well)

jK

2013-04-08 21:16

developer   ~0010420

Last edited: 2013-04-08 21:17

We don't use wglChoosePixelFormat, so it must be a problem inside SDL itself.
Or inside the ati drivers, that call this function inside the overhead layer.

Issue History

Date Modified Username Field Change
2013-04-08 03:58 abma New Issue
2013-04-08 04:04 abma Summary CodeXL reports many OpenGL errors because function are called from other render context => CodeXL reports OpenGL errors because function are called from other render context
2013-04-08 04:04 abma Description Updated
2013-04-08 04:06 abma Note Added: 0010408
2013-04-08 04:14 abma Note Added: 0010409
2013-04-08 12:06 abma Summary CodeXL reports OpenGL errors because function are called from other render context => CodeXL reports OpenGL errors because functions are called from other render context
2013-04-08 21:16 jK Note Added: 0010420
2013-04-08 21:17 jK Note Edited: 0010420
2013-08-25 03:33 jK Status new => resolved
2013-08-25 03:33 jK Resolution open => fixed
2013-08-25 03:33 jK Assigned To => jK