#61 closed defect (fixed)
QPDFVIEW: Cannot load PDF plug-in
Reported by: | Leo123 | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | Feedback Pending | Component: | qpdfview |
Version: | Keywords: | ||
Cc: |
Description
Trying to open a pdf-file I get a window: Critical; Could not load PDF plug-in[[BR]]
Qpdfview 0.4.3 GA
PMDLL.EXE tells me that all required dll's can be loaded
eCS 2.2 beta with everything installed as per install.os2
Attachments (1)
Change History (11)
comment:1 by , 11 years ago
Priority: | critical → Feedback Pending |
---|
comment:2 by , 11 years ago
I am not a programmer but I try to help you improve the program.
I don't know how I can try to redirect the output of sttout and stderr.
There are no files with those names to be found.
Can you give me a clue what to do to help?
follow-up: 4 comment:3 by , 11 years ago
start qpdfview from cmd line with:
qpdfview >out.txt , then open a pdf file and close the app again.
qpdfview 2>out2.txt , then open a pdf file and close the app again.
see if one of the files contains some info.
comment:4 by , 11 years ago
Replying to diver:
start qpdfview from cmd line with:
qpdfview >out.txt , then open a pdf file and close the app again.
Did that: out.txt 0 bytes
qpdfview 2>out2.txt , then open a pdf file and close the app again.
Did that: out2.txt 78 bytes:
Could not load plug-in: "qpdfpdf.dll"
"The shared library was not found."
see if one of the files contains some info.
Volume in drive W is ECS22 BETA Serial number is 7F70:A5C0[[BR]]
Directory of W:\PROGRAMS\QPDF\*
CHANGES
install.os2
out.txt
out2.txt
popp36.dll
poppqt44.dll
qpdfdjvu.dll
qpdfpdf.dll
qpdfview.exe
tiff.dll
3.844.221 bytes in 10 files and 3 dirs
Why can the program qpdfview.exe not find qpdfpdf.dll? They are in the same directory.
comment:5 by , 11 years ago
please show me your libpath of config.sys. and tell me where you installed the additional dll as mentioned in the install.os2. as there must be a conflict of some dll's somewhere. and no it's not qpdfview.dll which is not found, but a dll needed by qpdfview.dll can't be loaded.
comment:6 by , 11 years ago
On eCS 2.2 beta
LIBPATH=.;W:\IBMLAN\NETLIB;W:\MUGLIB\DLL;W:\ECS\DLL;W:\EMX\DLL;W:\OS2\DLL;W:\MPTN\DLL;W:\IBMCOM\DLL;W:\TCPIP\DLL;W:\IBMGSK50\LIB;W:\IBMGSK40\LIB;W:\IBMGSK\LIB;W:\OS2\MDOS;W:\;W:\OS2\APPS\DLL;W:\USR\LIB;W:\ECS\SYSTEM\AMOUSE;W:\PROGRAMS\OPENJDK6\BIN;W:\MMOS2\DLL;W:\MMOS2\FREEDB;W:\PROGRAMS\4OS2;W:\CUPS\SBIN;
kLIBC dlls, GCC4Core dlls, XSysTray.dll, z.dll, jpeg.dll, djvu.dll, freetyp2.dll and fntcfg2.dll are all installed in w:\ecs\dll, some also in w:\usr\lib.
QPDFview is installed in W:\programs\qpdf
comment:7 by , 11 years ago
please try qpdfview-0_4_3-ga.zip from ftp://ftp.netlabs.org/pub/qtapps/temp
this version has one debug more.
and use qpdfview 2>out.txt to get the message
comment:9 by , 11 years ago
Success[[BR]]
qpdfview-0_4_3-ga.zip with date 17-06-2013 does the trick! There are no more errors.
Is it the qpdfps.dll which was not in the previous version?
I also attach trolltech.ini
by , 11 years ago
Attachment: | Trolltech.ini added |
---|
comment:10 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
the reason was http://svn.netlabs.org/qt4/ticket/289
and because i rebuilt the plugins they got reloaded in the trolltec.ini file.
there must be at least one dll, which can't be loaded. which i don't know. you can try to redirect the output of sttout and stderr. eventually this leads to something.