Unhandled exception crash #4

Open
opened 2024-07-31 13:08:44 +00:00 by daymxn · 2 comments

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:

Initializing the surface...
Using NVIDIA GeForce RTX 3080 (Vulkan)
0s+000000000ns|SetSensitivity(Ratio64Vec2 { x: Ratio64 { num: 524288, den: 1 }, y: Ratio64 { num: 524288, den: 1 } })
Using BC
Entering event loop...
Resizing to PhysicalSize { width: 800, height: 600 }
Resize took 5.6573ms
error: process didn't exit successfully: `target\release\strafe-client.exe` (exit code: 0xc000041d)
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: ``` Initializing the surface... Using NVIDIA GeForce RTX 3080 (Vulkan) 0s+000000000ns|SetSensitivity(Ratio64Vec2 { x: Ratio64 { num: 524288, den: 1 }, y: Ratio64 { num: 524288, den: 1 } }) Using BC Entering event loop... Resizing to PhysicalSize { width: 800, height: 600 } Resize took 5.6573ms error: process didn't exit successfully: `target\release\strafe-client.exe` (exit code: 0xc000041d) ```
Owner

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?

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?
Owner

I've since updated the wgpu and winit dependencies, perhaps it works now.

I've since updated the wgpu and winit dependencies, perhaps it works now.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: StrafesNET/strafe-client#4
No description provided.