http://bugs.winehq.org/show_bug.cgi?id=12062
Summary: Gametap only shows white screen Product: Wine Version: CVS/GIT Platform: PC OS/Version: Linux Status: NEW Keywords: download, regression Severity: enhancement Priority: P2 Component: opengl AssignedTo: wine-bugs@winehq.org ReportedBy: xerox_xerox2000@yahoo.co.uk
In wine 0.9.36 the initial window comes up fine, in current git it only shows a white screen
http://bugs.winehq.org/show_bug.cgi?id=12062
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.gametap.com/home/
--- Comment #1 from Lei Zhang thestig@google.com 2008-03-16 11:42:41 --- Let us know when the regression test results are in.
http://bugs.winehq.org/show_bug.cgi?id=12062
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmx.net
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-03-16 12:34:31 --- 462a3c3d744da6b9ae2193947da8245c37baaa1f is first bad commit commit 462a3c3d744da6b9ae2193947da8245c37baaa1f Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Wed Aug 1 23:20:54 2007 +0200
wgl: wglChooosePixelFormatARB returns the total number of matching pixelformats and not the number of pixelformats stored in the buffer.
This didn't work due to bugs in wglChoosePixelFormatARB but also due to strange behavior of glXChooseFBConfig. Some of its default values are not zero or GLX_DONT_CARE which cause some formats not to appear.
:040000 040000 014afa73c0abdc4220b0f0c3e6378ca60091bf9c 7278c49d64f8243c4252c71ae517c53ce04279d4 M dlls
http://bugs.winehq.org/show_bug.cgi?id=12062
--- Comment #3 from Roderick Colenbrander thunderbird2k@gmx.net 2008-03-16 17:44:02 --- As you showed on irc, the error is wglShareLists. The previous patch was correct. The thing is that now it just selects a different pixel format for the pbuffer and the main window. wglShareLists is buggy and needs to be rewritten but that is tricky..
http://bugs.winehq.org/show_bug.cgi?id=12062
Roderick Colenbrander thunderbird2k@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #4 from Roderick Colenbrander thunderbird2k@gmx.net 2008-05-01 07:10:29 --- This is the same as bug 11436. The issue is very hard to fix properly as glXCopyContext which is needed to fix wglShareLists is not supported well in most drivers. On nvidia's drivers I get a segmentation fault, DRI drivers only support it for indirect rendering. In other words we need to write our own CopyContext function by dumping all states :(
*** This bug has been marked as a duplicate of bug 11436 ***
http://bugs.winehq.org/show_bug.cgi?id=12062
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2008-10-31 13:58:31 --- Closing duplicate.
http://bugs.winehq.org/show_bug.cgi?id=12062
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified