Wine not running any programs, including winecfg

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
shade
Newbie
Newbie
Posts: 1
Joined: Wed Nov 05, 2008 5:23 am

Wine not running any programs, including winecfg

Post by shade »

I am new to linux, and new to wine, and think I may have actually stepped a little out of my depth by jumping into it without a little more coding/programming experience. I am running Kubuntu Hardy, and have encountered a serious problem with wine 1.1.7, in that it doesn't want to function. If I click on exe files, it will open a tab on the taskbar, show activity, then kill the tab. I've tried to run winecfg, and it does the same thing, and when I run it from a terminal, it gives me the following:

Code: Select all

rr: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:convert_af_w2u unhandled Windows address family 26
fixme:winsock:convert_af_w2u unhandled Windows address family 26
fixme:ds:DsRoleGetPrimaryDomainInformation ((nil), 1, 0x32f030) stub
fixme:advapi:LsaOpenPolicy ((null),0x32efd8,0x00000001,0x32eff4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:profile:CloseProfileUserMapping (), stub!
fixme:advapi:ObjectOpenAuditAlarmW stub (L"Spooler",0x4a0148,L"Server",L"\\\\Shade",0x131a08,0xa8,0x00000001,0x00000001,(nil),0,1,0x75bfb4fc)
fixme:advapi:ObjectCloseAuditAlarmW stub (L"Spooler",0x4a0148,0)
err:winspool:add_printer_driver Failed adding driver "wineps.drv" ("Windows NT x86"): 1805
err:winspool:CUPS_LoadPrinters printer 'iP1800_series' not added by AddPrinterA (error 1797)
fixme:advapi:ObjectOpenAuditAlarmW stub (L"Spooler",0x4a0148,L"Server",L"\\\\Shade",0x131a08,0xa8,0x00000001,0x00000001,(nil),0,1,0x75bfb4fc)
fixme:advapi:ObjectCloseAuditAlarmW stub (L"Spooler",0x4a0148,0)
err:winspool:add_printer_driver Failed adding driver "wineps.drv" ("Windows NT x86"): 1805
fixme:winspool:AddPrinterW Can't create printer L"PDF"
err:winspool:CUPS_LoadPrinters printer 'PDF' not added by AddPrinterA (error 1801)
err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17
Is it something that perhaps I have done? Did I make a mistake somewhere along the way? Any help will be appreciated, as I'm not even sure where to start at this point.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Wine not running any programs, including winecfg

Post by vitamin »

shade wrote:I am new to linux, and new to wine, and think I may have actually stepped a little out of my depth by jumping into it without a little more coding/programming experience. I am running Kubuntu Hardy, and have encountered a serious problem with wine 1.1.7, in that it doesn't want to function. If I click on exe files, it will open a tab on the taskbar, show activity, then kill the tab. I've tried to run winecfg, and it does the same thing, and when I run it from a terminal, it gives me the following:

...

Is it something that perhaps I have done? Did I make a mistake somewhere along the way? Any help will be appreciated, as I'm not even sure where to start at this point.
Try to remove/rename ~/.wine directory first:

Code: Select all

mv ~/.wine ~/.wine-old
If that won't help, then you probably have installed/configured printer that Wine doesn't like for some reason. Try removing this printer.
Locked