Error when trying to run
See original GitHub issueAfter installing dependencies and trying to run I’m getting the following error:
thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/interface/rust.rs:762:69
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Any idea what it might be?
Issue Analytics
- State:
- Created 9 months ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
"Error while trying to run project: Unable to start program". Can ...
First restart Visual Studio · Click the build icon · Select the rebuild option · Run the Program or Debug the Program.
Read more >Error while trying to run project: Unable to start program ...
Inside Visual Studio menu · Select Debug -> Windows -> Exception settings · Check "Common Language Runtime Settings" · Run the project ·...
Read more >Error while trying to run project: Unable to start program 'C ...
"Error while trying to run project: Unable to start program 'C:\Visual Studio 2017 Projects\ConsoleApp3\ConsoleApp3.exe'. The debugger is not properly installed ...
Read more >How to Fix the "This App Can't Run on Your PC" Error in ...
1. Check the App's Version · 2. Run the App in Compatibility Mode · 3. Run a Copy of the Executable File ·...
Read more >Error when trying to run 'runClient' - Minecraft Forge Forums
Hello, I am on windows 11 and using IntelliJ IDEA and followed this tutorial on YouTube but I get this error when I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@gragland don’t forget to check the latest version (I’ve just pushed to
main)is it much better (tabs, better progression follow-up etc) 🙂
https://twitter.com/flngr/status/1608814377813299200
note: I upgrade the project to Yarn 3.3, so you may have a bit of setup to do (if you try to just re-run
yarnI think it should work)Turns out it was because I don’t have Rust installed on my M1… Using
yarn devdid the trick though! Thanks for the help and awesome project.