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
INFO region_scanner > Starting to scan dimension: minecraft:overworld, at /home/walksanator/.local/share/PrismLauncher/instances/Hextest-1.0.0/.minecraft/saves/New World/region.
The application panicked (crashed).
Message: Was unable to find a single chunk in a single region in the zone provided that was readable!
Location: src/lib.rs:114
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
if I try to download repo and cargo update it still fails after re-compiling
The text was updated successfully, but these errors were encountered:
Not technically a bug - it can't find any chunks in this zone because your zone specification is zero-sized; the format is <FROM_X> <TO_X> <FROM_Z> <TO_Z>, so you probably want -2 2 -2 2 (which would be 4 by 4 regions). That said, the error message emitted here is indeed quite bad; it should instead refuse to work when given a zero-sized zone.
if I try to download repo and
cargo update
it still fails after re-compilingThe text was updated successfully, but these errors were encountered: