Forums » Linux
Game won't open [Fatal Error: Couldn't open window.]
So after installing and reinstalling and checking dependencies I keep getting this error log:
Setting up signal handlers...done.
archive returned 0
[Sun Aug 23 00:33:01 2020] Found driver: "Open Sound System driver". Type 1, Version 10.1. Load @0x0a616200
[Sun Aug 23 00:33:01 2020] Instantiate address: 0xf7f20210
[Sun Aug 23 00:33:01 2020] Can't load driver /home/teefourty/.vendetta/drivers/gkgl.so: libGLU.so.1: cannot open shared object file: No such file or directory
[Sun Aug 23 00:33:01 2020] Can't load driver /home/teefourty/.vendetta/drivers/opengl4.so: libGLU.so.1: cannot open shared object file: No such file or directory
[Sun Aug 23 00:33:01 2020] Found driver: "ALSA driver". Type 1, Version 10.1. Load @0x0a616cd0
[Sun Aug 23 00:33:01 2020] Instantiate address: 0xf7f1c670
Using singlethreaded rendering.
Using 4 physics worker threads. and g_do_mp = 0
using other arch.
[Sun Aug 23 00:33:01 2020] SetVideoMode failed, line 39: m_currentvideodriverinfo=(nil), m_directvideodriver=(nil)
Fatal Error: Couldn't open window.
I looked in the drivers file and the files exist and I tried modifying the permissions so anyone can view but it's made no difference. I am on fedora 32 kde respin if that's relevant and I used the ia32 install, and checked the SHA256 was correct.
Setting up signal handlers...done.
archive returned 0
[Sun Aug 23 00:33:01 2020] Found driver: "Open Sound System driver". Type 1, Version 10.1. Load @0x0a616200
[Sun Aug 23 00:33:01 2020] Instantiate address: 0xf7f20210
[Sun Aug 23 00:33:01 2020] Can't load driver /home/teefourty/.vendetta/drivers/gkgl.so: libGLU.so.1: cannot open shared object file: No such file or directory
[Sun Aug 23 00:33:01 2020] Can't load driver /home/teefourty/.vendetta/drivers/opengl4.so: libGLU.so.1: cannot open shared object file: No such file or directory
[Sun Aug 23 00:33:01 2020] Found driver: "ALSA driver". Type 1, Version 10.1. Load @0x0a616cd0
[Sun Aug 23 00:33:01 2020] Instantiate address: 0xf7f1c670
Using singlethreaded rendering.
Using 4 physics worker threads. and g_do_mp = 0
using other arch.
[Sun Aug 23 00:33:01 2020] SetVideoMode failed, line 39: m_currentvideodriverinfo=(nil), m_directvideodriver=(nil)
Fatal Error: Couldn't open window.
I looked in the drivers file and the files exist and I tried modifying the permissions so anyone can view but it's made no difference. I am on fedora 32 kde respin if that's relevant and I used the ia32 install, and checked the SHA256 was correct.
Looks like the same error:
https://askbot.fedoraproject.org/en/question/25349/libgluso1-not-found/
I'm not a RedHat/Fedora guy, but seems like specific Mesa library is missing from your installation. You can either try to follow the instructions to install it separately or first try to upgrade to the latest official drivers for your integrated Radeon video.
https://askbot.fedoraproject.org/en/question/25349/libgluso1-not-found/
I'm not a RedHat/Fedora guy, but seems like specific Mesa library is missing from your installation. You can either try to follow the instructions to install it separately or first try to upgrade to the latest official drivers for your integrated Radeon video.
that fixed it, thanks for the help!