http://bugs.winehq.org/show_bug.cgi?id=11287
Summary: err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi- threaded Product: Wine Version: 0.9.5. Platform: Macintosh OS/Version: Mac OS X 10.5 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ole AssignedTo: wine-bugs@winehq.org ReportedBy: kevin01@kilohotel.com
I get an error when trying to run My Sirius Studio.exe
http://download.sirius.speedera.net/stiletto/SiriusStudioSetup.exe
The error is:
fixme:win:EnumDisplayDevicesW ((null),0,0x61e3e0,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x61e3e0,0x00000000), stub! fixme:wtsapi:WTSRegisterSessionNotification Stub 0x6002c 0x00000000 err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded err:ole:CoGetClassObject class {25baad81-3560-11d3-8471-00c04f79dbc0} not registered err:ole:CoGetClassObject no class object {25baad81-3560-11d3-8471-00c04f79dbc0} could be created for context 0x1
** (My Sirius Studio.exe:44): WARNING **: Thread 00000000 may have been prematurely finalized err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x68fa02fc
In order to install and use this software, I did the following:
winetricks corefonts winetricks mono12 wineticks gdiplus
I had to use the native gdiplus, or I get the problem seen in bug 11033.
http://bugs.winehq.org/show_bug.cgi?id=11287
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ole |-unknown Summary|err:ole:CoInitializeEx |Error when trying to run My |Attempt to change threading |Sirius Studio |model of this apartment from| |apartment threaded to multi-| |threaded |
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-01-20 14:11:05 --- What Wine version? Attach complete terminal output as a file DO NOT paste.
http://bugs.winehq.org/show_bug.cgi?id=11287
--- Comment #2 from Kevin Horton kevin01@kilohotel.com 2008-01-20 15:14:19 --- Created an attachment (id=10383) --> (http://bugs.winehq.org/attachment.cgi?id=10383) Terminal output
http://bugs.winehq.org/show_bug.cgi?id=11287
--- Comment #3 from Lei Zhang thestig@google.com 2008-01-22 16:37:18 --- You're using Wine 0.9.52 right? That's not the same as Wine 0.9.5.
http://bugs.winehq.org/show_bug.cgi?id=11287
Kevin Horton kevin01@kilohotel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kevin01@kilohotel.com Version|0.9.5. |0.9.53.
--- Comment #4 from Kevin Horton kevin01@kilohotel.com 2008-01-22 17:43:31 --- Sorry about the confusion with wine versions in the pull down menu. I was using 0.9.52, but I still get the error with 0.9.53 (or at least a very similar error).
http://bugs.winehq.org/show_bug.cgi?id=11287
Georg Klug Georg.Klug@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Georg.Klug@gmx.net
http://bugs.winehq.org/show_bug.cgi?id=11287
--- Comment #5 from Mikolaj Zalewski mikolaj.zalewski@gmail.com 2008-07-11 06:04:46 --- The requested CLSID is MediaDevMgr Class from mswmdm.dll . We currently don't implement this dll.
http://bugs.winehq.org/show_bug.cgi?id=11287
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|Macintosh |PC
http://bugs.winehq.org/show_bug.cgi?id=11287
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=11287
--- Comment #6 from Austin English austinenglish@gmail.com 2010-11-26 23:23:48 CST --- (In reply to comment #5)
The requested CLSID is MediaDevMgr Class from mswmdm.dll . We currently don't implement this dll.
Still unimplemented.
http://bugs.winehq.org/show_bug.cgi?id=11287
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Mac OS X 10.5 |Mac OS X
http://bugs.winehq.org/show_bug.cgi?id=11287
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://download.sirius.spee | |dera.net/stiletto/SiriusStu | |dioSetup.exe CC| |00cpxxx@gmail.com
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com 2012-03-04 00:16:01 CST --- mono12 is no longer available in winetricks so I used dotnet20 to test. The application started but it's probably missing UI elements so it's unusable.
Is it invalid to use .net to test this (maybe it installs mswmdm.dll)?
http://bugs.winehq.org/show_bug.cgi?id=11287
--- Comment #8 from Austin English austinenglish@gmail.com 2012-03-04 13:20:53 CST --- (In reply to comment #7)
mono12 is no longer available in winetricks so I used dotnet20 to test. The application started but it's probably missing UI elements so it's unusable.
Is it invalid to use .net to test this (maybe it installs mswmdm.dll)?
You could use +loaddll to see if it does (or force it to builtin in winecfg).
http://bugs.winehq.org/show_bug.cgi?id=11287
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Component|-unknown |mscoree Summary|Error when trying to run My |My Sirius Studio 1.6.0 |Sirius Studio |startup fails with Mono Ever Confirmed|0 |1 Severity|enhancement |normal
--- Comment #9 from Anastasius Focht focht@gmx.net 2012-04-11 16:41:24 CDT --- Hello,
--- quote --- Is it invalid to use .net to test this (maybe it installs mswmdm.dll)? --- quote ---
No, the app ships and installs Windows Media Player 10 runtime (wmp10) on it's own which implements Windows Media Device Manager (mswmdm.dll).
Changing fields to reflect this is a Mono problem, not .NET
Comment #5 and #6: This bug is _not_ about missing Windows Media Device Manager (WMDM object and fiends) because the app ships the runtime.
If you want 'purist mode' create separate bugs.
--- snip --- ** (My Sirius Studio.exe:130): WARNING **: Missing method WMPLib.WindowsMediaPlayerClass::.ctor() in assembly C:\Program Files\Sirius\MySiriusStudio\Interop.WMPLib.dll, referenced in assembly C:\Program Files\Sirius\MySiriusStudio\MAL.dll
Unhandled Exception: System.MissingMethodException: Method not found: 'WMPLib.WindowsMediaPlayerClass..ctor'. at MusicAbstractionLayer.MAL.Init (System.String executablePath) [0x00000] in <filename unknown>:0 at Matterhorn.MatterhornForm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) Matterhorn.MatterhornForm:.ctor () at Matterhorn.MatterhornForm.Main () [0x00000] in <filename unknown>:0 (WMPLib._WMPOCXEvents_StringCollectionChangeEventHandler) --- snip ---
Workaround: use .NET Framework -> 'winetricks -q dotnet20'
$ du -sh SiriusStudioSetup.exe 49M SiriusStudioSetup.exe
$ sha1sum SiriusStudioSetup.exe 576600c58caf69b2050b29525afb063bb079b1e2 SiriusStudioSetup.exe
$ wine --version wine-1.5.1-270-g3b2fcdd
Regards
http://bugs.winehq.org/show_bug.cgi?id=11287
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=11287
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #10 from super_man@post.com --- It's still the same
Could not load type 'WMPLib.WindowsMediaPlayerClass'...
wine 1.7.50(git)
https://bugs.winehq.org/show_bug.cgi?id=11287
--- Comment #11 from super_man@post.com --- err:ole:CoGetClassObject class {25baad81-3560-11d3-8471-00c04f79dbc0} not registered err:ole:CoGetClassObject no class object {25baad81-3560-11d3-8471-00c04f79dbc0} could be created for context 0x1
================================================================= Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. =================================================================
wine: Unhandled page fault on read access to 0x00000000 at address 0x1000648b (thread 0028), starting debugger...
wine 1.9.8
https://bugs.winehq.org/show_bug.cgi?id=11287
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #12 from joaopa jeremielapuree@yahoo.fr --- Download is burst but wayback machine remembers it. http://web.archive.org/web/20111108045223/http://download.sirius.speedera.ne...
Bug still occurs with wine-5.0-rc1. Can an administrator put the link at thee URL place.
https://bugs.winehq.org/show_bug.cgi?id=11287
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.sirius.spee |http://web.archive.org/web/ |dera.net/stiletto/SiriusStu |20111108045223/http://downl |dioSetup.exe |oad.sirius.speedera.net/sti | |letto/SiriusStudioSetup.exe CC| |xerox.xerox2000x@gmail.com
--- Comment #13 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to joaopa from comment #12)
Download is burst but wayback machine remembers it. http://web.archive.org/web/20111108045223/http://download.sirius.speedera. net/stiletto/SiriusStudioSetup.exe
Bug still occurs with wine-5.0-rc1. Can an administrator put the link at thee URL place.
Done
https://bugs.winehq.org/show_bug.cgi?id=11287
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82@luukku.com
--- Comment #14 from temp82@luukku.com --- wine: Unhandled page fault on read access to 00000000 at address 0400648B (thread 0114), starting debugger... wine 8.9.
https://bugs.winehq.org/show_bug.cgi?id=11287
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com