Skip to content
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

"Assertion `file != __null' failed" #3

Closed
rbos opened this issue Sep 14, 2010 · 4 comments
Closed

"Assertion `file != __null' failed" #3

rbos opened this issue Sep 14, 2010 · 4 comments

Comments

@rbos
Copy link

rbos commented Sep 14, 2010

got the following error message:

minecraft@rollup:~/udoprog-c10t-07c14db$ ./c10t -w ../minecraft-smp/world/ -o asdf.png -m 4
type '-h' for help

world: ../minecraft-smp/world/
output: asdf.png

Reading and projecting blocks on 4 thread(s)...
c10t: /home/minecraft/udoprog-c10t-07c14db/src/nbt/nbt.cpp:86: void nbt::Parser::parse_file(const char*): Assertion `file != __null' failed.
Aborted
minecraft@rollup:~/udoprog-c10t-07c14db$ ./c10t --version
c10t - a cartography tool for minecraft
version: SNAPSHOT
by: Udoprog johnjohn.tedro@gmail.com
site: http://github.com/udoprog/c10t

I'd like to be able to post the map somewhere, but it's a 420 megabyte compressed tarball. :/ If the program reported which files it was choking on I could forward those along.

Edit: Debian Lenny, x86-32.

@rbos
Copy link
Author

rbos commented Sep 14, 2010

I could offer temporary access to a shell account containing a copy of the world map if that would help - rbos@novylen.net

@udoprog
Copy link
Owner

udoprog commented Sep 14, 2010

A debug mode has been added to the program (albeit hastily), and error tracing has been added to the parser, try running the using the --debug parameter.

@rbos
Copy link
Author

rbos commented Sep 14, 2010

The latest build avoids this error. Now I have a different one, but I think that's just because my map is much too large due to some weird outlying chunks. (150,000 x 10,000 approx). I'll open a ticket if it still occurs after I get rid of the bad chunks.

@rbos
Copy link
Author

rbos commented Sep 14, 2010

test

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants