Wine 9 winecfg changes my drive letter assignments

Questions about Wine on Linux
Post Reply
User avatar
ineuw
Level 2
Level 2
Posts: 30
Joined: Mon Aug 12, 2013 11:08 am

Wine 9 winecfg changes my drive letter assignments

Post by ineuw »

winecfg adds all partitions and replaces my assigned drive letters to folders, etc. This causes software installed in .wine to fail. How can I keep my assignments. The rest I don't care about.
jkfloris
Level 12
Level 12
Posts: 3144
Joined: Thu Aug 14, 2014 10:10 am

Re: Wine 9 winecfg changes my drive letter assignments

Post by jkfloris »

You can disable the automatic disk detection by disabling mountmgr::

Code: Select all

WINEDLLOVERRIDES="mountmgr.sys=d" wine program.exe
User avatar
ineuw
Level 2
Level 2
Posts: 30
Joined: Mon Aug 12, 2013 11:08 am

Re: Wine 9 winecfg changes my drive letter assignments

Post by ineuw »

My gratitude. It works! Thanks.
Post Reply