Helion icon indicating copy to clipboard operation
Helion copied to clipboard

CTD Ubuntu 24.10

Open menguele opened this issue 7 months ago • 3 comments

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)

menguele avatar Apr 12 '25 09:04 menguele

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.

nstlaurent avatar Apr 12 '25 10:04 nstlaurent

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?

menguele avatar Apr 12 '25 10:04 menguele

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!

nstlaurent avatar Apr 12 '25 11:04 nstlaurent

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.

menguele avatar Jul 29 '25 21:07 menguele