http://bugs.winehq.org/show_bug.cgi?id=18252
Summary: Error writing file in UnReal World installer Product: Wine Version: 1.0.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jonni@lehtiranta.net
Installation of urw-3.11c.exe (available at http://www.jmp.fi/~smaarane/urw.html) fails with "Error opening file for writing".
Installer starts through wine. I click through info screens, destination folder selection, start menu folder, and press install button. I get: http://imagebin.ca/view/4JN0rxi.html . There's one line of output: "fixme:shell:SHAutoComplete SHAutoComplete stub". Nothing is written under ~/.wine/
arethusa on #winehq confirmed this happens for him too. He also gave the following
0019:Call KERNEL32.CreateFileA(004093b0 "C:\Program Files\UnRealWorld\urw.exe",40000000,00000001,00000000,00000002,00000000,00000000) ret=004055ec 0019:trace:file:CreateFileW L"C:\Program Files\UnRealWorld\urw.exe" GENERIC_WRITE FILE_SHARE_READ creation 2 attributes 0x0
and a note: "it looks to me like it doesn't pass anything for dwFlagsAndAttributes".