[Bug 47033] New: Magic the Gather Arena installer does not work with wine >= 4.3
https://bugs.winehq.org/show_bug.cgi?id=47033 Bug ID: 47033 Summary: Magic the Gather Arena installer does not work with wine >= 4.3 Product: Wine Version: 4.6 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: a.zuber(a)gmx.ch Distribution: --- Created attachment 64202 --> https://bugs.winehq.org/attachment.cgi?id=64202 console output from wine 4.6 when it gets stuck The installer for Magic the Gathering Arena hangs with newer wine versions >= 4.3. Workaround: With version 4.2 or lower it is still possible to install the game -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 --- Comment #1 from Andreas Zuber <a.zuber(a)gmx.ch> --- Created attachment 64203 --> https://bugs.winehq.org/attachment.cgi?id=64203 console output from wine 4.1 when the installation works It seems to crash at the end, but the game gets completely installed. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 Józef Kucia <joseph.kucia(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Keywords| |regression --- Comment #2 from Józef Kucia <joseph.kucia(a)gmail.com> --- Please run a regression test, if possible: https://wiki.winehq.org/Regression_Testing -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 --- Comment #3 from Andreas Zuber <a.zuber(a)gmx.ch> --- Created attachment 64204 --> https://bugs.winehq.org/attachment.cgi?id=64204 git bisect results git bisect results identified e4ca5dbec056c977bffce31bd7901aaec884f199 as the first bad commit. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 --- Comment #4 from Andreas Zuber <a.zuber(a)gmx.ch> --- Also would like to add that with current git master or 4.6 the behavior is different than with 4.3. With 4.3 the installer simply doesn't install anything while on 4.6 or master the installer hangs forever. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 Andreas Zuber <a.zuber(a)gmx.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |huw(a)codeweavers.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 Andreas Zuber <a.zuber(a)gmx.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |e4ca5dbec056c977bffce31bd79 | |01aaec884f199 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x(a)gmail.com --- Comment #5 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Hi, could you also add exact downloadlink and sha1sum; I downloaded from *** and the installer seems to have installed just fine, but i used Staging-4.6, not vanilla wine ***: https://mtgarena.downloads.wizards.com/Live/Windows32/MTGAInstaller.exe -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://mtgarena.downloads. | |wizards.com/Live/Windows32/ | |MTGAInstaller.exe --- Comment #6 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- I just tried vanilla wine-4.6 and i get the same behaviour i guess. It`s not like a hang that app gets unresponsive i think, but looks like maybe gets stuck in loop. sha1sum /media/louis/aqqa/MTGAInstaller.exe 91c96d6c3ad82d9114b4178b9c61c1244dcb13b8 /media/louis/aqqa/MTGAInstaller.exe -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 --- Comment #7 from Andreas Zuber <a.zuber(a)gmx.ch> --- I used the same installer. Interesting that it works with wine-staging. I wonder if there is a similar process to bisect what patch is fixing it. I checked with older versions of wine-staging and if I remember correctly they had the same problem as wine 4.3, but did not check with the most recent one. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12(a)gmail.com --- Comment #8 from Zebediah Figura <z.figura12(a)gmail.com> --- (In reply to Andreas Zuber from comment #7)
I used the same installer. Interesting that it works with wine-staging. I wonder if there is a similar process to bisect what patch is fixing it.
I checked with older versions of wine-staging and if I remember correctly they had the same problem as wine 4.3, but did not check with the most recent one.
Yeah, you can essentially bisect between upstream Wine and Staging by applying all Staging patches as commits ("./patches/patchinstall.sh --backend=git-am --force-autoconf") and then reverse bisecting that tree. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 --- Comment #9 from Andreas Zuber <a.zuber(a)gmx.ch> --- The wine-staging patch that fixes this is wintrust-WinVerifyTrust : https://github.com/wine-staging/wine-staging/blob/master/patches/wintrust-Wi... I just applied this one patch on top of 4.6 and the installer works again. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 --- Comment #10 from Mathew Hodson <mathew.hodson(a)gmail.com> --- It looks like the original bug in 4.3 has since been fixed, and now the installer is hitting bug 47034 which was introduced 4.6. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 --- Comment #11 from Mathew Hodson <mathew.hodson(a)gmail.com> --- The original issue from 4.3 was probably bug 46833, and was fixed there with 4.5. I think we can dupe this to that bug. Then use bug 47034 to track the new issue and mention that that this installer and maybe others are affected as well there. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 Andreas Zuber <a.zuber(a)gmx.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #12 from Andreas Zuber <a.zuber(a)gmx.ch> --- As recommended I resolve this as a duplicate and track the remaining issue in bug 47034 *** This bug has been marked as a duplicate of bug 46833 *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=47033 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Closing Duplicate. -- 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