http://bugs.winehq.org/show_bug.cgi?id=9937
Summary: Wine crashes in Xephyr Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Often, one would like to run apps in a nested X server. A good one is Xephyr. To try this on ubuntu, first install with sudo apt-get install xserver-xephyr then start a nested X server with Xephyr :1 -ac then verify it's working with DISPLAY=:1 xeyes If that works, then start a Wine app, e.g. notepad: DISPLAY=:1 wine notepad This crashes at the moment with the assertion failure 2 0xb7d42201 abort+0x101() in libc.so.6 (0x0034ed04) 3 0xb7d39b6e __assert_fail+0xee() in libc.so.6 (0x0034ed48) 4 0x7e3a44a7 in libgl.so.1 (+0x1f4a7) (0x0034ed88) 5 0x7e3a45d8 glXCreateContext+0x38() in libgl.so.1 (0x0034eda8) 6 0x7e56d577 has_opengl+0x5f7() [winex11.drv/opengl.c:305] in winex11 (0x0034ee28) 7 0x7e56e000 X11DRV_setup_opengl_visual+0x130(display=0x7c041650) [winex11.drv/opengl.c:3338] in winex11 (0x0034ef08)
This was reported by a user: http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/7bf80f4eec...