-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misleading error message on empty world #84
Comments
When you input boundaries, This line: The whole argument parsing needs to be remade. This is confusing and misleading. To make sure, look at the output of |
Thanks for this, turns out it was my fault and I was just executing the command with the wrong world directory... |
I cannot figure out how you managed to do this. I was trying to create a fix, but I cannot reproduce this issue. When you generate a new world, it automatically generates some spawn chunks. If you close minecraft too early, or something else weird, it doesn't create and
Can you give some instructions on how to reproduce this error? |
This error arises when the requested area does not overlap with the available terrain. Try rendering a new world with the
The whole argument parsing code is legacy from the start of the project. One needs to take it all down and use a modern c++ library to parse the command line. |
probably too far out of my comfort zone then. I'll leave this for someone better with C++ |
I've tried with both the latest releases and a new build using the commands in Readme.md.
Anything in #64 didn't help.
Here's the command I'm running:
[path-to-mcmap-executable] -from -2006464 -1995968 -to -2006337 -1995841 -vv [path-to-world]
And here's the output of the command:
I've also tried swapping -from and -to.
As you can see,
-from X Z <= -to X Z
.The text was updated successfully, but these errors were encountered: