http://bugs.winehq.org/show_bug.cgi?id=34783
Bug #: 34783 Summary: PDFill PDF Editor 11 cannot open PDFs Product: Wine Version: 1.6 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: artghio@tiscali.it Classification: Unclassified
PDFill PDF Editor 11.0 build 4 shows the attached message error when I try to open a new PDF project.
How to reproduce: (my operating system is Kubuntu 13.10 x64) 1) install GhostScript 8.63 x86 (from http://www.plotsoft.com/download/gs863w32.exe - b9743af446212cdce0d0abac276d9716) 2) install PDFill 11 (from http://www.plotsoft.com/download/PDFill.exe - 762d7b0b034f6f5b914935083bb74a67) 3) launch "winetricks corefonts" (see: http://bugs.winehq.org/show_bug.cgi?id=34281 ) 4) open PDFill PDF Editor (executable PDFill.exe) 5) go to File menu -> Open new PDF Project and select a PDF file
WINEDEBUG=+relay,+seh,+tid wine "./PDFill.exe" &> log.txt https://www.dropbox.com/s/t8ac8yqx0rjiong/log.zip
Side note: The previous version (version 10.0 build 4: https://www.dropbox.com/s/qyhsdp0yebd6wzc/PDFill%2010.0%20build%204.exe ) worked (it required also to install Sun Java Virtual Machine 1.6).
http://bugs.winehq.org/show_bug.cgi?id=34783
--- Comment #1 from artghio@tiscali.it 2013-10-22 16:58:31 CDT --- Created attachment 46384 --> http://bugs.winehq.org/attachment.cgi?id=46384 The error window
http://bugs.winehq.org/show_bug.cgi?id=34783
--- Comment #2 from artghio@tiscali.it 2013-11-26 02:53:49 CST --- I moved the log here: https://www.dropbox.com/s/qx4n0sdrue3hrzw/log.zip
I moved the setup file for PDFill 10 here: https://www.dropbox.com/s/ktcdts60f6by2sx/PDFill%2010.0%20build%204.exe
https://bugs.winehq.org/show_bug.cgi?id=34783
--- Comment #3 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.37 or newer) wine? If so, please attach the terminal output in 1.7.37 (see http://wiki.winehq.org/FAQ#get_log).
https://bugs.winehq.org/show_bug.cgi?id=34783
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net, | |super_man@post.com
--- Comment #4 from super_man@post.com --- I skipped GhostScript install step. I installed the program from step 2.
9d24b16bcbf4c45d5ce2b5ca474e58f3a353c538 PDFill.exe
Actually help from the program shows that I have version 12, build 5.
I opened 2 different pdfs without any issues.
Without winetricks -q corefonts it complained that it couldnf find fonts and suggested me to point a directory where they are.
This could be very well fixed in wine, but the download points to newer version.
https://bugs.winehq.org/show_bug.cgi?id=34783
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
last call: Please re-test with the exact app version the bug was reported against. Use a recent Wine version, preferably Wine 1.7.55 or higher. Also provide download link of the installer along with example PDF it crashes with if the issue is still present.
If you fail to do so the bug report will be resolved 'ABANDONED' (old version no longer available).
Regards
https://bugs.winehq.org/show_bug.cgi?id=34783
Aaron Franke arnfranke@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arnfranke@yahoo.com
--- Comment #6 from Aaron Franke arnfranke@yahoo.com --- Is this still an issue in Wine 2.6?
https://bugs.winehq.org/show_bug.cgi?id=34783
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Resolution|--- |ABANDONED Status|NEEDINFO |RESOLVED
--- Comment #7 from Fabian Maurer dark.shadow4@web.de --- Two years with nothing happening - Marking abandoned.
https://bugs.winehq.org/show_bug.cgi?id=34783
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://web.archive.org/web | |/20140625142535/http://www. | |plotsoft.com/download/PDFil | |l.exe Keywords| |dotnet, download Resolution|ABANDONED |INVALID Summary|PDFill PDF Editor 11 cannot |PDFill PDF Editor 11 (.NET |open PDFs |2.0 app) fails to open PDFs | |(broken WINEPREFIX wrt .NET | |2.0 Framework)
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
OP had a broken WINEPREFIX. The message in managed backtrace attached in comment #1 hints at it: 'unknown heap type: CLR' (result of mixing Wine-Mono and .NET core CLR).
I found an old PDFill PDF Editor 11 download via Internet Archive/Wayback machine:
https://web.archive.org/web/20140625142535/http://www.plotsoft.com/download/...
(2013 snapshots and earlier are v10).
Starting with v11, the app additionally depends on .NET Framework 2.0 The installer downloads and installs all required prerequisites on its own:
* Ghostscript 8.x * JAVA 6 runtime * .NET Framework 2.0
NOTE: 'winetricks -q mfc42' is still required
Since OP didn't mention any 'winetricks' recipe for .NET at all, I assume the app installed .NET over Wine-Mono, messing the prefix up.
Works fine for me here with old Wine 1.6 using a Wine build without Wine-Mono enabled (installs .NET 2.0 automatically, not requiring winetricks).
For the empty Windows 'fonts' folder issue you can also just install one font: 'winetricks arial'.
Used this sample PDF:
http://www.africau.edu/images/default/sample.pdf
$ sha1sum PDFill.exe 0a3c37459dfd106c2d0d65189beb2b5f52902c5e PDFill.exe
$ du -sh PDFill.exe 11M PDFill.exe
$ wine --version wine-1.6-8-g1d86b62184
Regards
https://bugs.winehq.org/show_bug.cgi?id=34783
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Status|RESOLVED |CLOSED
--- Comment #9 from André H. nerv@dawncrow.de --- closing invalid