http://bugs.winehq.org/show_bug.cgi?id=22068
Summary: The first time running wine-1.1.40, I get the message err:setupapi:create_dest_file failed to create L"c:\windows\system32\comctl32.dll" (error=80) Product: Wine Version: 1.1.40 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jan-winehq@h-i-s.nl
The first time I ran wine-1.1.40 I got the following entries on the console. I have no clue if they are important, and if not, please remove them. The first one looks suspicious.
err:setupapi:create_dest_file failed to create L"c:\windows\system32\comctl32.dll" (error=80) fixme:system:SetProcessDPIAware stub! fixme:dwmapi:DwmIsCompositionEnabled 0x33d054 fixme:iphlpapi:NotifyAddrChange (Handle 0xa5ce908, overlapped 0xa5ce910): stub fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses wine: configuration in '/home/jhh/.wine' has been updated.
http://bugs.winehq.org/show_bug.cgi?id=22068
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|The first time running |I get the message |wine-1.1.40, I get the |err:setupapi:create_dest_fi |message |le failed to create |err:setupapi:create_dest_fi |L"c:\windows\system32\co |le failed to create |mctl32.dll" (error=80) |L"c:\windows\system32\co | |mctl32.dll" (error=80) |
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-03-19 04:41:43 --- Do you have native comctl32.dll installed? Do 'rm -rf ~/.wine' and try again.
http://bugs.winehq.org/show_bug.cgi?id=22068
--- Comment #2 from Jan Hoogenraad jan-winehq@h-i-s.nl 2010-03-19 13:29:54 --- I indeed do have comctl32.dll installed (see http://bugs.winehq.org/show_bug.cgi?id=18908)
I am glad I am not a newbie. With rm ~/.wine would have lost my applications, settings of all applications and Wine and data. Please do not give that advice again.
I am not sure how to undo winetricks cc580.
http://bugs.winehq.org/show_bug.cgi?id=22068
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |enhancement
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2010-03-19 13:36:21 --- (In reply to comment #2)
I indeed do have comctl32.dll installed
In that case the error is harmless. Wine is attempting to create a fake dll for comctl32 as part of updating the .wine, and you already have comctl32.dll installed there, hence the warning. I suppose we could try not to output the warning when creating fake DLLs just to avoid confusion, but it's a pretty low priority.
I am glad I am not a newbie. With rm ~/.wine would have lost my applications, settings of all applications and Wine and data. Please do not give that advice again.
Standard advice around here. You can always mv ~/.wine to a backup location instead.
http://bugs.winehq.org/show_bug.cgi?id=22068
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-19 21:27:28 --- Not just harmless - invalid. Don't file bug caused by installing any native dlls.
http://bugs.winehq.org/show_bug.cgi?id=22068
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2010-03-19 21:28:20 --- Closing. If you don't like to be given "rm -rf ~/.wine" always use new wineprefix when submitting bugs.
http://bugs.winehq.org/show_bug.cgi?id=22068
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #6 from Juan Lang juan_lang@yahoo.com 2010-03-22 11:52:08 --- Actually, I see this with a clean .wine. In particular, I saw:
err:setupapi:create_dest_file failed to create L"c:\windows\system32\notepad.exe" (error=80)
The only bit that was installed was gecko, via winetricks. In order to reproduce it, I ran make test with a slightly different version of Wine than the one used to create my wineprefix. (Notepad wasn't different.) Reopening, even though the severity is pretty minor.
http://bugs.winehq.org/show_bug.cgi?id=22068
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from Juan Lang juan_lang@yahoo.com 2010-03-22 11:52:22 --- And confirming.
http://bugs.winehq.org/show_bug.cgi?id=22068
--- Comment #8 from Austin English austinenglish@gmail.com 2011-11-16 15:57:23 CST --- This is your friendly reminder that there has been no bug activity for 1.5 years. Is this still an issue in current (1.3.32 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=22068
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Resolution| |INVALID Summary|I get the message |message |err:setupapi:create_dest_fi |err:setupapi:create_dest_fi |le failed to create |le failed to create |L"c:\windows\system32\co |L"c:\windows\system32\co |mctl32.dll" (error=80) |mctl32.dll" (error=80) | |during WINEPREFIX update
--- Comment #9 from Anastasius Focht focht@gmx.net 2011-12-29 14:20:33 CST --- Hello,
as explained in comment #3 this message is expected.
Updating existing WINEPREFIX with 'winetricks cc580':
--- snip --- $ wine notepad err:setupapi:create_dest_file failed to create L"C:\windows\system32\comctl32.dll" (error=80) fixme:iphlpapi:NotifyAddrChange (Handle 0xfbe8cc, overlapped 0xfbe8b0): stub wine: configuration in '/home/focht/.wine' has been updated. --- snip ---
Hiding the message would be bad, as there could be a legitimate problem with the WINEPREFIX (access/permissions).
There is nothing to fix here -> invalid from the beginning.
The problem mentioned in comment #6 (builtin notepad) can't be reproduced with clean WINEPREFIX here.
File an extra bug if you still get this with clean WINEPREFIX and builtin app.
$ wine --version wine-1.3.35-273-geaa8801
Regards
http://bugs.winehq.org/show_bug.cgi?id=22068
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Austin English austinenglish@gmail.com 2012-01-23 18:59:43 CST --- Closing INVALID.