Created
November 23, 2018 20:41
-
-
Save Andoryuuta/f0f32e4cf93804d5af69fd117e0ca06e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Ando\Desktop\cuwo>py -3.6 -m cuwo.server | |
cuwo server started on Fri Nov 23 13:36:57 2018 | |
Loaded script 'log' | |
Loaded script 'ddos' | |
Loaded script 'commands' | |
Loaded script 'welcome' | |
Loaded script 'ban' | |
Loaded script 'console' | |
Loaded script 'master' | |
cuwo running on port 12345 | |
Received response from master server | |
Windows fatal exception: access violation | |
Thread 0x00005880 (most recent call first): | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\threading.py", line 295 in wait | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\queue.py", line 164 in get | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\world.py", line 516 in run_gen | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py", line 56 in run | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py", line 69 in _worker | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\threading.py", line 864 in run | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\threading.py", line 916 in _bootstrap_inner | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\threading.py", line 884 in _bootstrap | |
Current thread 0x000072b4 (most recent call first): | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\win32.py", line 96 in time | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\server.py", line 829 in get_elapsed_time | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\server.py", line 834 in get_time | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\server.py", line 701 in send_update | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\server.py", line 528 in update_callback | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\loop.py", line 45 in schedule | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\asyncio\events.py", line 145 in _run | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\asyncio\base_events.py", line 1431 in _run_once | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\asyncio\base_events.py", line 421 in run_forever | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\server.py", line 907 in main | |
File "C:\Users\Ando\Desktop\cuwo\cuwo\server.py", line 915 in <module> | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\runpy.py", line 85 in _run_code | |
File "C:\Users\Ando\AppData\Local\Programs\Python\Python36\lib\runpy.py", line 193 in _run_module_as_main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment