search for: psdrv_endpage

Displaying 5 results from an estimated 5 matches for "psdrv_endpage".

2007 Mar 19
1
Unable to print - fixme:psdrv:PSDRV_EndPage Already ended a page?
...spool:EnumPrinterDataExW 0x2 L"PrinterDriverData\\FontSubTable" trace:winspool:EnumPrinterDataExW RegOpenKeyExW (0x2, L"PrinterDriverData\\FontSubTable") returned 2 trace:winspool:EnumPrinterDataExA EnumPrinterDataExW returned 2 trace:winspool:ClosePrinter Handle 0x2 fixme:psdrv:PSDRV_EndPage Already ended a page? Any ideas? -- Jarle Thorsen
2007 Mar 19
2
can't print from wine+cups - ENUM PRINTERS PRINTER_ENUM_CONNECTIONS
...upplies etc). The program runs well except printing... When I try to print to my cups printers I get the following infos: fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS fixme:psdrv:PSDRV_EndPage Already ended a page? fixme:psdrv:PSDRV_EndPage Already ended a page? my wine config for printing looks like this: [serialports] "Com1" = "/dev/ttyS0" "Com2" = "/dev/ttyS1" "Com3" = "/dev/ttyS2" "Com4" = "/dev/modem"...
2005 May 29
1
Printing Problem
...ke that. I tried to print out of Notepad - this is working. I get the following output on the command line: fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:richedit:ME_ReleaseStyle all style references freed (good!) fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub fixme:psdrv:PSDRV_EndPage Already ended a page? fixme:richedit:ME_ReleaseStyle all style references freed (good!) I tried with wine versions 20050310 and 20050419. Is there a trick to make it work? Tell me if you need a full stack trace or some other information. Kind regards Markus Kobel
2004 Feb 16
2
Delphi 6 app with QReport
The program it is working in wine except that I can't print. When I try I receive this: fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS fixme:psdrv:PSDRV_EndPage Already ended a page? And nothing is printed... Any hint? Thankyou and please excuse my english.
2007 Mar 19
1
Delphi applications printing bug
...tupDialog befor printing, and I press OK in this dialog: printing directly to the default printer doesn't work under Wine, but works regularly under Windows ("doesn't work" meens that nothing is encoded in the printing spool... and the only error that is shown is "fixme:psdrv:PSDRV_EndPage Already ended a page?") Ie, this code works both under Windows and Wine: procedure TForm1.Button2Click(Sender: TObject); var SetupDialog: TPrinterSetupDialog; begin SetupDialog:= TPrinterSetupDialog.Create(Application); SetupDialog.Execute; with Printer do begin Begi...