-
-
Notifications
You must be signed in to change notification settings - Fork 233
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
Cannot run wineserver #1009
Comments
Run with |
Thank you for the quick reply, here i'm running wine directly without bash (same error):
and for wineserver directly:
Both of the above are run via docker exec, but the vnc is running on display 1 and i have a virtual adapter dummy in the hdmi port of the odroid. |
Oh, there is a segault running wineserver?! Well, this message "sock_init: shutdown() causes EOF" should not be here. I don't know were it comes from but I'm guessing it's part of the issue. |
Hmm... i looked a little bit on the source of wine regarding |
So it seems to be a compatibility issue with the newer versions of wine. The errors above were from wine 9.0.0.0.
|
Hello there.
I have tried to run box86 inside docker to get the user space 32-bit libs installed in an isolated manner.
I'm running it on a odroid n2. However, i cannot get the wineserver to do anything else than outputting the version.
My docker setup:
https://github.com/wiegell/box
What i do when trying to run a wine command:
And then no wineserver can be seen when running
top
.I should note, that l have tried this both via docker exec and via the terminal i have running in lxde (via VNC) to no avail.
Any help is welcome
The text was updated successfully, but these errors were encountered: