[Bug 31129] New: [Multiplayer Mode]Does not works for Ubisoft's games
http://bugs.winehq.org/show_bug.cgi?id=31129 Bug #: 31129 Summary: [Multiplayer Mode]Does not works for Ubisoft's games Product: Wine Version: 1.5.8 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: berillions(a)gmail.com Classification: Unclassified Created attachment 40861 --> http://bugs.winehq.org/attachment.cgi?id=40861 New UPlay Ubisoft's games Since few days, the Ubisoft Game Launcher had a big update. The game launcher is replace by UPlay, a service like Origin for exemple. (see this screenshot in the attachment.) Since this update, it's impossible to launch the Multiplayer Mode for Assassin's Creed Brotherhood/Revelations (and maybe others games). For these 2 games, the only way to launch the Multiplayer Mode is to pass by the Soloplayer Mode. In fact, when you launch AC Revelation with Uplay, ACRSP.exe (soloplayer mode) start. In the game main menu, if you click in 'Multiplayer', UPlay close ACRSP.exe and start ACRMP.exe (Multiplayer Mode). The problem in Wine is here. Uplay close ACRSP.exe and start ACRMP.exe correctly but I have ACRMP in my process list and the game does not appears. ACRMP is in zombi state in my process list. If i look in my output console, i have these messages : [...] fixme:strmbase:STRMBASE_DllGetClassObject {e30629d2-27e5-11ce-875d-00608cb78066}: class not implemented yet. err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:create_server class {e30629d2-27e5-11ce-875d-00608cb78066} not registered fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {e30629d2-27e5-11ce-875d-00608cb78066} could be created for context 0x17 warning: The VAD has been replaced by a hack pending a complete rewrite fixme:dbghelp:elf_search_auxv can't find symbol in module fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithFullMemory It worked perfectly with the old launcher, it was the same way like explain previously. Thanks for your help. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31129 Berillions <berillions(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |berillions(a)gmail.com, | |madewokherd(a)gmail.com --- Comment #1 from Berillions <berillions(a)gmail.com> 2012-07-04 16:42:52 CDT --- I add Vincent Povirk to the CC list because he resolved the ReadFileEx error with the old Ubi Game Launcher -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31129 Berillions <berillions(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|madewokherd(a)gmail.com |mstefani(a)redhat.com --- Comment #2 from Berillions <berillions(a)gmail.com> 2012-07-06 13:29:20 CDT --- I did a Regression Testing for this bug and i have this result : 692814e1f22eb9f4f4c4ea494ed5fc7013716169 is the first bad commit commit 692814e1f22eb9f4f4c4ea494ed5fc7013716169 Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Mon Jul 2 00:56:13 2012 +0200 quartz: Standardize COM aggregation for FilterGraph. :040000 040000 d13e19c726955eb24f2a573b99b9d25d7bbb5237 64a2ebfa31b4c25fb4ae0dbbd6ae6db6fbb2bd53 M dlls I installed "winetricks quartz" and it's possible to launch correctly the Multiplayer without problems. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31129 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |dank(a)kegel.com Component|-unknown |quartz Regression SHA1| |692814e1f22eb9f4f4c4ea494ed | |5fc7013716169 --- Comment #3 from Dan Kegel <dank(a)kegel.com> 2012-07-06 13:38:37 CDT --- I guess you're saying the new version of the game works with wine-1.5.7 but not wine-1.5.8, unless you do 'winetricks quartz'? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31129 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-07-06 13:40:17 CDT --- Does it work with this patch: http://source.winehq.org/patches/data/87934 If yes, this is a duplicate of bug 31120. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31129 --- Comment #5 from Berillions <berillions(a)gmail.com> 2012-07-06 15:57:50 CDT --- @Dan : Yes, with wine 1.5.7, the multiplayer works out of box. With wine 1.5.8, i must to install quartz with winetricks to resolv this problem @Bruno : I tried your patch and it works with my prefix without "winetricks quartz". Thanks :) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31129 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE --- Comment #6 from Michael Stefaniuc <mstefani(a)redhat.com> 2012-07-06 16:00:04 CDT --- Duplicate of #31120 *** This bug has been marked as a duplicate of bug 31120 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31129 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #7 from Michael Stefaniuc <mstefani(a)redhat.com> 2012-07-17 14:02:56 CDT --- Closing bugs fixed in 1.5.9. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org