-
Notifications
You must be signed in to change notification settings - Fork 163
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
"Wine Returned Status 183" #152
Comments
From what developer/contributor @austin987 told me here it's a configuration issue or something is up with docker-wine, but I bet it's how our server is configured with X11 somehow. Will update what happens in both places you when our IT team has a chance to go over things with me. |
Made it further with the help of our IT team! I no longer get the X11 rejected message! In my home directory, I needed to add the following into my ssh configuration:
For people who are still learning (like me!) here's what those things mean:
However, after running my dockerfile I ended up with the same error message as before:
Still no luck finding out what this |
So far, saving a working image and deploying it onto other docker enabled machines has worked perfectly. However, I still can't run my basic build without it running into this weird error. Our IT Team has told me that, as far as they can see, everything related to X11 on the working machine is the same as the machines having trouble/nothing special is configured on the machines struggling with this... Still looking into it. |
Will be posting relevant solution for missing packages on the server I was running with here soon! Our IT team installed stuff that wine/winetricks needed to run properly. I'll edit this post later, but closing now. Thanks again for all your work making this possible @scottyhardy ! EDIT: The solution was to make sure that the packages Wine depends upon were all installed to the server we were using. They are listed here but I didn't seem to find them at the Winetricks GitHub. With these all installed properly I can build anywhere I need! |
Describe the bug
Hello ScottyHardy! I've been using your images for a bit with great success on one machine but 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 like you 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.
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 also came across Issue #117, 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 you suggested in #88, 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!Screenshots
N/A
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)"
Additional context
None
The text was updated successfully, but these errors were encountered: