So I finally got this far, I'm pretty new at this. I run the run_server bat file and it has the text below and a few seconds later crashes. Not sure whether it's my script or something to do with the ip/ports. I have data 1 and 4 as well as the server.exe file in the data folder so not sure what else it could be.
D:\cuwo-master>C:\Windows\py.exe -3 -m cuwo.server
cuwo server started on Mon Apr 23 18:12:31 2018
Loaded script 'log'
Loaded script 'ddos'
Loaded script 'commands'
Loaded script 'welcome'
Loaded script 'ban'
Loaded script 'console'
Loaded script 'master'
Loaded script 'anticheat'
cuwo running on port 12345
Received response from master server
Windows fatal exception: access violation
Thread 0x00002374 (most recent call first):
File "C:\Users\P3nguin33\Anaconda3\lib\threading.py", line 295 in wait
File "C:\Users\P3nguin33\Anaconda3\lib\queue.py", line 164 in get
File "D:\cuwo-master\cuwo\world.py", line 516 in run_gen
File "C:\Users\P3nguin33\Anaconda3\lib\concurrent\futures\thread.py", line 56 in run
File "C:\Users\P3nguin33\Anaconda3\lib\concurrent\futures\thread.py", line 69 in _worker
File "C:\Users\P3nguin33\Anaconda3\lib\threading.py", line 864 in run
File "C:\Users\P3nguin33\Anaconda3\lib\threading.py", line 916 in _bootstrap_inner
File "C:\Users\P3nguin33\Anaconda3\lib\threading.py", line 884 in _bootstrap
Current thread 0x0000269c (most recent call first):
File "D:\cuwo-master\cuwo\win32.py", line 96 in time
File "D:\cuwo-master\cuwo\server.py", line 829 in get_elapsed_time
File "D:\cuwo-master\cuwo\server.py", line 834 in get_time
File "D:\cuwo-master\cuwo\server.py", line 701 in send_update
File "D:\cuwo-master\cuwo\server.py", line 528 in update_callback
File "D:\cuwo-master\cuwo\loop.py", line 45 in schedule
File "C:\Users\P3nguin33\Anaconda3\lib\asyncio\events.py", line 145 in _run
File "C:\Users\P3nguin33\Anaconda3\lib\asyncio\base_events.py", line 1431 in _run_once
File "C:\Users\P3nguin33\Anaconda3\lib\asyncio\base_events.py", line 421 in run_forever
File "D:\cuwo-master\cuwo\server.py", line 907 in main
File "D:\cuwo-master\cuwo\server.py", line 915 in
File "C:\Users\P3nguin33\Anaconda3\lib\runpy.py", line 85 in _run_code
File "C:\Users\P3nguin33\Anaconda3\lib\runpy.py", line 193 in _run_module_as_main
So I finally got this far, I'm pretty new at this. I run the run_server bat file and it has the text below and a few seconds later crashes. Not sure whether it's my script or something to do with the ip/ports. I have data 1 and 4 as well as the server.exe file in the data folder so not sure what else it could be.
D:\cuwo-master>C:\Windows\py.exe -3 -m cuwo.server cuwo server started on Mon Apr 23 18:12:31 2018 Loaded script 'log' Loaded script 'ddos' Loaded script 'commands' Loaded script 'welcome' Loaded script 'ban' Loaded script 'console' Loaded script 'master' Loaded script 'anticheat' cuwo running on port 12345 Received response from master server Windows fatal exception: access violation
Thread 0x00002374 (most recent call first): File "C:\Users\P3nguin33\Anaconda3\lib\threading.py", line 295 in wait File "C:\Users\P3nguin33\Anaconda3\lib\queue.py", line 164 in get File "D:\cuwo-master\cuwo\world.py", line 516 in run_gen File "C:\Users\P3nguin33\Anaconda3\lib\concurrent\futures\thread.py", line 56 in run File "C:\Users\P3nguin33\Anaconda3\lib\concurrent\futures\thread.py", line 69 in _worker File "C:\Users\P3nguin33\Anaconda3\lib\threading.py", line 864 in run File "C:\Users\P3nguin33\Anaconda3\lib\threading.py", line 916 in _bootstrap_inner File "C:\Users\P3nguin33\Anaconda3\lib\threading.py", line 884 in _bootstrap
Current thread 0x0000269c (most recent call first): File "D:\cuwo-master\cuwo\win32.py", line 96 in time File "D:\cuwo-master\cuwo\server.py", line 829 in get_elapsed_time File "D:\cuwo-master\cuwo\server.py", line 834 in get_time File "D:\cuwo-master\cuwo\server.py", line 701 in send_update File "D:\cuwo-master\cuwo\server.py", line 528 in update_callback File "D:\cuwo-master\cuwo\loop.py", line 45 in schedule File "C:\Users\P3nguin33\Anaconda3\lib\asyncio\events.py", line 145 in _run File "C:\Users\P3nguin33\Anaconda3\lib\asyncio\base_events.py", line 1431 in _run_once File "C:\Users\P3nguin33\Anaconda3\lib\asyncio\base_events.py", line 421 in run_forever File "D:\cuwo-master\cuwo\server.py", line 907 in main File "D:\cuwo-master\cuwo\server.py", line 915 in
File "C:\Users\P3nguin33\Anaconda3\lib\runpy.py", line 85 in _run_code
File "C:\Users\P3nguin33\Anaconda3\lib\runpy.py", line 193 in _run_module_as_main