https://bugs.winehq.org/show_bug.cgi?id=48239
Bug ID: 48239 Summary: MTGA Launcher fails to download the game (regression) Product: Wine Version: 4.21 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: sashok.olen@gmail.com Distribution: ---
How to reproduce: - create a 32-bit prefix - download winetricks with new powershell verb (https://github.com/Winetricks/winetricks/pull/1440) - install these verbs into the prefix: powershell arial d3dcompiler_47 dotnet472 - set Windows version to 10 - install Magic: The Gathering Arena - Launch MTGALauncher.exe
The launcher will try to download the game but then return "Oops! Something went wrong while updating". Seeing how this wasn't an issue before, I've run a bisect and found that 2c68c530afbe704698f5a38674e7c72806c7c07a (kernel32: Move file time functions to kernelbase.) was the cause of the regression. Reverting that commit against Wine 4.17 fixes the issue. Should note that this doesn't happen with version set to "Windows 7". Let me know if any logs will be needed from me with any specific debug channels.