http://bugs.winehq.org/show_bug.cgi?id=17662
--- Comment #12 from Mihail Balabin mbalabin@googlemail.com 2009-05-12 00:32:58 --- I see no error messages when creating new ~/.wine, just the usual message "wine: created the configuration directory '/home/mbalabin/.wine'".
"wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf" behaves quite strange. wine.inf is located in /usr/share/wine on my system. If I run "cd /usr/share/wine && wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf" the same almost empty ~/.wine is created; the only message I see on console is "wine: created the configuration directory '/home/mbalabin/.wine'". But if I run "wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 /usr/share/wine/wine.inf" or even "cd /usr/share/wine && wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 ./wine.inf" then correct ~/.wine directory is created: it has a lot of .dll and .sys files (including mountmgr.sys of course). The messages I see on console are "wine: created the configuration directory '/home/mbalabin/.wine' Could not load Mozilla. HTML rendering will be disabled."