https://bugs.winehq.org/show_bug.cgi?id=46637
Bug ID: 46637 Summary: CoCreateInstanceEx apartment not initialised Product: Wine Version: 4.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 Assignee: wine-bugs@winehq.org Reporter: lilyrivers48@gmail.com Distribution: ---
When loading Universe at War with GFWL:
0036:err:ole:CoCreateInstanceEx apartment not initialised
https://bugs.winehq.org/show_bug.cgi?id=46637
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Messages in terminal are not necessarily bugs by themselves. Does the application crash or misbehave in a visible way?
https://bugs.winehq.org/show_bug.cgi?id=46637
--- Comment #2 from lilyrivers48@gmail.com --- (In reply to Zebediah Figura from comment #1)
Messages in terminal are not necessarily bugs by themselves. Does the application crash or misbehave in a visible way?
Sorry, it's the same as https://bugs.winehq.org/show_bug.cgi?id=46501 where GFWL fails to initialise but there isn't any other error in the console about cert verification. There have been no changes to winttust in 4.1 though.
https://bugs.winehq.org/show_bug.cgi?id=46637
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ole32 |-unknown
https://bugs.winehq.org/show_bug.cgi?id=46637
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE Summary|CoCreateInstanceEx |Universe at War Earth |apartment not initialised |Assault GFWL (Games For | |Windows Live) fails to | |verify cert file | |('wintrust.CryptCATGetMembe | |rInfo' is a stub) CC| |focht@gmx.net
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
resolving as dupe of bug 46501 as per comment #2
Regards
*** This bug has been marked as a duplicate of bug 46501 ***
https://bugs.winehq.org/show_bug.cgi?id=46637
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- Closing Duplicate.
https://bugs.winehq.org/show_bug.cgi?id=46637
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Universe at War Earth |Microsoft Games for Windows |Assault GFWL (Games For |Live (GFWL) 3.5 fails to |Windows Live) fails to |verify cert file |verify cert file |('wintrust.CryptCATGetMembe |('wintrust.CryptCATGetMembe |rInfo' is a stub)(Universe |rInfo' is a stub) |at War Earth Assault) Component|-unknown |wintrust Keywords| |download URL| |https://web.archive.org/web | |/20120707022155/http://down | |load.gfwl.xboxlive.com/cont | |ent/gfwl-public/redists/pro | |duction/gfwlivesetup.exe
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
I've found a distributed "backup" from the game to check for the GFWL redist version.
$ sha1sum xLiveRedist.msi 0121ab8776fbee62ee2d52254c34b446217680d4 xLiveRedist.msi
$ du -sh xLiveRedist.msi 21M xLiveRedist.msi
Dump of 'xLiveRedist.msi' 'Property' table:
--- snip -- Property Value s72 l0 ... UpgradeCode {24573029-4DC8-4FD9-90C0-86746C1EE98A} ... Manufacturer Microsoft Corporation ProductCode {F2508213-9989-4E85-A078-72BE483917EF} ProductLanguage 1033 ProductName Microsoft Games for Windows - LIVE Redistributable ProductVersion 3.5.88.0 ARPPRODUCTICON GameForWindowsLiveRedist.exe ALLUSERS 1 ... --- snip --
Almost the same version/build is distributed here via web downloader:
https://web.archive.org/web/20120707022155/http://download.gfwl.xboxlive.com...
--- snip --- (15:05:39) Download Status: http://go.microsoft.com/fwlink/?LinkID=201133 (15:05:39) Download Status: C:\users\focht\Local Settings\Temporary Internet Files\Content.IE5\RUQGS69W\gfwlivesetup[0] (15:05:39) Download Status: http://go.microsoft.com/fwlink/?LinkID=201133 (15:05:39) Current version: 3.5.0089.0 (WGX_XLIVE_V3.05_RTM(panblder).110411-1052) (15:05:39) Latest version: 3.5.0089.0 --- snip ---
Payloads traced via WINEDEBUG=+wininet
https://web.archive.org/web/20130725214700/http://download.gfwl.xboxlive.com...
https://web.archive.org/web/20130821102255/http://download.gfwl.xboxlive.com...
$ sha1sum *.msi b5967b1ed926e1c603eb30eab9625259c2120272 gfwlclient.msi fc04d5c4956fbf2136bdd4f2ab154efbf5f6eca9 xliveredist.msi
$ du -sh *.msi 3.3M gfwlclient.msi 21M xliveredist.msi
Regards