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

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jun 3 09:15:21 CDT 2009


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





--- Comment #23 from chris ahrendt <celticht32 at aol.com>  2009-06-03 09:15:20 ---
There are a couple of problems I found:

first is this

"file:///C%3A/Program%20Files/Sony/Station/LaunchPad/PatchCache2.xml"

which is the uri of the file. URI's seem not to be parsing correctly so the
file is not found 

Second:

If the application just does the following:

test\test.txt

windows assumes to take the current running directory and prepends that onto
the location. So the above would look like this if the application was running
in D:\test

D:\test\test\test.txt

I think the second has to do something with the way files in *nix are handled
and might be in the convert to unix subroutine.

As juan knows I have to be careful what I do when debugging. I can not provide
a fix for this as I am not allowed under several of my NDA's to do so.. So AJ
asked that I just provide test cases.

This is an actual problem with an actual application (everquest 1 and 2 (or any
of the sony applications)) while it does not seem to effect the application it
still probably should not happen.

-- 
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