hexgen
hexgen copied to clipboard
MemoryError: Stack Overflow
Hi, I am using python 3.9 and when generating a map I get a MemoryError: Stack Overflow
here is the error I got:
Traceback (most recent call last): File "c:\Users\user\hexgen-master\hexgen\mapgen.py", line 764, in flood found.update(flood(found, neighbor, hex_type)) File "c:\Users\user\hexgen-master\hexgen\mapgen.py", line 764, in flood found.update(flood(found, neighbor, hex_type)) File "c:\Users\user\hexgen-master\hexgen\mapgen.py", line 764, in flood found.update(flood(found, neighbor, hex_type)) [Previous line repeated 997 more times] MemoryError: Stack overflow