[Bug 28281] New: wine locked in ::SetPixelFormat
http://bugs.winehq.org/show_bug.cgi?id=28281 Summary: wine locked in ::SetPixelFormat Product: Wine Version: 1.3.27 Platform: x86 OS/Version: Mac OS X Status: UNCONFIRMED Severity: critical Priority: P2 Component: winex11.drv AssignedTo: wine-bugs(a)winehq.org ReportedBy: zhao_jian(a)dahuatech.com now I use wine-1.3.27 in Mac 0S X 10.7 (LION).when I call ::SetPixelFormat,but this function can't return. PIXELFORMATDESCRIPTOR pfd = { sizeof(PIXELFORMATDESCRIPTOR), 1, PFD_DRAW_TO_WINDOW | PFD_SUPPORT_OPENGL, PFD_TYPE_RGBA, 24, 0,0,0,0,0,0, 0,0,0,0,0,0,0, 32, 0,0, PFD_MAIN_PLANE, 0, 0,0,0, }; int wglPixelFormat = ::ChoosePixelFormat(m_hDC, &pfd); BOOL bSuccess = ::SetPixelFormat(m_hDC, wglPixelFormat, &pfd); after I trace this bug, pglXCreateGLXPixmap (it is in dlls/winex11.drv/opengl.c)can't return . -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28281 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|winex11.drv |-unknown Summary|wine locked in |SetPixelFormat() hangs |::SetPixelFormat | Severity|critical |normal -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28281 Egor Artemov <egor.artemov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egor.artemov(a)gmail.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28281 --- Comment #1 from Egor Artemov <egor.artemov(a)gmail.com> 2011-09-14 11:18:18 CDT --- It's looks like a duplicate of http://bugs.winehq.org/show_bug.cgi?id=28249 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28281 Roderick Colenbrander <thunderbird2k(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |thunderbird2k(a)gmail.com Resolution| |DUPLICATE --- Comment #2 from Roderick Colenbrander <thunderbird2k(a)gmail.com> 2011-09-25 16:30:18 CDT --- Confirmed to be a duplicate. In reality it's a bug in XQuartz. *** This bug has been marked as a duplicate of bug 28249 *** -- 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.
http://bugs.winehq.org/show_bug.cgi?id=28281 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2011-09-27 12:23:40 CDT --- Closing. -- 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.
participants (1)
-
wine-bugs@winehq.org