Opened 18 years ago
Closed 18 years ago
#72 closed defect (worksforme)
Lucide gives ERROR 3 when reading PDFs from RSJ mounted CD drive
Reported by: | guest | Owned by: | Eugene Romanenko |
---|---|---|---|
Priority: | major | Milestone: | Beta 4 |
Component: | Plugin: PDF | Version: | 1.0 Beta 2 |
Keywords: | Cc: |
Description
When I point to a file that lives on an RSJ mounted CD drive like Z:, the pdf file does not load in Lucide. Lucide gives the error:
Failed to load document (error 3) "Z:\tm2354\a.pdf"
When this file a.pdf is copied to a harddrive, LUCIDE loads it fine.
If you need more info I can be reached at cytan299 AT netzero DOT net.
Change History (3)
comment:1 by , 18 years ago
Milestone: | Beta 2 → Beta 4 |
---|
comment:2 by , 18 years ago
Lucide open files with call fopen( <filename>, "rb" ), which is quite common call and reads using fseek/fread. It looks like RSJ bug, as any other filesystems doesn't have problems.
Will RSJ work with regular CD-ROM drive if I'll install it?
Moved to beta 4