Is there something that doesn't work right in the latest GZDoom? Post about it here.
Moderator:GZDoom Developers
Forum rules Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.
If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.
Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 146 ()
Minor opcode of failed request: 5
Value in failed request: 0x4400005
Serial number of failed request: 40
Current serial number in output stream: 302
According to my X11 extension headers the major opcode here is "Present" and the minor opcode is "X_PresentPixmapSynced" (this is probably on some SDL call).
In order to make the window go away I must send SIGKILL to gzdoom. I tried in both windowed and fullscreen video modes.
You may be right. I raised this because even in the case of a misbehaving driver there may be a way to let the process at least exit. If this is misguided the report can be ignored since the easy solution is just to not use the Vulkan backend for now.