http://bugs.winehq.org/show_bug.cgi?id=5112
------- Additional Comments From nospam@thenerdshow.com 2006-22-04 07:46 ------- Interesting. I did a trace.
trace:file:wine_nt_to_unix_file_name L"\??\C:\windows\system32\winefile.exe" -> "/home/user/.wine/dosdevices/c:/windows/system32/winefile.exe" trace:file:CreateFileW returning 0x44 trace:file:RtlDosPathNameToNtPathName_U (L"",0x7faef4b4,(nil),(nil))
Running wine's explorer with no arguments causes it to try and create a file and die. When I instead run it with an argument, such as "wine explorer ." it works. Winefile needs no such command line argument to work. This is not the expected behavior. Winefile and explorer should be interchangeable, since they are, in fact, the same program. I did a byte compare to make sure.