i am using wine-0.9.49 and "error fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback to APD_COPY_ALL_FILES) err:winspool:add_printer_driver Failed adding driver "wineps.drv": 1795" not show again but i am running ERP application (develop with progress software) and when printing process error show message "Unable to create printer device context" why..? please help me, thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20071206/759646bb/attachment.htm
On Do, 2007-12-06 at 08:28 +0700, Dedy Suharjono wrote:> i am using wine-0.9.49 andthe most recent version is 0.9.52> "error fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback > to APD_COPY_ALL_FILES)you can ignore that> err:winspool:add_printer_driver Failed adding driver "wineps.drv": > 1795" not show againIt seems, that you have an old wine registry. please use "wine regedit" and delete the entries at: HKEY_LOCAL_MACHINE\System\SurrentControlSet\Control\Print wine rebuild all needed entries> show message "Unable to create printer device context"When your app still does not print, please create a log: WINEDEBUG="+winspool,+print,+tid,+commdlg,+process" \ wine your_app.exe 2>&1 | tee log.txt You can send me the log. -- By by ... Detlef
thank you,i was get solution that my problem,because erp application that i use direct printer to lpt1 i have solution with way ln -s /dev/lp0 lpt1 and that my problem was finish thank you mr.Detlef Riekenberg On 1/4/08, Detlef Riekenberg <wine-users at web.de> wrote:> > On Do, 2007-12-06 at 08:28 +0700, Dedy Suharjono wrote: > > i am using wine-0.9.49 and > > the most recent version is 0.9.52 > > > "error fixme:winspool:AddPrinterDriverExW Flags 0x8 ignored (Fallback > > to APD_COPY_ALL_FILES) > > you can ignore that > > > err:winspool:add_printer_driver Failed adding driver "wineps.drv": > > 1795" not show again > > It seems, that you have an old wine registry. > please use "wine regedit" and delete the entries at: > HKEY_LOCAL_MACHINE\System\SurrentControlSet\Control\Print > > wine rebuild all needed entries > > > show message "Unable to create printer device context" > > When your app still does not print, please create a log: > > WINEDEBUG="+winspool,+print,+tid,+commdlg,+process" \ > wine your_app.exe 2>&1 | tee log.txt > > > You can send me the log. > > > > -- > > By by ... Detlef > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080105/3045578b/attachment.htm