Wine fails with connecting to the drive manager.

Questions about Wine on Linux
Locked
Eryla
Newbie
Newbie
Posts: 3
Joined: Mon Jan 18, 2016 8:20 am

Wine fails with connecting to the drive manager.

Post by Eryla »

Hi, I've noticed that I'm unable to see any kind of drive configuration in winecfg and I'm met only with this message :

Code: Select all

Failed to connect to the mount manager, the drive configuration cannot be edited.
and this is what the terminal prints out :

Code: Select all

err:winecfg:open_mountmgr failed to open mount manager err 2
My Wine version is wine-1.9.1 (Staging) and I've also tried non-staging.
Distro is Arch Linux

The wine prefix is completely new on each attempt.
I've tried both win32 and win64 wine arch, same error.
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine fails with connecting to the drive manager.

Post by dimesio »

The most common cause of that error is not having the needed 32 bit parts for a proper WoW64 setup. Are you sure you installed all the needed 32 bit parts of Wine as well as all 32 bit dependencies?
Eryla
Newbie
Newbie
Posts: 3
Joined: Mon Jan 18, 2016 8:20 am

Re: Wine fails with connecting to the drive manager.

Post by Eryla »

I'm actually pretty sure I've able to seen the drive manager working before and I don't think I've removed any package.

Here's the check-libs output :

Code: Select all

wine --check-libs
libcups.so.2: missing
libdbus-1.so.3: /usr/lib32/libdbus-1.so.3
libfontconfig.so.1: /usr/lib32/libfontconfig.so.1
libfreetype.so.6: /usr/lib32/libfreetype.so.6
libGL.so.1: /usr/lib32/libGL.so.1
libgnutls.so.30: /usr/lib32/libgnutls.so.30
libjpeg.so.8: /usr/lib32/libjpeg.so.8
libncursesw.so.6: /usr/lib32/libncursesw.so.6
libnetapi.so: missing
libodbc.so: missing
libOSMesa.so.8: /usr/lib32/libOSMesa.so.8
libpcap.so.1: /usr/lib32/libpcap.so.1
libpng16.so.16: /usr/lib32/libpng16.so.16
libtiff.so.5: /usr/lib32/libtiff.so.5
libtxc_dxtn.so: /usr/lib32/libtxc_dxtn.so
libv4l1.so.0: /usr/lib32/libv4l1.so.0
libva.so.1: missing
libva-drm.so.1: missing
libva-x11.so.1: missing
libX11.so.6: /usr/lib32/libX11.so.6
libXcomposite.so.1: missing
libXcursor.so.1: /usr/lib32/libXcursor.so.1
libXext.so.6: /usr/lib32/libXext.so.6
libXi.so.6: /usr/lib32/libXi.so.6
libXinerama.so.1: missing
libXrandr.so.2: /usr/lib32/libXrandr.so.2
libXrender.so.1: /usr/lib32/libXrender.so.1
libxslt.so.1: missing
libXxf86vm.so.1: /usr/lib32/libXxf86vm.so.1
I also have all the dependencies installed from the Wine package https://www.archlinux.org/packages/mult ... 6_64/wine/. (Or I wouldn't be able to install it)

I can run some stuff, World of Warcraft works.

I noticed this "error" when trying to winetricks vcrun2008 and it fails on

Code: Select all

Executing wine vcredist_x86.exe
with the message:

Code: Select all

Unable to find a volume for file extraction.
Please verify that you have proper permissions.
Which is how I checked the drive manager and noticed it wasn't able to connect either.
Eryla
Newbie
Newbie
Posts: 3
Joined: Mon Jan 18, 2016 8:20 am

Re: Wine fails with connecting to the drive manager.

Post by Eryla »

A lil update, for unrelated problem (or not?) I rebooted into a different kernel and I seem to be able to see the drive configuration again.
I have honestly no idea why, I've used linux-zen for a long time without any issues.

Might just be a coincidence, however this MIGHT have been dbus related?
I did have some dbus errors that I recently fixed.
User avatar
dimesio
Moderator
Moderator
Posts: 13371
Joined: Tue Mar 25, 2008 10:30 pm

Re: Wine fails with connecting to the drive manager.

Post by dimesio »

Eryla wrote: Might just be a coincidence, however this MIGHT have been dbus related?
I did have some dbus errors that I recently fixed.
Yes.
Locked