You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On discord, @Illinore reported a crash on windows.
There are so little logs, and no panic, either app is exiting cleanly or crashing hard / early.
One thing I wonder about is gpu drivers. I wonder if the AdapterInfo log (this is missing here) could be generated by bones earlier, and possibly captured? Probably should add some more tracing throughout startup to see where this failed.
Otherwise, would be interesting to know what gpu + if drivers are up to date, and what backend wgpu tries to use (for windows, openGL or DX12?).
There is no panic, which could be a segfault due to unsafe code / or maybe c library crashing? I wonder if generating a minidump might be useful here.
To Reproduce
Reported reproducing on steam playtest builds 0.12.1 and 0.12.2 on windows.
(I cannot repro on windows).
Log Messages
The only logs from logfile:
2024-09-12T02:20:34.568169Z INFO bevy_winit::system: Creating new window "App" (0v0)
The text was updated successfully, but these errors were encountered:
I also think setting up builds on steam such that a launch command may be used to increase log verbosity might be helpful. (Basically be able to set RUST_LOG).
Description
On discord, @Illinore reported a crash on windows.
There are so little logs, and no panic, either app is exiting cleanly or crashing hard / early.
One thing I wonder about is gpu drivers. I wonder if the AdapterInfo log (this is missing here) could be generated by bones earlier, and possibly captured? Probably should add some more tracing throughout startup to see where this failed.
Otherwise, would be interesting to know what gpu + if drivers are up to date, and what backend wgpu tries to use (for windows, openGL or DX12?).
There is no panic, which could be a segfault due to unsafe code / or maybe c library crashing? I wonder if generating a minidump might be useful here.
To Reproduce
Reported reproducing on steam playtest builds 0.12.1 and 0.12.2 on windows.
(I cannot repro on windows).
Log Messages
The only logs from logfile:
The text was updated successfully, but these errors were encountered: