http://bugs.winehq.org/show_bug.cgi?id=3924
Summary: warn:file:CreateFileW Unable to create file L"c:\windows\system32\ --MPRMMGVA--.exe" (status c0000034) Product: Wine Version: 0.9.1. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: polpak@yahoo.com
I originally got this error after installing the yahoo game "TradeWinds 2". It's available at http://games.yahoo.com/games/downloads/tradewinds2.html . From running wine with debugging on the errors I get are:
warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found in /home/kender/.wine/dosdevices/c:/Program Files/Yahoo! Games/TradeWinds 2 warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found in /home/kender/.wine/dosdevices/c:/Program Files/Yahoo! Games/TradeWinds 2 warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found in /home/kender/.wine/dosdevices/c:/windows/system32 warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found in /home/kender/.wine/dosdevices/c:/windows/system warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found in /home/kender/.wine/dosdevices/c:/windows warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found in /home/kender/.wine/dosdevices/c:/windows/system32 warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found in /home/kender/.wine/dosdevices/c:/windows warn:file:wine_nt_to_unix_file_name L" --MPRMMGVA--.exe" not found in /home/kender/.wine/dosdevices/c:/windows/system32 warn:ntdll:NtCreateFile L"\??\C:\windows\system32\ --MPRMMGVA--.exe" not found (c0000034) warn:file:CreateFileW Unable to create file L"c:\windows\system32\ --MPRMMGVA--.exe" (status c0000034) warn:driver:CloseDriver Failed to close driver warn:driver:CloseDriver Failed to close driver warn:driver:CloseDriver Failed to close driver warn:driver:CloseDriver Failed to close driver warn:driver:CloseDriver Failed to close driver
It looks as if it's trying to create a file, and cannot for some reason. Permissions are all fine, there shouldn't be any problems except perhaps that the file name contains a space or nonprinting character (the first character) and it also begins with a dash.
Dunno if it helps, but I also found this much older bug complaining about the same issue with another program (Civ 3 I think it was) looking for the exact same file though, which seems highly suspect.
Anyway, the original bug was 2705