Closed louwers closed 8 years ago
Thank you for reporting it. I agree, many places in the code handle errors ungracefully with a simple assertion and I will try to address that.
However, I would also like to eliminate the source of the issue. Can you supply more information that would help me reproduce it?
P.S. I see you originally opened another issue trying to compile it on OSX - did it work out for you?
Alright, I'll do some testing!
Nope I've had no luck compiling it on OS X, using Linux now! 😉
Sorry for the delay, I finally got to fixing bugs. Please try out the current version - I fixed a really stupid copy-paste bug that calculated the distance to the block incorrectly and ultimately leading to assertion.
Amazing, that seems to have fixed it, no more crashes!
Hi there! I've been using mcbuild and it works beautifully, except for the fact that after 1-15 minutes of building, it always crashes with the following message:
Can the event that
choose_dot
fails perhaps be handled more gracefully? For example by trying again or by pausing the build?