http://bugs.winehq.org/show_bug.cgi?id=13011
Summary: Mail.ru_err_ole32.dll Product: Wine Version: 0.9.61. Platform: All URL: http://exe.agent.mail.ru/magentsetup.exe OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: ole AssignedTo: wine-bugs@winehq.org ReportedBy: mike2006michael@mail.ru CC: mike2006michael@mail.ru
Created an attachment (id=12777) --> (http://bugs.winehq.org/attachment.cgi?id=12777) log - if we use wine with ole32.dll from windows
When I running Mail.ru Agent in versions 4.0 or 5.1 - an error in ole32.dll in all versions of wine
-------------------------------------------------------------------- err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:create_server class {9ba05972-f6a8-11cf-a442-00a0c90a8f39} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {9ba05972-f6a8-11cf-a442-00a0c90a8f39} could be created for context 0x15 err:ole:CoGetClassObject class {d27cdb6e-ae6d-11cf-96b8-444553540000} not registered err:ole:CoGetClassObject no class object {d27cdb6e-ae6d-11cf-96b8-444553540000} could be created for context 0x1 --------------------------------------------------------------------
But in wine-0.9.61 if replaced ole32.dll from Windows - mail.ru agent running but there are errors in richedit
http://bugs.winehq.org/show_bug.cgi?id=13011
--- Comment #1 from Austin English austinenglish@gmail.com 2008-05-06 09:32:51 --- Do those errors actually cause any problems in the program?
http://bugs.winehq.org/show_bug.cgi?id=13011
--- Comment #2 from Michael Povarov mike2006michael@mail.ru 2008-05-06 09:41:33 --- programm crashes if i use wine ole32.dll(buildin)
if I use ole32.dll from windows - other programs such as winamp and others crashes When I chahge skin color programm halts with error in ole32.dll
if I use ole32.dll from windows - mail.ru agent running but there are no rich edits in programm
http://bugs.winehq.org/show_bug.cgi?id=13011
--- Comment #3 from Michael Povarov mike2006michael@mail.ru 2008-05-06 11:57:10 --- Created an attachment (id=12780) --> (http://bugs.winehq.org/attachment.cgi?id=12780) mail.ru agent running but no rich edits
http://bugs.winehq.org/show_bug.cgi?id=13011
--- Comment #4 from Michael Povarov mike2006michael@mail.ru 2008-05-11 00:09:22 --- Created an attachment (id=12908) --> (http://bugs.winehq.org/attachment.cgi?id=12908) Log when launching the program in wine-1.0-rc1
Using wine-1.0-rc1 program crashes This wasn't like in wine-0.9.61.... log in Attachment
http://bugs.winehq.org/show_bug.cgi?id=13011
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-23 17:40:18 --- Could you try on a new ~/.wine (move away your old). Don't set any dlls to native. Just try: wget http://kegel.com/wine/winetricks && sh winetricks
Then install app amd run again, and report back please. thx
http://bugs.winehq.org/show_bug.cgi?id=13011
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-23 17:50:24 --- Forget that last comment. Just tried and didn't help. really need native ole32, to get the thing started.
http://bugs.winehq.org/show_bug.cgi?id=13011
Rob Shearman robertshearman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ole |ole32
http://bugs.winehq.org/show_bug.cgi?id=13011
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #7 from Anastasius Focht focht@gmx.net 2008-07-11 09:36:32 --- Hello,
--- snip trace --- .. 0020:Call ole32.CoInitializeEx(00000000,00000002) ret=00479e43 .. 0020:Ret ole32.CoInitializeEx() retval=00000000 ret=00479e43
.. 0020:Call ole32.OleInitialize(00000000) ret=0049799e 0020:trace:ole:OleInitialize ((nil)) 0020:trace:ole:CoInitializeEx ((nil), 2) 0020:trace:ole:OleInitialize () - Initializing the OLE libraries .. 0020:Ret ole32.OleInitialize() retval=00000001 ret=0049799e .. 0020:Call user32.MessageBoxW(00000000,005f4be8 L"Unable to initialize ole!",01fb5be0 L"Mail.Ru \0410\0433\0435\043d\0442",00010010) ret=004996f7 .. --- snip trace ---
Reduced test case, called from same apartment:
--- snippet --- ok_ole_success( CoInitializeEx( NULL, COINIT_APARTMENTTHREADED), "CoInitializeEx"); ok_ole_success( OleInitialize( NULL), "OleInitialize"); --- snippet ---
Calling OleInitialize() for the first time should yield S_OK - even with apartment already initialized by previous CoInitialize(Ex) calls. Calling OleInitialize() more than once yields S_FALSE for the second and following calls.
Seems the "first time" OleInitialize() is treated differently from "apartment already initialized by CoInitialize()" state.
Regards
http://bugs.winehq.org/show_bug.cgi?id=13011
--- Comment #8 from Austin English austinenglish@gmail.com 2009-01-21 10:56:13 --- Probably still present. I added a testcase based on comment 7, which is still todo_wine.
http://bugs.winehq.org/show_bug.cgi?id=13011
--- Comment #9 from Austin English austinenglish@gmail.com 2009-07-21 12:49:53 --- Still a todo: http://source.winehq.org/git/wine.git/?a=blob;f=dlls/ole32/tests/compobj.c#l...
http://bugs.winehq.org/show_bug.cgi?id=13011
Rob Shearman robertshearman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thesource@mail.ru
--- Comment #10 from Rob Shearman robertshearman@gmail.com 2009-11-16 16:03:45 --- *** Bug 12132 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=13011
Rob Shearman robertshearman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #11 from Rob Shearman robertshearman@gmail.com 2009-11-17 10:28:23 --- Fix committed: http://source.winehq.org/git/wine.git/?a=commit;h=932544d34c24ee3e69dbd9c80a...
http://bugs.winehq.org/show_bug.cgi?id=13011
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2009-12-04 12:15:33 --- Closing bugs fixed in 1.1.34.
http://bugs.winehq.org/show_bug.cgi?id=13011
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other
--- Comment #13 from Austin English austinenglish@gmail.com 2012-02-23 15:25:12 CST --- Removing deprecated 'All' Platform.
http://bugs.winehq.org/show_bug.cgi?id=13011
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Fixed by SHA1| |932544d34c24ee3e69dbd9c80a3 | |43b29ef96ebbe Hardware|Other |x86