burrito
burrito copied to clipboard
Debugging Windows Application Crash and how to Checking MSVC Runtime for Erlang [question]
Host
Tell us about your Host OS (the machine you're building burrito apps on)
Host OS: windows wsl2 arch
Host CPU: x86_64
zig version 0.13.0
Erlang/OTP 27 [erts-15.0] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit:ns]
Elixir 1.17.1 (compiled with Erlang/OTP 27)
Target
Host OS: windows Host CPU: :x86_64 Host LibC and Version ldd (GNU libc) 2.39 gcc version 14.1.1 20240522 (GCC)
(Describe your issue details here!) I successfully released the Linux version, and everything is functioning as expected. However, when I released the Windows version and attempted to run the executable file located in burrito_out, the application crashed and exited, creating a dump file. I have posted the details at this link.
After reviewing the documentation in the README, I noticed a requirement for "MSVC Runtime for the Erlang version you are shipping." How can I verify which MSVC Runtime is associated with my Erlang version?