http://bugs.winehq.org/show_bug.cgi?id=6979
Summary: winex11.drv opengl initialization crashes on macos Product: Wine Version: CVS Platform: Macintosh OS/Version: Mac OS X 10.2 Status: NEW Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: stefandoesinger@gmx.at
The registering of the nv vertex array range extension on macos causes the X11 driver to crash. This prevents all apps from working. Everything works perfectly if I comment out the call to register_extension (&WGL_NV_vertex_array_range); in dlls/winex11.drv/opengl.c, line 2979.