You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
`
The text was updated successfully, but these errors were encountered:
If you mean you are trying to run the server on a Raspberry Pi, it will not work. Raspberry Pi uses the ARM instruction set and cuwo is only compatible with x86/x86-64 per their README:
Note that cuwo only supports x86 and x86-64, so it will not work on ARM.
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
`
The text was updated successfully, but these errors were encountered: