[Bug 9192] Enemy Territory Quake Wars Beta 2: Regression: Error message on startup regarding msvcr80.dll

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 18 17:25:07 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9192


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com




--- Comment #17 from Dan Kegel <dank at kegel.com>  2007-08-18 17:25:07 ---
This was supposed to be fixed by
http://www.winehq.org/pipermail/wine-cvs/2007-August/035242.html
but that patch forgot to first create the directory
c:\windows\winsxs\manifests
so you'll see the line
warn:file:CreateFileW Unable to create file
L"c:\\windows\\winsxs\\manifests\\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.0.0_none_deadbeef.manifest"
(status c000003a)
in the log. 

I just sent in a patch to add the missing mkdir:
http://winehq.org/pipermail/wine-patches/2007-August/042900.html
For this to work you'll have to first do
  rm -rf ~/.wine
because it only triggers when running wineprefixcreate.
Alternately you could probably register comctl32.dll again.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list