-
Notifications
You must be signed in to change notification settings - Fork 11
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
command can point to 64bit Wine instead of 32bit Wine on some systems - must be handled better
#70
Comments
This appears to be coming from wine itself. Not sure why though.
Yes, absolutely.
This supports the hypothesis that wine is failing to start (at all). I have not (yet) looked into how wine is packaged on CentOS / RedHat. On openSUSE, there are usually two packages: |
On CentOS its the other way around.
A 32 bit version is not available. I guess thats the problem. |
It appears to be a common problem and there also appears to be a much desired solution :) Let me know if it works for you. You may have to alter some code in |
Great, I changed the names in I'll see if they install wine32 from a third party repository. If not I'll have to get a 64 bit version of the DLL. |
The 32bit version of wine has been installed and replaced /usr/bin/wine. Hence zugbruecke works like expected. |
I've made a note - I'll test CentOS more carefully and add the findings to the documentation. Thanks for making me aware of it. |
Re-opening, because this deserves better error-handling on |
wine
command on CentOS points to 64bit Wine instead of 32bit Wine - 32bit Wine missing by default
wine
command on CentOS points to 64bit Wine instead of 32bit Wine - 32bit Wine missing by defaultwine
command can point to 64bit Wine instead of 32bit Wine on some systems - must be handled better
Dear all,
I'm trying to use a windows .DLL on a headless CentOS 7.8 server but can not get it running.
The simplest test was to call a simple hello world script on windows side using zugbruecke's wine-python script:
The result is
Which is unclear to me. Everything on windows side should be 32-bit.
Can zugbruecke execute wine on headless servers? And if not, how to configure wine on the headless server?
Xvfb is installed but it did not make any difference.
One thing is remarkable. The directory
~/.zugbruecke/win32-wine/drive_c
is empty. On my workstation (openSUSE Leap 15.1) it contains lots of files.The text was updated successfully, but these errors were encountered: