http://bugs.winehq.org/show_bug.cgi?id=9192
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #17 from Dan Kegel dank@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.