Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Install wine on a 64-bit architecture (with i386 as foreign 32-bit architecture)
and
Install wine-development on a 64-bit architecture (with i386 as foreign 32-bit architecture)
should I do both?
I did the first one so far and noticed this;
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 117) ...
Adding new user `uuidd' (UID 117) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
Does that mean anything?
Last edited by matrixebiz; 08-20-2017 at 05:05 PM.
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,363
Rep:
Quote:
Originally Posted by matrixebiz
Okay, I'll install;
Install wine on a 64-bit architecture (with i386 as foreign 32-bit architecture)
and
Install wine-development on a 64-bit architecture (with i386 as foreign 32-bit architecture)
should I do both?
I have read (quickly, scanning the Debian wiki ..) that it is preferable to install both wine and wine-development on Debian. So yes, I would go ahead and do both.
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,363
Rep:
Quote:
Originally Posted by matrixebiz
...
I did the first one so far and noticed this;
Warning: The home dir /run/uuidd you specified can't be accessed: No such file or directory
Adding system user `uuidd' (UID 117) ...
Adding new user `uuidd' (UID 117) with group `uuidd' ...
Not creating home directory `/run/uuidd'.
Does that mean anything?
This is extremely odd. I am at a loss as to how to explain this. Perhaps more experienced Debian users here can help.
Yes, it did and so I had to run the exe like - wine /root/Downloaded/Program.exe and went through, wrong installation directory like Program Files instead of Program Files (x86) but whatever and when I try and run the program it doesn't do anything, lots of weird messages in the command window but can't get that right now because unable to type on the system now so am rebootingm but looks as though that process has failed
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,363
Rep:
Again, it sounds a lot like what happens when trying to run a program on Wine that is not compatible with it.
Some hints:
- Make sure you are running the appropriate architecture (32 or 64 bit). This can be set individually for each WINEPREFIX with the WINEARCH attribute.
- At times, some programs require the Microsoft .NET framework instead of Wine's own Mono. A version of this can be installed with winetricks.
- Sometimes, installation of a program under Wine requires that the version it is emulating be set to a particular value (example, Windows XP) for it to function. Sometimes this version can then be set to something else to actually run the program. This can be set in winecfg.
wine client error:0: version mismatch 457/447.
Your wine binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
When I tried to install the program.exe with just wine it installed Mono and when I tried to run the program.exe install with wine-development it installed .Net
Last edited by matrixebiz; 08-20-2017 at 05:31 PM.
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,363
Rep:
... Come to think of it, when you say you expected the install to use Program Files (x86) but it used Program Files instead, it makes me think you may be trying to install a 32-bit Windows app in a 64-bit Wine environment. Could this be the case ?
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,363
Rep:
Quote:
Originally Posted by matrixebiz
When I run winecfg, I get this;
wine client error:0: version mismatch 457/447.
Your wine binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
When I tried to install the program.exe with just wine it installed Mono and when I tried to run the program.exe install with wine-development it installed .Net
... For this stuff, I must admit I've never seen anything of the sort ... It almost looks like it's complaining about having more than one version of Wine installed ...
I only thing I can think of that I did different this time what I ran apt-get upgrade after doing an apt-get update like in your previous post. Could this have fixed something on my system?
I only thing I can think of that I did different this time what I ran apt-get upgrade after doing an apt-get update like in your previous post. Could this have fixed something on my system?
It could have - that will just make sure you have the most recent versions of your installed packages. Cool that it worked out in the end.
Sorry I couldn't be of more accurate assistance, I'm afraid I underestimated how my lack of familiarity with Debian would hinder my success at troubleshooting this with you.
Good show getting it done yourself, though !
Cheers and don't hesitate to return - there are many experienced Debian users here.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.