Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Python error: Illegal instruction #232

Open
user790235692 opened this issue Jul 4, 2019 · 1 comment
Open

Fatal Python error: Illegal instruction #232

user790235692 opened this issue Jul 4, 2019 · 1 comment

Comments

@user790235692
Copy link

user790235692 commented Jul 4, 2019

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
`

@jntun
Copy link

jntun commented Jul 17, 2019

I use a raspberry

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants