Describe the bug
Something in about running the Windows build generates the following error a couple seconds after the window appears:
error: process didn't exit successfully: `target\debug\vc64.exe` (exit code: 0xc0000005, STATUS_ACCESS_VIOLATION)
To Reproduce
Steps to reproduce the behavior:
Pull the latest changes
Execute cargo run in a valid Windows environment
See error
Desktop (please complete the following information):
OS: Windows 11
Version 0.1.0
Potential fixes
The issue is most likely me mishandling the stack/calling convention in src/windows_main.asm, but it may also have something to do with the janky trickery in src/main.rs:93.
Describe the bug Something in about running the Windows build generates the following error a couple seconds after the window appears:
To Reproduce Steps to reproduce the behavior:
cargo run
in a valid Windows environmentDesktop (please complete the following information):
Potential fixes The issue is most likely me mishandling the stack/calling convention in
src/windows_main.asm
, but it may also have something to do with the janky trickery insrc/main.rs:93
.