Wine has stopped working??

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
slimey
Newbie
Newbie
Posts: 2
Joined: Thu Mar 13, 2008 10:51 pm

Wine has stopped working??

Post by slimey »

I'm not sure exactly when it happened, but all of a sudden none of my wine applications work, including winecfg!

Looking at the output below, I have a feeling it's something to do with the printers? In fact, I seem to recall it worked for running AcrossLite one day recently, then crashed while I was trying to print from the application, then hasn't worked since... any ideas?

I am running Ubuntu Gutsy.

I've tried reinstalling, but to no avail. Here is the output of me reinstalling wine (after an apt-get remove) and trying to run winecfg:

Code: Select all

$sudo apt-get install wine
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  wine
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/10.3MB of archives.
After unpacking 53.5MB of additional disk space will be used.
Selecting previously deselected package wine.
(Reading database ... 172420 files and directories currently installed.)
Unpacking wine (from .../wine_0.9.57~winehq0~ubuntu~7.10-1_i386.deb) ...
Setting up wine (0.9.57~winehq0~ubuntu~7.10-1) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place

$winecfg
err:winedevice:ServiceMain driver L"DLPortIO" failed to load
err:advapi:service_get_status service protocol error - failed to read pipe r = 0  count = 0!
fixme:ntoskrnl:KeInitializeSpinLock 0x4677a4
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, 0x34ee20) stub
fixme:advapi:LsaOpenPolicy ((null),0x34edbc,0x00000001,0x34edb8) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:profile:CloseProfileUserMapping (), stub!
fixme:advapi:ObjectOpenAuditAlarmW stub (L"Spooler",0x4c0148,L"Server",L"\\\\Benny",0x147f00,0xac,0x00000001,0x00000001,(nil),0,1,0x75bfb4fc)
fixme:advapi:ObjectCloseAuditAlarmW stub (L"Spooler",0x4c0148,0)
err:winspool:add_printer_driver Failed adding driver "wineps.drv" ("Windows NT x86"): 1805
fixme:winspool:AddPrinterW Can't create printer L"iP1000"
err:winspool:CUPS_LoadPrinters printer 'iP1000' not added by AddPrinterA (error 1801)
fixme:advapi:ObjectOpenAuditAlarmW stub (L"Spooler",0x4c0148,L"Server",L"\\\\Benny",0x147f00,0xac,0x00000001,0x00000001,(nil),0,1,0x75bfb4fc)
fixme:advapi:ObjectCloseAuditAlarmW stub (L"Spooler",0x4c0148,0)
err:winspool:add_printer_driver Failed adding driver "wineps.drv" ("Windows NT x86"): 1805
fixme:winspool:AddPrinterW Can't create printer L"MFC-5840CN"
err:winspool:CUPS_LoadPrinters printer 'MFC-5840CN' not added by AddPrinterA (error 1801)
fixme:advapi:ObjectOpenAuditAlarmW stub (L"Spooler",0x4c0148,L"Server",L"\\\\Benny",0x147f00,0xac,0x00000001,0x00000001,(nil),0,1,0x75bfb4fc)
fixme:advapi:ObjectCloseAuditAlarmW stub (L"Spooler",0x4c0148,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
$
Dan Kegel

Wine has stopped working??

Post by Dan Kegel »

On Thu, Mar 13, 2008 at 8:59 PM, slimey <[email protected]> wrote:
I'm not sure exactly when it happened, but all of a sudden
none of my wine applications work, including winecfg!

Looking at the output below, I have a feeling it's something to do
with the printers? In fact, I seem to recall it worked for running
AcrossLite one day recently, then crashed while I was trying to
print from the application, then hasn't worked since... any ideas?
Reinstalling Wine doesn't do anything to your wine configuration!
Try
mv .wine .wine.bak
and reinstall your apps. That should get you back up and running.
Let us know if that helps.
Also, try to get it to happen again; if you can give us a recipe,
maybe we can fix it.
slimey
Newbie
Newbie
Posts: 2
Joined: Thu Mar 13, 2008 10:51 pm

Post by slimey »

Thanks Dan, I didn't realise the problem would be in the .wine directory.

I'll try to recreate the error and post a recipe here...
Locked