Unhandled exception crash #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When trying to build the client with
cargo run --release
, the application crashes with an nt unhandled exception. This is based off a clean clone from the repo.Error code:
0xc000041d
Machine:
Windows 10 Pro 22H2
Log:
Does running with
RUST_BACKTRACE=1
give any more information? Can you add print statements to the code to find where the crash originates? Maybe your rust compiler is out of date?I've since updated the wgpu and winit dependencies, perhaps it works now.