https://bugs.winehq.org/show_bug.cgi?id=40494
Bug ID: 40494 Summary: legrand xlpro400 : crash using internal pdf writer Product: Wine Version: 1.9.8 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: tomlohave@gmail.com Distribution: ---
Created attachment 54268 --> https://bugs.winehq.org/attachment.cgi?id=54268 backtrace
Using a real printer, you can print documents but using internal pdf printer supplied by legrand, it crashes with a
fixme:psdrv:PSDRV_ExtDeviceMode lpdmOutput is NULL what should we do?? wine: Unhandled page fault on read access to 0x0c8595c8 at address 0x7bc51857 (thread 0009), starting debugger...
workaroud : install cups-pdf
https://bugs.winehq.org/show_bug.cgi?id=40494
tomlohave tomlohave@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tomlohave@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=40494
--- Comment #1 from tomlohave tomlohave@gmail.com --- using WINEDEBUG=psdrv and looking at logs, I've got : fixme:winspool:ScheduleJob can't schedule to port L"CPWPV155:"
so this bug is maybe a duplicate of #31945, or #3864
https://bugs.winehq.org/show_bug.cgi?id=40494
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |printing CC| |wine.dev@web.de
https://bugs.winehq.org/show_bug.cgi?id=40494
--- Comment #2 from Detlef Riekenberg wine.dev@web.de --- Please create a log with (all in one line): WINEDEBUG=+process,+pid,+psdrv,+winspool,+localspl wine yourapp.exe 2>&1 | tee log.txt
and attach the log here.
To reduce the size of the logfile, start an unrelated app first. Example: wine control &
https://bugs.winehq.org/show_bug.cgi?id=40494
--- Comment #3 from tomlohave tomlohave@gmail.com --- Created attachment 56287 --> https://bugs.winehq.org/attachment.cgi?id=56287 WINEDEBUG=+process,+pid,+psdrv,+winspool,+localspl
zipped file (else size is 50 Mb)