Service L"MountMgr" failed to start: 2

Questions about Wine on Linux
Locked
User avatar
Aebian
Newbie
Newbie
Posts: 3
Joined: Tue Nov 24, 2015 3:40 pm

Service L"MountMgr" failed to start: 2

Post by Aebian »

But I also have the 32-Bit libraries for wine installed.

I also tried this steps:

- running: sudo find /usr -iname "*libGL.so*" -exec ls -l {} \;
- running: export LIBGL_DEBUG=verbose aswell as: glxgears
(output of these two commands are in the second screenshot.)

My System: Linux version 3.16.0-4-amd64 ([email protected]) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09)
--
NVIDIA-SMI 4.304... Driver Version: 304.128
Attachments
Second Screenshot
Second Screenshot
Shell Output
Shell Output
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Service L"MountMgr" failed to start: 2

Post by dimesio »

According to your second screenshot, you are using pure 64 bit Wine. That is not a supported configuration. Where did you get Wine from?
User avatar
Aebian
Newbie
Newbie
Posts: 3
Joined: Tue Nov 24, 2015 3:40 pm

Re: Service L"MountMgr" failed to start: 2

Post by Aebian »

I installed it via "sudo apt-get install wine64".
I also have 32-Bit wine on the machine but the Installer requires 64-Bit so I thought lets try wine64 then.
spoon0042
Level 6
Level 6
Posts: 572
Joined: Thu Dec 24, 2009 11:00 am

Re: Service L"MountMgr" failed to start: 2

Post by spoon0042 »

dimesio wrote:According to your second screenshot, you are using pure 64 bit Wine. That is not a supported configuration. Where did you get Wine from?
If you mean WoW64, afaik the debian packages don't do that. No idea if that's planned or what either.
User avatar
Aebian
Newbie
Newbie
Posts: 3
Joined: Tue Nov 24, 2015 3:40 pm

Re: Service L"MountMgr" failed to start: 2

Post by Aebian »

No I mean wine64 as stated above...
Attachments
Selection_749.png
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Service L"MountMgr" failed to start: 2

Post by dimesio »

Aebian wrote:No I mean wine64 as stated above...
And that's your problem. WoW64 is what's needed. If your distro packages don't provide that, they are considered broken and not supported here.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Service L"MountMgr" failed to start: 2

Post by dimesio »

There are now official WineHQ packages for Debian. Try that. viewtopic.php?f=8&t=25767
Locked