http://bugs.winehq.org/show_bug.cgi?id=24645
Summary: pdfFactory fails to install Product: Wine Version: 1.3.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineps.drv AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=31148) --> (http://bugs.winehq.org/attachment.cgi?id=31148) Error message
Steps to reproduce: 1) remove ~/.wine 2) wine pdf405std.exe 3) Setup->I accept the terms
Behaviour: error (see attachment)
Expected behaviour: Application should start installing
http://bugs.winehq.org/show_bug.cgi?id=24645
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://www.fineprint.com/re | |lease/pdf405std.exe
http://bugs.winehq.org/show_bug.cgi?id=24645
--- Comment #1 from NSLW lukasz.wojnilowicz@gmail.com 2010-10-06 06:55:31 CDT --- Created an attachment (id=31149) --> (http://bugs.winehq.org/attachment.cgi?id=31149) Terminal output on Wine-1.3.4
http://bugs.winehq.org/show_bug.cgi?id=24645
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wineps.drv |-unknown
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-06 07:27:00 CDT --- The product is a printer driver, it won't work in Wine.
http://bugs.winehq.org/show_bug.cgi?id=24645
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #3 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-05-09 16:08:10 CDT --- Still fails in 1.3.19.
http://bugs.winehq.org/show_bug.cgi?id=24645
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from Frédéric Delanoy frederic.delanoy@gmail.com 2011-05-20 07:34:27 CDT --- Confirmed in 1.3.20
http://bugs.winehq.org/show_bug.cgi?id=24645
--- Comment #5 from Frédéric Delanoy frederic.delanoy@gmail.com 2012-03-01 05:10:25 CST --- Still in 1.4-rc5
http://bugs.winehq.org/show_bug.cgi?id=24645
--- Comment #6 from NSLW lukasz.wojnilowicz@gmail.com 2012-10-18 09:32:36 CDT --- Still issue in wine-1.5.15-145-g29b3902
http://bugs.winehq.org/show_bug.cgi?id=24645
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31148|0 |1 is obsolete| |
--- Comment #7 from NSLW lukasz.wojnilowicz@gmail.com 2013-08-10 03:09:20 CDT --- Created attachment 45567 --> http://bugs.winehq.org/attachment.cgi?id=45567 Error message
New error message in Wine 1.7
http://bugs.winehq.org/show_bug.cgi?id=24645
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #31149|0 |1 is obsolete| |
--- Comment #8 from NSLW lukasz.wojnilowicz@gmail.com 2013-08-10 03:10:08 CDT --- Created attachment 45568 --> http://bugs.winehq.org/attachment.cgi?id=45568 Terminal output on Wine-1.7
New terminal output on Wine 1.7
http://bugs.winehq.org/show_bug.cgi?id=24645
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.fineprint.com/re |http://fineprint.com/releas |lease/pdf405std.exe |e/pdf481std.exe
https://bugs.winehq.org/show_bug.cgi?id=24645
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #9 from super_man@post.com --- I found the reason for the popup.
It's because of this line
fixme:winspool:SetPrinterW Unimplemented level 8
http://source.winehq.org/git/wine.git/blob/5ccc463a4e3ba181b96a161c3c8cd4bc0...
wine source code is missing case 8. I made a simple patch and got rid of the popup.
If you run the installer second time using same prefix it crashes at
wine: Call from 0x7b83bfde to unimplemented function winspool.drv.ForceUnloadDriver, aborting wine: Unimplemented function winspool.drv.ForceUnloadDriver called
wine 1.7.50
https://bugs.winehq.org/show_bug.cgi?id=24645
--- Comment #10 from Austin English austinenglish@gmail.com --- (In reply to super_man from comment #9)
I found the reason for the popup.
It's because of this line
fixme:winspool:SetPrinterW Unimplemented level 8
http://source.winehq.org/git/wine.git/blob/ 5ccc463a4e3ba181b96a161c3c8cd4bc0cb0e607:/dlls/winspool.drv/info.c#l3464
wine source code is missing case 8. I made a simple patch and got rid of the popup.
Could you attach the patch / send to wine-patches?
If you run the installer second time using same prefix it crashes at
wine: Call from 0x7b83bfde to unimplemented function winspool.drv.ForceUnloadDriver, aborting wine: Unimplemented function winspool.drv.ForceUnloadDriver called
wine 1.7.50
That would be a different bug.
https://bugs.winehq.org/show_bug.cgi?id=24645
--- Comment #11 from Anastasius Focht focht@gmx.net --- *** Bug 33648 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=24645
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|pdfFactory fails to install |PDF Factory 3.x/4.x | |installer fails to install | |printer drivers | |(winspool.SetPrinterW lacks | |support for level 8, global | |default printer settings)
https://bugs.winehq.org/show_bug.cgi?id=24645
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |michael@fds-team.de, | |sebastian@fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/winspool.drv-S | |etPrinterW
https://bugs.winehq.org/show_bug.cgi?id=24645
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |spooler
https://bugs.winehq.org/show_bug.cgi?id=24645
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=24645
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |39981
https://bugs.winehq.org/show_bug.cgi?id=24645
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
https://bugs.winehq.org/show_bug.cgi?id=24645
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |88c77da35d2a4e443886e89be7e | |e16994d1605e7 Status|STAGED |RESOLVED Resolution|--- |FIXED
--- Comment #12 from Sebastian Lackner sebastian@fds-team.de --- This was already fixed in the meantime: http://source.winehq.org/git/wine.git/commit/88c77da35d2a4e443886e89be7ee169...
https://bugs.winehq.org/show_bug.cgi?id=24645
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.16.
https://bugs.winehq.org/show_bug.cgi?id=24645
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x CC| |mstefani@redhat.com
https://bugs.winehq.org/show_bug.cgi?id=24645
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #14 from Michael Stefaniuc mstefani@redhat.com --- Removing 1.8.x milestone from bugs included in 1.8.5.