[Bug 17856] JFlothows Wuerfel crashes with BAD_DRAWABLE "Cannot get FB Config for iPixelFormat 0"

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Nov 13 08:22:06 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17856





--- Comment #8 from Charles Davis <cdavis at mines.edu>  2009-11-13 08:22:05 ---
Hmm... on closer inspection of the log, I seem to have been mistaken.

I don't know about JFlothows, but SW2008 tries to draw to a bitmap. X11DRV
selects pixel format 66, and when SolidWorks tries to SetPixelFormat() this PF,
X11DRV fails creating the GLX pixmap! This causes SetPixelFormat() to fail.
SolidWorks however doesn't check the result of SetPixelFormat() (it expects it
to succeed), so it goes ahead and creates a bitmap context anyway. Because no
PF is selected, X11DRV fails to create a GL context, and SolidWorks cannot
draw. I suspect that the reason is that the depth of the pixmap and the depth
of the FBConfig that X11DRV picked for SolidWorks don't match. I'm going to
take a closer look.

-- 
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.



More information about the wine-bugs mailing list