You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/02/22 17:12:02 UTC

[Bug 124294] New: Certain docs fails to start print job

https://issues.apache.org/ooo/show_bug.cgi?id=124294

            Bug ID: 124294
        Issue Type: DEFECT
           Summary: Certain docs fails to start print job
           Product: General
           Version: 4.1.0-dev
          Hardware: All
                OS: OS/2
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: ydario@apache.org
                CC: issues@openoffice.apache.org
            Blocks: 118923

Some documents fails to print. A generic 

Could not start printer.
Please check your printer configuration.

error box is shown.

sfx2\view\viewprn.cxx issues this message on
SfxPrinterController::jobFinished() when state is PrintableState_JOB_FAILED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 124294] Certain docs fails to start print job

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=124294

Yuri Dario <yd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Yuri Dario <yd...@apache.org> ---
Fixed in revision 1571026.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 124294] Certain docs fails to start print job

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=124294

--- Comment #1 from Yuri Dario <yd...@apache.org> ---
I discovered it depends on a quick code hack done at the OO 2.0 porting effort.
In Os2SalPrinter::StartJob() then pszComment field of DEVOPENSTRUC had been
filled with job name instead of application name as suggested in docs. Thus,
simple document names were acceptable as application names, while complex and
long names not. Probably some DEV/driver limitation inside OS/2 presentation
manager.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 124294] Certain docs fails to start print job

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=124294

--- Comment #2 from SVN Robot <sv...@dev.null.org> ---
"ydario" committed SVN revision 1571026 into trunk:
#i124294# use rAppName to fill pszComment field when opening the printer
device.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.