Wine problem with Cups-pdf [Gutsy]

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
didli
Level 2
Level 2
Posts: 15
Joined: Tue Mar 04, 2008 7:33 am

Wine problem with Cups-pdf [Gutsy]

Post by didli »

Hi everyone !
On a fresh gutsy install with wine 0.9.55, I have experienced some problems with Cups-pdf :
Adding a PDF printer to the system then trying to use any kind of wine apps return this :

Code: Select all

winecfg :
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
fixme:advapi:RegisterEventSourceW ((null),L"Print"): stub
fixme:winsock:convert_af_w2u unhandled Windows address family 26
fixme:winsock:WSASocketW Unsupported socket family -1!
fixme:winsock:convert_af_w2u unhandled Windows address family 26
fixme:winsock:WSASocketW Unsupported socket family -1!
fixme:winsock:convert_af_w2u unhandled Windows address family 26
fixme:winsock:WSASocketW Unsupported socket family -1!
fixme:ds:DsRoleGetPrimaryDomainInformation ((nil), 1, 0x34eee0) stub
fixme:advapi:LsaOpenPolicy ((null),0x34ee7c,0x00000001,0x34ee78) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:profile:CloseProfileUserMapping (), stub!
fixme:advapi:ObjectOpenAuditAlarmW stub (L"Spooler",0x4c0150,L"Server",L"\\\\dualmp",0x14d2d0,0xb8,0x00000001,0x00000001,(nil),0,1,0x75b8b4fc)
fixme:advapi:ObjectCloseAuditAlarmW stub (L"Spooler",0x4c0150,0)
err:winspool:add_printer_driver Failed adding driver "wineps.drv" ("Windows NT x86"): 1805
err:winspool:CUPS_LoadPrinters printer 'PrinterPDF' not added by AddPrinterA (error 1797)
wine: Unhandled page fault on write access to 0x004c0158 at address 0x75b488a2 (thread 0044), starting debugger...
err:winspool:add_printer_driver Failed adding driver "wineps.drv"
err:winspool:CUPS_LoadPrinters printer 'PrinterPDF' not added by AddPrinterA (error 1797)
Renaming spool folder (if it exists) winspool.dll and spoolss.dll should bypass and avoid the problem. I don't really think it is a wine bug, it's more likely I've messed up my wine install, but maybe it could help others ...
Did anyone experienced this kind of trouble ?
PS : Anyway sorry for my poor english and thanks from Paris to every wine dev ! [/code]
Dan Kegel

Wine problem with Cups-pdf [Gutsy]

Post by Dan Kegel »

Does the problem persist with a new ~/.wine directory?
didli
Level 2
Level 2
Posts: 15
Joined: Tue Mar 04, 2008 7:33 am

Post by didli »

huh ... yes ... it is unexpected but yes, the problem persist even with a new ~/.wine directory. I didn't though this could happen ...
Locked