udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

boost assertion error with minecraft 1.8.1 and (k)ubuntu 10.04.3 x86 #189

Closed Just4Bugreport closed 13 years ago

Just4Bugreport commented 13 years ago

I have just downloaded today (27.09.2011) the x86 Release from your stable binary distribution page(http://toolchain.eu/minecraft/c10t/releases)

My system matched all needed libraries and so i tried to run it and the following error occurred:

./c10t --debug -w ../testworld -o output.png

Generating PNG Map

--- SCANNING WORLD DIRECTORY --- world: /mypathtoprogramm/c10t-8078a2a-linux-x86/../testworld ............................... 3100 parts ............................... 6200 parts ............................... 9300 parts ...... 10000 parts --- DEBUG WORLD INFO --- mc::world min_x: -51 max_x: 48 min_z: -49 max_z: 50 levels: 10000 chunk pos: 0x0 --- ALLOCATING MEMORY --- memory usage: 9 MB memory limit: 1000 MB --- RENDERING --- "/mypathtoprogramm/c10t-8078a2a-linux-x86/../testworld/region/r.-2.-2.mcr"(-51,-49): queued OK "/mypathtoprogramm/c10t-8078a2a-linux-x86/../testworld/region/r.-2.-2.mcr"(-50,-49): queued OK "/mypathtoprogramm/c10t-8078a2a-linux-x86/../testworld/region/r.-2.-2.mcr"(-49,-49): queued OK "/mypathtoprogramm/c10t-8078a2a-linux-x86/../testworld/region/r.-2.-2.mcr"(-48,-49): queued OK "/mypathtoprogrammc10t-8078a2a-linux-x86/../testworld/region/r.-2.-2.mcr"(-47,-49): queued OK "/mypathtoprogramm/c10t-8078a2a-linux-x86/../testworld/region/r.-2.-2.mcr"(-46,-49): queued OK "/mypathtoprogramm/c10t-8078a2a-linux-x86/../testworld/region/r.-2.-2.mcr"(-45,-49): queued OK "/mypathtoprogramm/c10t-8078a2a-linux-x86/../testworld/region/r.-2.-2.mcr"(-44,-49): queued OK c10t: /usr/i686-pc-linux-gnu/usr/include/boost/smart_ptr/shared_array.hpp:87: T& boost::shared_array::operator const [with T = bool, ptrdiff_t = int]: Assertion `px != 0' failed. Abgebrochen

Version-Information: ./c10t --version c10t - a cartography tool for minecraft version: git 8078a2a, built on May 19 2011 by: Udoprog johnjohn.tedro@gmail.com et. al (see README) site: http://github.com/udoprog/c10t

The thing is i really wanted to use c10t so i build it and then the build worked fine.

uap-universe commented 13 years ago

Do I understand correctly that there actually is no problem, because the latest revision does work? Then I would like to thank you for reporting the issue (for archive purpose) but suggest to close it again. I'm looking forward to see udoprog releasing new stables when the changes for Minecraft 1.8/1.9 are fully implemented.

Just4Bugreport commented 13 years ago

yes this is correct.

But you have to compile it on your own at the moment.