http://bugs.winehq.org/show_bug.cgi?id=58539
Bug ID: 58539 Summary: envelope printing issues with Lotus Approach scripts Product: Wine Version: 10.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: ToddAndMargo@zoho.com Distribution: ---
Fedora 41 Wine 10-12 devel Lotus Approach N99.8.0208.0800
Problems with Lotus Script print envelopes
RunApproachMacro("Print") crashes Lotus Approach
CurrentWindow.Print erases the address "to" data and print an envelope without the "To" address
Historical instance of this issue: https://bugs.winehq.org/show_bug.cgi?id=53425
http://bugs.winehq.org/show_bug.cgi?id=58539
--- Comment #1 from Todd Chester ToddAndMargo@zoho.com --- Created attachment 79032 --> http://bugs.winehq.org/attachment.cgi?id=79032 Print Envelope script
This is the script to print envelopes. A single quote is a comment mark
http://bugs.winehq.org/show_bug.cgi?id=58539
--- Comment #2 from Todd Chester ToddAndMargo@zoho.com --- I put the script editor into step mode and stepped across the two offending commands. I captured only the error to the console that occurred when I executed the commands.
This is the run line bash -c "cd $HOME/.wine/drive_c/lotus/jumble; wine explorer /desktop=Approach_`date +%%H:%%M:%%S`_1920x1080,1920x1080 ./approach.exe"
This is `RunApproachMacro("Print")`
^[[19~0154:fixme:win:NtUserLockWindowUpdate (0x20098), partial stub! 0154:fixme:win:NtUserLockWindowUpdate ((nil)), partial stub! 0154:err:gdi:CreateDCW no driver found for L"winspool" wine: Unhandled page fault on read access to 413FFFFF at address 7BD0D174 (thread 0154), starting debugger... 0188:err:environ:init_peb starting L"C:\windows\syswow64\winedbg.exe" in experimental wow64 mode
This is `CurrentWindow.Print`
0154:fixme:winspool:StartPagePrinter (00000003): stub 0154:fixme:winspool:EndPagePrinter (00000003): stub
http://bugs.winehq.org/show_bug.cgi?id=58539
--- Comment #3 from Todd Chester ToddAndMargo@zoho.com --- (In reply to Todd Chester from comment #2)
0154:err:gdi:CreateDCW no driver found for L"winspool" wine: Unhandled page fault on read access to 413FFFFF at address 7BD0D174
winspool does exist: ./.wine/drive_c/windows/system32/winspool.drv ./.wine/drive_c/windows/syswow64/winspool.drv
http://bugs.winehq.org/show_bug.cgi?id=58539
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |printing