Daemon icon indicating copy to clipboard operation
Daemon copied to clipboard

Game doesn't exit on error anymore

Open illwieckz opened this issue 1 year ago • 3 comments

Game doesn't exit one error anymore (for example in case of a GLSL syntax error), after clicking the popup to close the game, the game window never closes and the engine never exits. I have to interrupt with Ctrl+C or with kill.

illwieckz avatar Mar 04 '25 17:03 illwieckz

Can't reproduce on Linux. I added an error in generic_fp.glsl and the program closes as expected. I suppose this is related to some wacky X11 forwarding setup? 🤪

slipher avatar Mar 07 '25 03:03 slipher

I got this without forwarding too.

illwieckz avatar Mar 07 '25 10:03 illwieckz

Well, in fact I even never does forwarding. I may start commands on test devices over the network, but the game is always running in direct rendering. In fact X11 only supports GL indirect rendering (and then forwarding) with GL 1.

But what matters anyway is that I reproduced the bug on my workstation, running the game the same way people would run the game.

illwieckz avatar Mar 07 '25 10:03 illwieckz