Could not open printer

Questions about Wine on Linux
Post Reply
tiggerfan
Newbie
Newbie
Posts: 3
Joined: Tue Jan 23, 2024 9:03 am

Could not open printer

Post by tiggerfan »

I'm running fedora 39 and using the wine rpm packges from winehq.org. when wine was upgraded from stable 8 to stable 9 it has broken printing from Quicken 2000 basic. I use this to print checks.

I've tried debugging it using
export WINEDEBUG=+psdrv,+winspool
and don't see any errors or useful info.

I can print from notepad.

The only error i see is from Quicken pop-up window that only says: "Could not open printer. Check your printer selection."
I've even tried a new 9 env and still get the same message.

Any ideal what i can to to try to debug and/or solve this issue?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Could not open printer

Post by jkfloris »

This sounds similar to this problem:
https://gitlab.winehq.org/wine/wine/-/m ... uests/4913

You might be able to check this with the gdi debug channel.
tiggerfan
Newbie
Newbie
Posts: 3
Joined: Tue Jan 23, 2024 9:03 am

Re: Could not open printer

Post by tiggerfan »

i enable gdi and i can't tell if this is the same issue, i only have two relative lines in the output.

0128:trace:gdi:StartDocW 090101A5 0031DB08
0128:trace:gdi:StartDocW DocName L"Intuit", Output (null), Datatype L"RAW", fwType 0

cheers.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Could not open printer

Post by jkfloris »

I suspect it is the same issue.
The change has now been merged into Wine.
If you can, try compiling Wine from git yourself.
Or you can wait until (probably) next weekend and try Wine 9.1.
tiggerfan
Newbie
Newbie
Posts: 3
Joined: Tue Jan 23, 2024 9:03 am

Re: Could not open printer

Post by tiggerfan »

Hi,
I did give Wine 9.1 a try and that has resolved the printing issue. So i'll be staying with 8.0 until the next stable 9.x version is released. thanks for your assistance.
Post Reply