udoprog / c10t

A minecraft cartography tool
Other
226 stars 50 forks source link

1.3.1 maps error #273

Closed uncovery closed 12 years ago

uncovery commented 12 years ago

Rendering 1.3.1 maps throws the following error:

c10t: /usr/include/boost/smart_ptr/shared_array.hpp:106: T& boost::shared_array::operator const [with T = bool, ptrdiff_t = long int]: Assertion `i >= 0' failed. /c10t/start.sh: line 15: 32749 Aborted

Ben0mega commented 12 years ago

If you can post the map I can debug the code - I assume you are running off of trunk

uncovery commented 12 years ago

I am running on some of the pre-built binaries. Maybe I have to get a new one? I am having trouble compiling on CentOS here. The link to the builds is dead however: http://toolchain.eu/jenkins/

Ben0mega commented 12 years ago

You should be running off of trunk - namely because I think that bug was fixed.

Is the problem you are having with CentOS the availability of the up-to-date libraries? I am not sure if I can help with that, but I could help if you have other issues compiling.

uncovery commented 12 years ago

Thanks a lot for your hint there. I managed now to install boost on CentOS, compile it and then compile c10t. seems to work fine now.

Ben0mega commented 12 years ago

Then is this issue closed?

uncovery commented 12 years ago

yes, thanks