http://bugs.winehq.org/show_bug.cgi?id=29527
Bug #: 29527 Summary: All OpenGL games fail with Mesa from Git Product: Wine Version: 1.3.36 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: opengl AssignedTo: wine-bugs@winehq.org ReportedBy: mreloads@yahoo.co.uk Classification: Unclassified
Created attachment 38250 --> http://bugs.winehq.org/attachment.cgi?id=38250 Console output for Nexuiz Windows version
Because GL3 context creation patches were merged to Mesa in 03.01.2012., context creation in Wine is failing for ALL 3D applications due to undefined symbol error in opengl32.dll. Native Linux games like Nexuiz or Openarena still work.
http://bugs.winehq.org/show_bug.cgi?id=29527
Nauris mreloads@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker
http://bugs.winehq.org/show_bug.cgi?id=29527
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|opengl |-unknown Resolution| |INVALID Severity|blocker |normal
--- Comment #1 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-01-03 21:52:07 CST --- Have you recompiled your Wine? I don't see Wine importing xcb_glx_set_client_info_2arb anywhere. Also please make sure your 32-bit library matches your 64-bit driver.
http://bugs.winehq.org/show_bug.cgi?id=29527
--- Comment #2 from Nauris mreloads@yahoo.co.uk 2012-01-03 22:48:36 CST --- (In reply to comment #1)
Have you recompiled your Wine? I don't see Wine importing xcb_glx_set_client_info_2arb anywhere. Also please make sure your 32-bit library matches your 64-bit driver.
No, I've installed Wine from x86 Archlinux repos. Will try to recompile it later.
http://bugs.winehq.org/show_bug.cgi?id=29527
--- Comment #3 from Henri Verbeet hverbeet@gmail.com 2012-01-04 02:04:11 CST --- I'm pretty sure http://lists.freedesktop.org/archives/mesa-dev/2012-January/016770.html is the problem you're seeing. It might be because you have an old 32-bit libxcb.
http://bugs.winehq.org/show_bug.cgi?id=29527
--- Comment #4 from Nauris mreloads@yahoo.co.uk 2012-01-04 12:32:52 CST --- (In reply to comment #3)
I'm pretty sure http://lists.freedesktop.org/archives/mesa-dev/2012-January/016770.html is the problem you're seeing. It might be because you have an old 32-bit libxcb.
Yes, updating libxcb to 1.8 did the trick.
http://bugs.winehq.org/show_bug.cgi?id=29527
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2012-01-23 18:59:21 CST --- Closing INVALID.