-
Notifications
You must be signed in to change notification settings - Fork 35
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
panic when resizing window: Result::unwrap()
on an Err
value: ERROR_OUT_OF_DATE_KHR
#104
Comments
@ComputerDruid thank you for filing! The particle example doesn't really try to handle the resize. Are you able to reproduce this on the |
No, I wasn't able to get the nvidia-smi
As for wgpu examples, none of the ones I tried panicked; I tried bunnymark, water, and skybox. Blade's bunnymark example does crash when resized, though. |
Interesting, thanks for all the info! |
This same issue also occurred with me when I was running GPUI on Windows. It specifically happens when minimizing, maximizing and resizing. |
How easy did this reproduce? Did the behavior change when zed-industries/zed#10243 landed? |
I experienced this on Linux + KDE + X11 + nvidia-drivers.
Steps to reproduce:
cargo run --example particle
Result:
Backtrace
I originally observed this on the Zed editor (reported downstream at zed-industries/zed#9628 ), but was able to reproduce it with just the particle example.
Some software versions in case that ends up being relevant:
The text was updated successfully, but these errors were encountered: