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@winehq.org ReportedBy: zhao_jian@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 .
http://bugs.winehq.org/show_bug.cgi?id=28281
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|winex11.drv |-unknown Summary|wine locked in |SetPixelFormat() hangs |::SetPixelFormat | Severity|critical |normal
http://bugs.winehq.org/show_bug.cgi?id=28281
Egor Artemov egor.artemov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |egor.artemov@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=28281
--- Comment #1 from Egor Artemov egor.artemov@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
http://bugs.winehq.org/show_bug.cgi?id=28281
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |thunderbird2k@gmail.com Resolution| |DUPLICATE
--- Comment #2 from Roderick Colenbrander thunderbird2k@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 ***
http://bugs.winehq.org/show_bug.cgi?id=28281
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Austin English austinenglish@gmail.com 2011-09-27 12:23:40 CDT --- Closing.