JangJeewon / dokan

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

PDF files do not open when mounted with DokanSSHFS 0.6.0 #225

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Dokansshfs 0.6.0 on windows XP 32
2. Install Adobe Acrobat Reader X
3. Attempt to open a pdf file on the mounted share (Ubuntu 10.04/sshd)

What is the expected output: PDF file opens normally.

What do you see instead: Adobe Reader "There was an error opening this 
document. Access denied." Note this is not a permissions issue; the file can be 
copied to the local drive and opens. Other tested documents (word/excel/text) 
open/read/save normally. Folders can be created and deleted.

What version of the product are you using? On what operating system?
Dokan SSH FS 0.6.0 / Windows XP SP3 32bit

Please provide any additional information below.
This may be related to issue ID 206?

Original issue reported on code.google.com by cphuntin...@gmail.com on 26 Apr 2011 at 7:30

GoogleCodeExporter commented 8 years ago
I also have this issue, but only intermittently. For example, I have a 
particular LaTeX file that I convert to PDF. When I add graphics to it I can no 
longer open the PDF file directly.

Original comment by hoffman...@gmail.com on 10 Jan 2012 at 3:14

GoogleCodeExporter commented 8 years ago
Hello guys.
I am having a problem with reading particular types of files (pdf, MS Office 
Docs).
If I open, read, and close the file inside ReadFile method, everything works 
fine.
But, this causes a heavy workload for remote server that I am using as source 
for VFS.

What I'm trying to do is open the file once, and pass the pointer to ReadFile 
method whenever it is called. But, as the result of this method, applications 
cannot properly open the file, saying that it is corrupted (actually, file is 
OK).

Notepad, Windows Image Viewer can open files normally, as they use only one 
thread to read files.
Did anybody else have the same problems?

Original comment by ulughbek...@gmail.com on 6 Apr 2012 at 2:40