-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on resize: Nvidia RTX 4090 + Vulkan + Linux #3227
Comments
On same machine everything works just fine on Vulkan + Integrated AMD Ryzen. Vulkan standard mentions that logical device lose might be implementation detail. Should we provide a way to recreate logical device? It seems this problem is old one, I found few mentions of Nvidia + Vulkan and VK_ERROR_DEVICE_LOST error |
example 22-windows also crashes after 2 windows for Nvidia. |
It's most likely nVidia driver bug... But I can fix bgfx/VK renderer to handle lost device properly. |
It's a BGFX bug in the Vulkan backend. For 22-windows, I get the following validation error:
Similar to the issue in #3304. Some mechanism is running behind in keeping track with the resolution of the window. |
I also get annoying flickering of the video text debug printing on top of the window. It happens in both GL backend and Vulkan backend for 22-windows. UPDATE: This was fixed in e488a07#diff-6f61c48eec57364a2d1089b3c905c323c6be898f70992e120e8130ce2f65c043R293 |
Describe the bug
My App and exampleDebug\exampleRelease crashes after few seconds of resizing
exampleDebug --gl
works fine.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Resize without crashing
Additional context
Debug log
log.log
The text was updated successfully, but these errors were encountered: