http://bugs.winehq.org/show_bug.cgi?id=17856
--- Comment #10 from Charles Davis cdavis@mines.edu 2009-11-13 09:35:42 --- Created an attachment (id=24719) --> (http://bugs.winehq.org/attachment.cgi?id=24719) Hack to fix pixmap depth mismatch
This is a hack I came up with to get SW2008 to draw something. All it draws is a black screen, though, so it's not a complete fix. Again, this is merely a hack. I don't know enough about winex11 to create a proper fix.
There's still one more of this line in the log:
err:wgl:X11DRV_wglCreateContext Cannot get FB Config for iPixelFormat 0, expect problems!
Before it, SolidWorks seems to be iterating over all the pixel formats supported by the driver. I think it's looking for a specific pixel format. But which one? Why is it looking for an exact pixel format? Why is it not using ChoosePixelFormat() like it did earlier?