-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
"Command Wine Returned Status 183" #1939
Comments
Funny enough I apparently referenced similar things seen in #934 but can't for the life of me see where I actually referenced it in a related issue... |
This isn't a winetricks issue. As you pointed out, it's a configuration issue. If anything, the bug is likely in docker-wine/your script, as the problem is that a display isn't set. |
Hello! Thanks for your reply! I'm glad to know it's a config problem. I'll be sure to share with our IT team since they were wondering if it could be something else related to the package and not something with the server's configuration. And also thanks for all your work on this stuff! It's really come in handy for getting some of our workflows in our lab move a lot faster on a cluster! |
See above issue for confirmation of @austin987 's diagnosis and how our IT team solved it! |
Hello Winetricks developers! I've been using Winetricks within a Docker image built by @scottyhardy for some processing in a lab I work in with great success on one machine. Unfortunately, while trying to reproduce the image onto another Docker enabled machine I'm running into something that I've been really stuck on.
I've googled for several hours over the past couple days and just can't seem to get this right. I'm still pretty new to this stuff and think it must be something easy, but figured I'd reach out to an expert for some help. I doubt it's something wrong with the repo, but because I can't seem to find an answer to this I thought I would post here in case others run into this problem one day. I would try running winetricks/installing it directly to my computer, but this is on a cluster machine and I don't have permissions to install things like this directly (hence the docker deployment).
For some reason, the moment I execute the build for my Dockerfile, I'm greeted with the following message:
Things then seem to run normally for a couple minutes. Later on in the building process, I'm greeted with these messages:
This makes me think that there's something going wrong with how this machine has it's X11 settings put together since it's failing to create a window, but after googling for a bit about this error/others I've come up short on how to stop it.
I'd like to see if I can edit the sshd configuration like this post suggests, but I don't have write permissions to that file unfortunately. This stack overflow post seems to suggest the same thing maybe. One link there pointed me to this tutorial but I don't know enough about this to tell if this is the problem.
I came across this issue, but I'm not receiving the specific suggested error message about the Display being set correctly that the Issue submitter sees...
I've also tried what's been suggested here, having the
ARG USE_XFB=yes
parameter in the Dockerfile, but run into the same error messages. I've also searched high and low for this status 183 message and can't seem to find anyone else in the world who has encountered it let alone fixed it!Any advice for someone wanting to learn how to troubleshoot this kind of thing?
To Reproduce
Steps to reproduce the behavior:
I have a test Dockerfile that just has this inside it:
When I call a Makefile with this inside it:
I end up meeting this error message described above.
Expected behavior
On a different machine the build makes it all the way through to where the
docker tag
command executed!Desktop (please complete the following information):
Linux tesla 4.19.0-21-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64
tesla is managed by SNL Support and runs Debian Buster v10.X.
CPU Count: 40 : "GenuineIntel Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz (2 chips x 10 cores : 20 hyperthread cores)"
The text was updated successfully, but these errors were encountered: