"err:winedevice:ServiceMain driver L"MountMgr"

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Erik Hahn

"err:winedevice:ServiceMain driver L"MountMgr"

Post by Erik Hahn »

Whenever I start an application using Wine, it takes very long until something
happens. In addition, the line "err:winedevice:ServiceMain driver L"MountMgr"
failed to load" is printed on the terminal.

I also have very little luck using Wine, even Applications marked as silver or
higher in the AppDB seldom work, I think it's related. Is there any way to
fix it?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://www.winehq.org/pipermail/wine-us ... chment.pgp
Dan Kegel

"err:winedevice:ServiceMain driver L"MountMgr"

Post by Dan Kegel »

On Tue, Mar 11, 2008 at 12:29 PM, Erik Hahn <[email protected]> wrote:
Whenever I start an application using Wine, it takes very long until something
happens. In addition, the line "err:winedevice:ServiceMain driver L"MountMgr"
failed to load" is printed on the terminal.
How long does it take to do
wine notepad?

Does doing
mv .wine .wine.bak
wineprefixcreate

make it go any faster?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: "err:winedevice:ServiceMain driver L"MountMgr&

Post by vitamin »

Erik Hahn wrote:Whenever I start an application using Wine, it takes very long until something
happens. In addition, the line "err:winedevice:ServiceMain driver L"MountMgr"
failed to load" is printed on the terminal.
What distro? Is this 64-bit/32-bit? Can you remove / rename ~/.wine directory and try again?
Erik Hahn

"err:winedevice:ServiceMain driver L"MountMgr"

Post by Erik Hahn »

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dan Kegel schrieb:
Does doing
mv .wine .wine.bak
wineprefixcreate

make it go any faster?
Yes, the delay is gone now and the apps run much better now. What about
that failing driver? Is it an issue?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH1v7ax4r6EkTlIb0RAgtSAJwLBEdOfxY4BXWx5XvuB6IDfb7OKgCgkD01
PkqbyX0TQb5EN5Oaecxdq1A=
=p/KC
-----END PGP SIGNATURE-----
Dan Kegel

"err:winedevice:ServiceMain driver L"MountMgr"

Post by Dan Kegel »

On Tue, Mar 11, 2008 at 2:51 PM, Erik Hahn <[email protected]> wrote:
mv .wine .wine.bak
wineprefixcreate
Yes, the delay is gone now and the apps run much better now.
Yay! Probably you accidentally screwed up the .wine
directory or were a victim of DLL Hell. Glad a clean sweep
helped.
What about that failing driver? Is it an issue?
What, the message
"err:winedevice:ServiceMain driver MountMgr failed to load"
? It might be. I haven't seen that before. Which version
of Wine are you using? Which distro?
- Dan
Erik Hahn

"err:winedevice:ServiceMain driver L"MountMgr"

Post by Erik Hahn »

Dan Kegel schrieb:
Yay! Probably you accidentally screwed up the .wine
directory or were a victim of DLL Hell. Glad a clean sweep
helped.
Obviously Wine also provides Windows' problems :-)
What, the message
"err:winedevice:ServiceMain driver MountMgr failed to load"
? It might be. I haven't seen that before. Which version
of Wine are you using? Which distro?
Debian Unstable "Sid" 32 Bit and Wine 0.9.56 from Debian repositories.
Ove Kaaven

"err:winedevice:ServiceMain driver L"MountMgr"

Post by Ove Kaaven »

Erik Hahn skrev:
Dan Kegel schrieb:
What, the message
"err:winedevice:ServiceMain driver MountMgr failed to load"
? It might be. I haven't seen that before. Which version
of Wine are you using? Which distro?
Debian Unstable "Sid" 32 Bit and Wine 0.9.56 from Debian repositories.
Suspected that - I discovered recently that I hadn't previously noticed
the mountmgr that was introduced in 0.9.53, and thus I didn't add it to
the deb package filelists. It's on my todo for when I get around to
upload 0.9.57 (but I've been short on time again).

It's probably not a big deal, normal applications should run fine anyway.
Dan Kegel

"err:winedevice:ServiceMain driver L"MountMgr"

Post by Dan Kegel »

On 3/12/08, Ove Kaaven <[email protected]> wrote:
Suspected that - I discovered recently that I hadn't previously noticed
the mountmgr that was introduced in 0.9.53, and thus I didn't add it to
the deb package filelists. It's on my todo for when I get around to
upload 0.9.57 (but I've been short on time again).

It's probably not a big deal, normal applications should run fine anyway.
You'd be surprised. The mount manager gets its fingers into a lot of things.
Locked