Recurrent Complex

Recurrent Complex

35M Downloads

[1.10] Maze generation can get stuck in an endless loop

TheBrain0110 opened this issue ยท 2 comments

commented

I'm on the 1.10 branch (v 1.3.1.1, and even tried building the latest commit), and I've had Maze generation go into an endless loop on multiple occasions as well. I've even left the server running overnight, and it's still using 100% CPU and not responding in the morning. I did a CPU sample and it was definitely related to maze generation, but I didn't save exactly what method it was stuck on. I'll try and get another sample later.

Possibly related to #198 ? But taking a long time to finish is somewhat different from never finishing...

commented

I can't really imagine the algorithm running forever. Did you alter the allowed reverses in the config?

commented

As of 43d85aa, maze generation is now limited to 20s (configurable). For further performance issues please refer to #198.