udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Assertion `i >= 0' failed. #257

Closed slowbro closed 12 years ago

slowbro commented 12 years ago

No matter the map type, c10t dies with an assertion error.

$ LC_ALL=C c10t -w servers/212/world3 -o server212_world1_isometric_day.png --debug

LOG FILE: http://umad.minecraft-servers.com/~server212/c10t-log.txt The map used: http://umad.minecraft-servers.com/~server212/c10t-mapfail.tar.gz

version: $ LC_ALL=C c10t -v c10t - a cartography tool for minecraft version: git 240c08c, built on Apr 4 2012 by: Udoprog johnjohn.tedro@gmail.com et. al (see README) site: http://github.com/udoprog/c10t

$ uname -a Linux umad.minecraft-servers.com 2.6.18-238.9.1.el5.centos.plus #1 SMP Tue Apr 12 20:34:33 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux

Let me know what other information you need, if any.

Ben0mega commented 12 years ago

Works perfectly (as far as I can tell) from trunk - try it with the last commit (since the latest commit handles mod blocks fairly well).

slowbro commented 12 years ago

Seems to work with the newest version. Sorry about the bogus issue.