http://bugs.winehq.org/show_bug.cgi?id=7696
------- Additional Comments From shadow.wizzard@gmail.com 2007-19-03 03:40 ------- Ok. I corrected the trace so it looks now: if(oldDrawable && oldCtx) { TRACE("oldDrawable is %p\n", oldDrawable); TRACE("oldCtx is %p\n",oldCtx); glXMakeCurrent(display, oldDrawable, oldCtx); } And I've attached the log with the line glxMakeCurrent uncommented = previous one was with this line commented out. Best Regards Shadow