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

standard_init_linux.go:219: exec user process caused: exec format error #4

Open
MurasameCyan opened this issue Jul 10, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@MurasameCyan
Copy link

QQ_1720589492288
got error

@jaw3l
Copy link
Owner

jaw3l commented Jul 10, 2024

You might be using an arm device to run x86-64 architecture. The current container image does not support ARM architecture, but I can implement multi-architecture images in the future. For now, you can build the image yourself and then run the container.

@MurasameCyan
Copy link
Author

You might be using an arm device to run x86-64 architecture. The current container image does not support ARM architecture, but I can implement multi-architecture images in the future. For now, you can build the image yourself and then run the container.

oh, thx for your reply, pls add arm support and can you add mulit-account ?

@jaw3l
Copy link
Owner

jaw3l commented Jul 12, 2024

You should be able to run the image now.

Regarding the multi-account support, thanks for letting me know. Unfortunately, I am not planning to implement multi account feature. If there's anything else you need help with or any other features you're considering, feel free to share!

@MurasameCyan
Copy link
Author

MurasameCyan commented Jul 12, 2024

You should be able to run the image now.

Regarding the multi-account support, thanks for letting me know. Unfortunately, I am not planning to implement multi account feature. If there's anything else you need help with or any other features you're considering, feel free to share!

thx but got new error
tdm
QQ_1720825065381
novnc
QQ_1720825115045

QQ_1720825020793

@jaw3l
Copy link
Owner

jaw3l commented Jul 13, 2024

Even if I fix the missing library error on TDM, noVNC container still requires amd64 device. I have to find a solution for that, too. For now, you can mitigate those errors by building the container images yourself.

@jaw3l jaw3l added the bug Something isn't working label Jul 13, 2024
@jaw3l
Copy link
Owner

jaw3l commented Aug 8, 2024

Hello @MurasameCyan, apologies for the delayed update. It should be resolved with the latest version. I tested on my aarch64 system but I will still be looking forward to your reply.

@MurasameCyan
Copy link
Author

MurasameCyan commented Aug 13, 2024

Hello @MurasameCyan, apologies for the delayed update. It should be resolved with the latest version. I tested on my aarch64 system but I will still be looking forward to your reply.

oh, it's work,but get new error.

image

Navigate to this URL:

http://xxx:8080/vnc.html?host=xxx&port=8080

Press Ctrl-C to exit

self.display = _BaseDisplay(display)

File "/usr/local/lib/python3.8/site-packages/Xlib/display.py", line 71, in init
protocol_display.Display.init(self, *args, **keys)
File "/usr/local/lib/python3.8/site-packages/Xlib/protocol/display.py", line 89, in init
self.socket = connect.get_socket(name, protocol, host, displayno)
File "/usr/local/lib/python3.8/site-packages/Xlib/support/connect.py", line 87, in get_socket
return mod.get_socket(dname, protocol, host, dno)
File "/usr/local/lib/python3.8/site-packages/Xlib/support/unix_connect.py", line 112, in get_socket
raise error.DisplayConnectionError(dname, str(val))
Xlib.error.DisplayConnectionError: Can't connect to display ":0": [Errno 111] Connection refused
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/Xlib/support/unix_connect.py", line 104, in get_socket
s = _get_unix_socket(address)
File "/usr/local/lib/python3.8/site-packages/Xlib/support/unix_connect.py", line 82, in _get_unix_socket
s.connect(address)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/Xlib/support/unix_connect.py", line 108, in get_socket
s = _get_tcp_socket(host, dno)
File "/usr/local/lib/python3.8/site-packages/Xlib/support/unix_connect.py", line 76, in _get_tcp_socket
s.connect((host, 6000 + dno))
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "main.py", line 26, in
from twitch import Twitch
File "/usr/src/app/twitch.py", line 19, in
from gui import GUIManager
File "/usr/src/app/gui.py", line 21, in
import pystray
File "/usr/local/lib/python3.8/site-packages/pystray/init.py", line 64, in
Icon = backend().Icon
File "/usr/local/lib/python3.8/site-packages/pystray/init.py", line 56, in backend
return candidate()
File "/usr/local/lib/python3.8/site-packages/pystray/init.py", line 36, in xorg
from . import _xorg as backend; return backend
File "/usr/local/lib/python3.8/site-packages/pystray/_xorg.py", line 36, in
display = Xlib.display.Display()
File "/usr/local/lib/python3.8/site-packages/Xlib/display.py", line 89, in init
self.display = _BaseDisplay(display)
File "/usr/local/lib/python3.8/site-packages/Xlib/display.py", line 71, in init
protocol_display.Display.init(self, *args, **keys)
File "/usr/local/lib/python3.8/site-packages/Xlib/protocol/display.py", line 89, in init
self.socket = connect.get_socket(name, protocol, host, displayno)
File "/usr/local/lib/python3.8/site-packages/Xlib/support/connect.py", line 87, in get_socket
return mod.get_socket(dname, protocol, host, dno)
File "/usr/local/lib/python3.8/site-packages/Xlib/support/unix_connect.py", line 112, in get_socket
raise error.DisplayConnectionError(dname, str(val))
Xlib.error.DisplayConnectionError: Can't connect to display ":0": [Errno 111] Connection refused

@MurasameCyan
Copy link
Author

MurasameCyan commented Aug 14, 2024

image

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants