Crash on startup due to failure to get a DeviceDescriptor #16463
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Startup
A crash that occurs when first attempting to run a Bevy app
P-Crash
A sudden unexpected crash
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Bevy version
Bevy 0.15-rc.3
Relevant system information
What you did
Made a very simple bevy app (spawn a sprite and press f to toggle fullscreen).
What went wrong
Bevy crashed immediately on the computer of a play tester. It didn't crash on 0.14.2. Also it works normally on my pc (also windows 10, and I send the .exe to the playtester).
Additional information
It crashes on line 363 in the file bevy_render/src/renderer/mod.rs.
This is the line that crashes:
The text was updated successfully, but these errors were encountered: