matpow2 / cuwo

Open server and utilities for Cube World
GNU General Public License v3.0
170 stars 49 forks source link

A big problem on my end here, terrain gen keeps crashing! #225

Closed kh242 closed 5 years ago

kh242 commented 5 years ago

Windows fatal exception: access violation

Thread 0x000010c8 (most recent call first): File "C:\Python36-x64\lib\threading.py", line 295 in wait File "C:\Python36-x64\lib\queue.py", line 164 in get File "..\cuwo\world.py", line 516 in run_gen File "C:\Python36-x64\lib\concurrent\futures\thread.py", line 56 in run File "C:\Python36-x64\lib\concurrent\futures\thread.py", line 69 in _worker File "C:\Python36-x64\lib\threading.py", line 864 in run File "C:\Python36-x64\lib\threading.py", line 916 in _bootstrap_inner File "C:\Python36-x64\lib\threading.py", line 884 in _bootstrap

Current thread 0x00001b98 (most recent call first): File "..\cuwo\world.py", line 435 in update File "../cuwo/server.py", line 678 in update File "../cuwo/server.py", line 527 in update_callback File "..\cuwo\loop.py", line 45 in schedule File "C:\Python36-x64\lib\asyncio\events.py", line 145 in _run File "C:\Python36-x64\lib\asyncio\base_events.py", line 1432 in _run_once File "C:\Python36-x64\lib\asyncio\base_events.py", line 422 in run_forever File "../cuwo/server.py", line 907 in main File "../cuwo/server.py", line 915 in File "C:\Python36-x64\lib\site-packages\cx_Freeze\initscripts\Console.py", lin e 26 in run File "C:\Python36-x64\lib\site-packages\cx_Freeze\initscripts__startup__.py", line 14 in run

This is with the quick start guide, i have python and etc just in case it needed it but it still crashes. Mind some help?

ColdMeekly commented 5 years ago

Just to add to this, I was trying to resolve the issue with him. This error is shown after all of the modules have been loaded and the server begins listening on a custom port.

This point was reached by removing the 'master' module from the list inside base.py, as it was giving us a message stating that the remote server was dropping our connection.

matpow2 commented 5 years ago

Should be fixed in 9e5aefd.