https://linen.dev logo
Linker errors (code 1104) after conversion to Shut...
# help
v
I am now getting
Copy code
error: linking with `link.exe` failed: exit code: 1104
when compiling with
cargo shuttle run
. The program ran fine until I migrated to a shuttle application. How do I begin to troubleshoot this?
e
try running with
--debug
, see if it gets you any further info as to what exactly failed?
Not directly Shuttle related but https://github.com/rust-lang/rust/issues/108525 comes up in a search for that error code. Seems like it mainly means there was an issue reading/writing a file.
v
did a bit of digging, Defender didn't like the binary
nuked the folder and now it works