App::run crashes with default plugins #12699
Labels
A-Rendering
Drawing game state to the screen
A-Windowing
Platform-agnostic interface layer to run your app in
O-Linux
Specific to the Linux desktop operating system
P-Crash
A sudden unexpected crash
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
0.13.1
[Optional] Relevant system information
OS:
EndeavourOS Linux
Release:
rolling
CPU:
AMD Ryzen 7 6800H
GPU:
3070 ti Laptop
AdapterInfo { name: "NVIDIA GeForce RTX 3070 Ti Laptop GPU", vendor: 4318, device: 9440, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "550.67", backend: Vulkan }
What you did
Attempting to run the example for starting out with Bevy.
What went wrong
Window appears briefly, freezing behavior in other windows (such as sound in youtube), then crashes and core dumps.
Additional information
This seems to most closely resemble #7412, however they state that this behavior only occurred when they ran with the
update
function, and not therun
function, as I am.Logs
The text was updated successfully, but these errors were encountered: