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
I came across similar issues with the same exit code for bevy in the internet but I am only experiencing the issue while using this plugin. I can render things just fine if I don't add the plugin.
Minimal example that invokes the error:
Error message (there is no stacktrace or panic message even if debug is enabled):
Adapter information:
Active toolchain is
rustc 1.83.0-nightly (0ee7cb5e3 2024-09-10)
.Below is the
cargo.toml
configuration I used:And this is the
.cargo/config.toml
:Note: the crash happens only in the
fast
orfast-debug
profile. Thedebug
profile works without any problems.The text was updated successfully, but these errors were encountered: