FS#5902 - upgrade from libx11-1.0.3-1 to libx11-1.1-1 breaks neverwinter nights
Attached to Project:
Arch Linux
Opened by Brian Neate (bneate) - Monday, 27 November 2006, 01:56 GMT
Opened by Brian Neate (bneate) - Monday, 27 November 2006, 01:56 GMT
|
Details
The latest upgrade for libx11 breaks neverwinter nights with
the following error when you try to run nwn. Downgrading
libx11 and libgl-dri fixes this. looks like it has something
to do with compiling everything with xcb support now.
nwmain: xcb_lock.c:62: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy->request)) >= 0)' failed. ./nwn: line 12: 19056 Aborted ./nwmain $@ |
This task depends upon
Closed by Jan de Groot (JGC)
Monday, 27 November 2006, 18:59 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed by building libx11 without XCB for now.
Monday, 27 November 2006, 18:59 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed by building libx11 without XCB for now.
https://bugs.freedesktop.org/show_bug.cgi?id=9051
The specific bug is not reproducable here, since we're running GTK 2.10. I'll check out the libxcb code later today to find out what's going on here. Could you post the ldd output of the nwn binary?
linux-gate.so.1 => (0xffffe000)
libm.so.6 => /lib/libm.so.6 (0xb7f05000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7eee000)
libGL.so.1 => /usr/lib/libGL.so.1 (0xb7e92000)
libGLU.so.1 => /usr/lib/libGLU.so.1 (0xb7e19000)
libmss.so.6 => not found
libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0xb7d89000)
libc.so.6 => /lib/libc.so.6 (0xb7c5e000)
/lib/ld-linux.so.2 (0xb7f59000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7b77000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb7b69000)
libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0xb7b64000)
libdl.so.2 => /lib/libdl.so.2 (0xb7b60000)
libdrm.so.2 => /usr/lib/libdrm.so.2 (0xb7b59000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7b41000)
libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0xb7b3f000)
libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0xb7b2f000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7a4a000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xb7a3f000)
libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7a3c000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb7a39000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7a34000)