Can't run
Heath123 opened this issue · 5 comments
Issue tracker is ONLY used for reporting bugs. NO NEW FEATURE ACCEPTED! Use our Discord server for supporting issues.
Sorry if I've missed something again but I can't run this. When I run "cargo run":
Expected Behavior 🤔
It should run.
Current Behavior 😔
Compiling image v0.20.0 Compiling winit v0.16.2 Compiling conrod v0.61.1 (https://github.com/Litecrafty/conrod#c8e3a4ed) Compiling litecraft v0.1.0 (C:\Users\User\Downloads\Litecraft-master\Litecraft-master) Finished dev [unoptimized + debuginfo] target(s) in 4m 41s Running C:\Users\User\Downloads\Litecraft-master\Litecraft-master\target\debug\litecraft.exe error: process didn't exit successfully: C:\Users\User\Downloads\Litecraft-master\Litecraft-master\target\debug\litecraft.exe (exit code: 101)
Maybe related with rust-lang/rust#51975. I will check.
I can get it to run (slowly) on an Ubuntu VM if that helps?
Could you try with the latest nightly? Update using the command rustup update nightly
.
It still seems to be happening
Could you provide a binary?