We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running docker-wine, I get the following error message:
xauth: (argv):1: key contains odd number of or non-hex characters
It seems to come from the call to docker run
docker run
The wineuser shell comes up, but any call to wine gives the error message:
wine: socket : Function not implemented
Desktop
The text was updated successfully, but these errors were encountered:
It turns out I can run other X11 programs like xfce4-terminal without problems. So the xauth error message may not be relevant.
xfce4-terminal
So the problem is really the wine: socket : Function not implemented message.
Sorry, something went wrong.
No branches or pull requests
Running docker-wine, I get the following error message:
xauth: (argv):1: key contains odd number of or non-hex characters
It seems to come from the call to
docker run
The wineuser shell comes up, but any call to wine gives the error message:
wine: socket : Function not implemented
Desktop
The text was updated successfully, but these errors were encountered: