Helion
Helion copied to clipboard
CTD Ubuntu 24.10
Tried pre-built binaries and compiling from source but both result in this error, libglfw3 and libopenal are already installed. I'm currently using wayland and an Intel HD 4000.
Unhandled exception. OpenTK.Windowing.GraphicsLibraryFramework.GLFWException: GLX: Failed to create context: GLXBadFBConfig at OpenTK.Windowing.Desktop.GLFWProvider.<>c.<.cctor>b__10_0(ErrorCode errorCode, String description) fish: Process 45206, './Helion' from job 1, './Helion -iwad ~/Games/doomwads…' terminated by signal SIGABRT (Abort)
Could be an issue with the test to see what version of OpenGL is supported. Does it write an errorlog.txt? You can try forcing it to 3.3 by adding +glversion 33 in the command line.
Does it write an errorlog.txt?
Nope, no logs
You can try forcing it to 3.3 by adding +glversion 33
That did the trick. Is there a way to force that logging, if you need it?
It's supposed to write errorlog.txt to the current directory. It may not be functioning on Linux or is writing it somewhere else.
I will have to test that as well but I think I have enough information, thanks!
I think that was probably due to missing GL features or incomplete driver for that gpu, or something weird with Sway and Wayland/+VK support on old intel graphics.
I remember trying Desktop GL with LZDoom and it would crash immediately, only way to run was with Vulkan, Software or GLES renderer. Games I tried with Gallium-Nine also had miss-renders such as missing textures.