http://bugs.winehq.org/show_bug.cgi?id=59766 Bernhard Übelacker <bernhardu@mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org --- Comment #2 from Bernhard Übelacker <bernhardu@mailbox.org> --- Currently we receive the error because FileName is not starting with a backslash. (rr) stepi 3742 if (!name_len || name[0] != '\\') return STATUS_OBJECT_PATH_SYNTAX_BAD; 4: x/i $pc => 0xf7bc596a <nt_to_unix_file_name_no_root+1740>: mov $0xc000003b,%esi (rr) bt #0 nt_to_unix_file_name_no_root at dlls/ntdll/unix/file.c:3742 #1 nt_to_unix_file_name dlls/ntdll/unix/file.c:3853 #2 get_nt_and_unix_names dlls/ntdll/unix/file.c:4412 #3 NtSetInformationFile dlls/ntdll/unix/file.c:5443 #4 __wine_syscall_dispatcher from dlls/ntdll/ntdll.so ... (rr) x/hs name 0x63f6c0: u"2.0.0.h.dat" -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.