[Bug 15326] New: ntdll:NtCreateFile is not parsing the file create string correctly so fails

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 18 20:08:39 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15326

           Summary: ntdll:NtCreateFile is not parsing the file create string
                    correctly so fails
           Product: Wine
           Version: 1.1.4
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ntdll
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: celticht32 at aol.com


ntdll:NtCreateFile
L"\\??\\D:\\everquest\\C%3A\\Program%20Files\\Sony\\Station\\LaunchPad\\" not
found (c000003a)


should actually be:

c:\\Program Files\\Sony\\Station\\LaunchPad\\

not the above where it adds the execution directory in front of the string 
and it should translate %3A to : and %20 to < >


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list