-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Hi i have a problem when i want to start my server . I use a raspberry .
`
sh run_server.sh
cuwo server started on Thu Jul 4 11:53:25 2019
Loaded script 'log'
Loaded script 'ddos'
Fatal Python error: Illegal instruction
Current thread 0x750b7470 (most recent call first):
File "/home/pi/cuwo/cuwo/world.py", line 631 in run_gen
File "/home/pi/.pyenv/versions/3.6.1/lib/python3.6/concurrent/futures/thread.p y", line 55 in run
File "/home/pi/.pyenv/versions/3.6.1/lib/python3.6/concurrent/futures/thread.p y", line 66 in _worker
File "/home/pi/.pyenv/versions/3.6.1/lib/python3.6/threading.py", line 864 in run
File "/home/pi/.pyenv/versions/3.6.1/lib/python3.6/threading.py", line 916 in _bootstrap_inner
File "/home/pi/.pyenv/versions/3.6.1/lib/python3.6/threading.py", line 884 in _bootstrap
Thread 0x76f0c510 (most recent call first):
File "", line 832 in get_data
File "", line 764 in get_code
File "", line 674 in exec_module
File "", line 655 in _load_unlocked
File "", line 950 in _find_and_load_unlocked
File "", line 961 in _find_and_load
File "/home/pi/cuwo/cuwo/server.py", line 795 in load_script
File "/home/pi/cuwo/cuwo/server.py", line 562 in init
File "/home/pi/cuwo/cuwo/server.py", line 939 in main
File "/home/pi/cuwo/cuwo/server.py", line 954 in
File "/home/pi/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85 in run code
File "/home/pi/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193 in _run _module_as_main
Illegal instruction
`