StraToN / tux-target

Automatically exported from code.google.com/p/tux-target
GNU General Public License v2.0
1 stars 0 forks source link

tux-target client fails to start on linux (Ubuntu 9.10) #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
start ./tux-target

DBG b628b6f0 dynloadlib.cpp 211 loadLibrary <Unknown> : Loading dynamic
library 'libnel_drv_opengl.so'
INF b628b6f0 dru.cpp 93 createGlDriver <Unknown> : Using the library
'nel_drv_opengl' that is in the directory: 'libnel_drv_opengl.so'
DBG b628b6f0 driver_opengl.cpp 466 init <Unknown> : 3D: XOpenDisplay on
':0.0' OK
DBG b628b6f0 driver_opengl.cpp 1051 setDisplay <Unknown> : 3D:
glXChooseVisual OK
DBG b628b6f0 driver_opengl.cpp 1061 setDisplay <Unknown> : 3D:
glXCreateContext() OK
DBG b628b6f0 driver_opengl.cpp 1096 setDisplay <Unknown> : 3D:
XCreateWindow() OK
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  1 (X_CreateWindow)
  Serial number of failed request:  25
  Current serial number in output stream:  30

workaround is to run
XLIB_SKIP_ARGB_VISUALS=1 ./tux-target

Original issue reported on code.google.com by simons.philippe on 27 Jan 2010 at 10:02

GoogleCodeExporter commented 8 years ago
Might be related to http://dev.ryzom.com/issues/884

Original comment by alvin...@centrum.cz on 12 May 2010 at 1:45