pombreda / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Dokan.Net returns "There are no more files" when creating file in Win7 x64 #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install 64bit Dokan on Win7 x64
2. Create .NET class that implements DokanOperations (set build options for
32bit)
3. Mount Dokan using .NET class you created in #2
4. Open notepad, click Save As, point to the mounted drive, type "Test.txt"
as the filename, click Save
5. Notice the message "There are no more files"
6. If you log all calls to CreateFile you will not see any calls with
filename "Test.txt"

What is the expected output? What do you see instead?
The CreateFile method should be called with filename

What version of the product are you using? On what operating system?
dokan 0.4.0.1223 (x64), Dokan.NET 0.2.1.1227

Please provide any additional information below.
The same app works fine for me on Vista x86 and I don't have a Vista x64
machine or Win7 x86 machine to test on, so I can't say whether it's a Win7
issue or a x64 issue.

Original issue reported on code.google.com by noah.blu...@gmail.com on 3 Dec 2009 at 6:19