jaw3l / tdm-nonvc

noVNC implementation to DevilXD's TwitchDropsMiner
1 stars 0 forks source link

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

Open MurasameCyan opened 2 weeks ago

MurasameCyan commented 2 weeks ago

QQ_1720589492288 got error

jaw3l commented 2 weeks ago

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 commented 2 weeks ago

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 commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

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.