sdlcl icon indicating copy to clipboard operation
sdlcl copied to clipboard

Quake 4 fails to start on Wayland if multisampling is enabled

Open ZwS opened this issue 7 years ago • 0 comments

For some reason enabling multisampling would crash the Quake 4 under Wayland. However error doesn't present in Xorg session. Here is startup log:

Quake4  V1.4.2 linux-x86 Jun 15 2007
found interface lo - loopback
found interface wlan0 - 192.168.0.106/255.255.255.0
found interface virbr0 - 192.168.122.1/255.255.255.0
CPU: Intel CPU with MMX & SSE & SSE2 & SSE3
enabled Flush-To-Zero mode
--------- Initializing File System ----------
<skipped>
file system initialized.
---------------------------------------------
------------ Initializing Decls -------------
Loading guides.... 64 loaded
93ms to load 1125k of material
19ms to load 43k of skin
57ms to load 723k of sound
1ms to load 1k of materialType
151ms to load 2889k of lipSync
12ms to load 105k of playback
291ms to load 1690k of effect
---------------------------------------------
-------- Initializing renderSystem ----------
using ARB renderSystem
renderSystem initialized.
---------------------------------------------
Found default language English with VO
.... found additional language 'french' without VO
.... found additional language 'italian' without VO
.... found additional language 'russian' with VO
.... found additional language 'spanish' without VO
696 strings read from strings/english_code.lang
1794 strings read from strings/english_guis.lang
5756 strings read from strings/english_lips.lang
5759 strings read from strings/english_mappack.lang
6235 strings read from strings/english_maps.lang
3 strings read from strings/french_mappack.lang
3 strings read from strings/italian_mappack.lang
661 strings read from strings/russian_code.lang
1734 strings read from strings/russian_guis.lang
5696 strings read from strings/russian_lips.lang
6172 strings read from strings/russian_maps.lang
3 strings read from strings/spanish_mappack.lang
Couldn't open journal files
execing default.cfg
couldn't exec editor.cfg
execing Quake4Config.cfg
execing autoexec.cfg
-------- Initializing Sound System ----------
sound system initialized.
---------------------------------------------
--------------- R_InitOpenGL ----------------
Initializing SDL subsystem
Loading GL driver 'libGL.so.1' through SDL
SDL_ListModes:
1920x1080 SDL_ListModes are currently ignored for resolution filtering. Set r_useSDLModes to 1 if you want it
Initializing SDL subsystem
Loading GL driver 'libGL.so.1' through SDL
SDL_ListModes:
1920x1080 SDL_ListModes are currently ignored for resolution filtering. Set r_useSDLModes to 1 if you want it
Fatal Error: Unable to initialize OpenGL
--------------- BSE Shutdown ----------------
---------------------------------------------
idRenderSystem::Shutdown()
Sys_Error: Unable to initialize OpenGL

Tested on Ubuntu 18.10 x64, Mesa 18.2.2, AMD Radeon HD 7650A and latest sdlcl compiled.

ZwS avatar Jan 13 '19 16:01 ZwS