Closed abasgames closed 9 months ago
Duplicate of #274 ?
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 "./"
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 'calledResult::unwrap()
on anErr
value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 note: Run withRUST_BACKTRACE=1
for a backtrace.