![]() |
|
[NEEDS INFO] can not start xonotic (xubuntu 14.10) - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [NEEDS INFO] can not start xonotic (xubuntu 14.10) (/showthread.php?tid=5153) |
can not start xonotic (xubuntu 14.10) - kamp - 11-08-2014 Hi, I can not start xonotic anymore. I recently upgraded to Xubuntu Utopic. Code: $ ./xonotic-linux64-glx
Game is Xonotic using base gamedir data
Xonotic Linux 03:08:11 Jun 5 2013 - release
Current nice level is below the soft limit - cannot use niceness
Skeletal animation uses SSE code path
DPSOFTRAST available (SSE2 instructions detected)
couldn't exec quake.rc
couldn't exec default.cfg
execing config.cfg
couldn't exec autoexec.cfg
Client using an automatically assigned port
Client opened a socket on address 0.0.0.0:0
Client opened a socket on address [0:0:0:0:0:0:0:0]:0
Loading OpenGL driver libGL.so.1
GL_VENDOR: Intel Open Source Technology Center
GL_RENDERER: Mesa DRI Intel(R) Haswell Mobile
GL_VERSION: 3.0 Mesa 10.3.0
vid.support.arb_multisample 1
vid.support.gl20shaders 1
Received signal 11, exiting...RE: can not start xonotic (xubuntu 14.10) - Mr. Bougo - 11-08-2014 Hm, that log doesn't seem very helpful. Do you know by chance how to use gdb? Where did you get Xonotic from? RE: can not start xonotic (xubuntu 14.10) - kamp - 11-09-2014 It was from http://dl.xonotic.org/xonotic-0.7.0.zip but for several days, the download link is broken. after starting with gdb: Code: Loading OpenGL driver libGL.so.1
warning: Corrupted shared library list: 0x38cc490 != 0x38d0180RE: can not start xonotic (xubuntu 14.10) - Mr. Bougo - 11-09-2014 (11-09-2014, 06:21 AM)kamp Wrote: It was from http://dl.xonotic.org/xonotic-0.7.0.zip but for several days, the download link is broken. Is it broken, really? For me it gets redirected to this link, but perhaps you get a dead one instead. I'll let the admins know. As for the error in gdb, I'll ask other people. I don't know how to help :X RE: can not start xonotic (xubuntu 14.10) - divVerent - 11-09-2014 Please post output of "glxinfo". The issue may very well be in the graphics driver. RE: can not start xonotic (xubuntu 14.10) - Mr. Bougo - 11-09-2014 As for the mirror issue, can you please issue either of these two commands and tell me what output you get? Code: wget --spider http://dl.xonotic.org/xonotic-0.7.0.zipCode: curl -I http://dl.xonotic.org/xonotic-0.7.0.zip |