hematite icon indicating copy to clipboard operation
hematite copied to clipboard

unable to run on ubuntu 18.04 x64

Open abasgames opened this issue 5 years ago • 2 comments

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.

abasgames avatar May 02 '19 19:05 abasgames

Duplicate of #274 ?

Simon-Laux avatar May 18 '19 17:05 Simon-Laux

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.

rswalkden avatar Jun 06 '19 10:06 rswalkden