http://bugs.winehq.org/show_bug.cgi?id=16516 --- Comment #5 from Alex Bennee <bugzilla(a)bennee.com> 2009-07-29 02:15:35 --- (In reply to comment #4)
(In reply to comment #3)
fixme:d3d:debug_fbostatus Unrecognied FBO status 0x00000000 fixme:d3d:context_check_fbo_status FBO status unrecognized (0) Which driver are you using? Mesa? 0 is not a valid return value for glCheckFramebufferStatus(), you'll want to report that to your driver vendor if it still happens with current versions of the driver. The crash probably happens because the driver returns 0 while rendering onscreen as well, which would result in dereferencing context->current_fbo while it's NULL.
I'm currently running: x11-drivers/xf86-video-intel-2.8.0 media-libs/mesa-7.5-r2 On top of Gnome/Compiz I'm afraid I'm not really familiar with OpenGL and rendering but if you can point me to any simple tutorial/test cases that use glCheckFramebufferStatus I can give them a spin on the native setup. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.