It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi Folks,

after upgrading to Ubuntu 16.04.1 Door Kickers doesn't start properly anymore. I simply got a black window with a mouse pointer but nothing else. I can't switch to anything else on the desktop. Switching to the console (ctrl + shft + 1) is possible, killing the door kickers process doesn#t change anything.
I've downloaded and reinstalled but nothing helps :-(

Here some system info (hardware is pretty old...):

$ lspci -nnk | grep -i VGA -A2
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV635 [Radeon HD 3650/3750/4570/4580] [1002:9598]
Subsystem: Hightech Information System Ltd. RV635 [Radeon HD 3650/3750/4570/4580] [1787:2254]
Kernel driver in use: radeon

$ glxinfo | grep 'OpenGL version string'
OpenGL version string: 3.0 Mesa 11.2.0

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
DVI-0 disconnected (normal left inverted right x axis y axis)
DIN disconnected (normal left inverted right x axis y axis)
DVI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
1920x1080 60.00*+
1280x1024 60.02
1440x900 59.90
1280x800 59.91
1152x864 75.00
1024x768 70.07 60.00
800x600 60.32 56.25
640x480 66.67 60.00
720x400 70.08

Any suggestions?
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
hcguersoy: Hi Folks,

after upgrading to Ubuntu 16.04.1 Door Kickers doesn't start properly anymore. I simply got a black window with a mouse pointer but nothing else. I can't switch to anything else on the desktop. Switching to the console (ctrl + shft + 1) is possible, killing the door kickers process doesn#t change anything.
I've downloaded and reinstalled but nothing helps :-(

Here some system info (hardware is pretty old...):

$ lspci -nnk | grep -i VGA -A2
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV635 [Radeon HD 3650/3750/4570/4580] [1002:9598]
Subsystem: Hightech Information System Ltd. RV635 [Radeon HD 3650/3750/4570/4580] [1787:2254]
Kernel driver in use: radeon

$ glxinfo | grep 'OpenGL version string'
OpenGL version string: 3.0 Mesa 11.2.0

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
DVI-0 disconnected (normal left inverted right x axis y axis)
DIN disconnected (normal left inverted right x axis y axis)
DVI-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
1920x1080 60.00*+
1280x1024 60.02
1440x900 59.90
1280x800 59.91
1152x864 75.00
1024x768 70.07 60.00
800x600 60.32 56.25
640x480 66.67 60.00
720x400 70.08

Any suggestions?
You should use official forum http://inthekillhouse.com/forum ,for better chances to get a dev help.
Or better you can send an email to devteam (at) inthekillhouse (dot) com.
Post edited August 25, 2016 by Lucidro
I have the some problem both in door kickers and risk of rain.
By running the game with LIBGL_DEBUG=verbose ./start.sh I found that the problem could be something related to the newer driver modules that require a newer ABI (application binary interface) then the ones offered buy the libstdc++ provided with the games.

the error messages in both games are:

libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/i965_dri.so
libGL: dlopen /usr/lib/i386-linux-gnu/dri/i965_dri.so failed (/home/giovanni/Games/Door Kickers/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/i386-linux-gnu/dri/i965_dri.so))
libGL: OpenDriver: trying ${ORIGIN}/dri/tls/i965_dri.so
libGL: OpenDriver: trying ${ORIGIN}/dri/i965_dri.so
libGL: dlopen ${ORIGIN}/dri/i965_dri.so failed (/home/giovanni/Games/Door Kickers/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/i386-linux-gnu/dri/i965_dri.so))
libGL: OpenDriver: trying /usr/lib/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib/dri/i965_dri.so
libGL: dlopen /usr/lib/dri/i965_dri.so failed (/usr/lib/dri/i965_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: i965
libGL: pci id for fd 5: 8086:1916, driver i965
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/tls/i965_dri.so
libGL: OpenDriver: trying /usr/lib/i386-linux-gnu/dri/i965_dri.so
libGL: dlopen /usr/lib/i386-linux-gnu/dri/i965_dri.so failed (/home/giovanni/Games/Door Kickers/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/i386-linux-gnu/dri/i965_dri.so))
libGL: OpenDriver: trying ${ORIGIN}/dri/tls/i965_dri.so
libGL: OpenDriver: trying ${ORIGIN}/dri/i965_dri.so
libGL: dlopen ${ORIGIN}/dri/i965_dri.so failed (/home/giovanni/Games/Door Kickers/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/i386-linux-gnu/dri/i965_dri.so))
and the output of the command strings lib/libstdc++.so.6 | grep CXXABI (run inside a game directory) is:

CXXABI_1.3
CXXABI_1.3.1
CXXABI_1.3.2
CXXABI_1.3.3
CXXABI_1.3.4
CXXABI_1.3.5
CXXABI_1.3.6
CXXABI_1.3.7
CXXABI_TM_1
the output of strings /usr/lib/i386-linux-gnu/libstdc++.so.6 | grep CXXABI

CXXABI_1.3
CXXABI_1.3.1
CXXABI_1.3.2
CXXABI_1.3.3
CXXABI_1.3.4
CXXABI_1.3.5
CXXABI_1.3.6
CXXABI_1.3.7
CXXABI_1.3.8
CXXABI_1.3.9
CXXABI_1.3.10
CXXABI_TM_1
CXXABI_FLOAT128
Post edited November 22, 2016 by SilentWinter