http://bugs.winehq.org/show_bug.cgi?id=30717
Bug #: 30717 Summary: Janetter crashes on startup Product: Wine Version: 1.5.4 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Saw this tweet this morning: http://twitter.com/#!/search/%40Sutorippu%20wine "No Linux client and Wine doesn't like it. RT @TsunTaiga @Sutorippu >not using Janetter"
Janetter appears to be a competitor to tweetdeck freely downloadable from http://janetter.net/
It installs fine, but crashes on startup:
err:ole:CoGetClassObject no class object {76a64158-cb41-11d1-8b02-00600806d9b6} could be created for context 0x5 wine: Unhandled exception 0x0eedfade at address 0x0000:0x7b839e92 (thread 0032), starting debugger... fixme:ntdll:NtLockFile I/O completion on lock not implemented yet err:seh:setup_exception_record stack overflow 940 bytes in thread 0032 eip b760ba27 esp 00230f84 stack 0x230000-0x231000-0x330000
That CLSID appears to be ISWbemLocator, http://msdn.microsoft.com/en-us/library/windows/desktop/aa393719(v=vs.85).as... The app is probably trying to get information about the network or firewall via WBEM. A stub of some sort might be in order.