You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abas@abas-ThinkPad-R61:~/Downloads/hematite-master$ cargo run --release "./<New_World>"
Finished release [optimized] target(s) in 1.33s
Running target/release/hematite './<New_World>'
Opening "/home/abas/.minecraft/versions/1.8.8/1.8.8.jar"...
File "/home/abas/.minecraft/versions/1.8.8/1.8.8.jar" contains 5597 files.
Extracted 3085 files.
thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5
note: Run with RUST_BACKTRACE=1 for a backtrace.
The text was updated successfully, but these errors were encountered:
I'm new to the project but got it working in a linux VM no problem (lubuntu 18.10). I think your problem is "<New_World>" should be replaced with the name of existing save. So far as I'm aware this project doesn't support generating new worlds.
EDIT:
I left the save file in ~/.minecraft/saves/ rather than copying to the hematite director, which may have some thing to do with it.
abas@abas-ThinkPad-R61:~/Downloads/hematite-master$ cargo run --release "./<New_World>"
Finished release [optimized] target(s) in 1.33s
Running
target/release/hematite './<New_World>'
Opening "/home/abas/.minecraft/versions/1.8.8/1.8.8.jar"...
File "/home/abas/.minecraft/versions/1.8.8/1.8.8.jar" contains 5597 files.
Extracted 3085 files.
thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5note: Run with
RUST_BACKTRACE=1
for a backtrace.The text was updated successfully, but these errors were encountered: