https://bugs.winehq.org/show_bug.cgi?id=54253
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #1 from Rémi Bernon rbernon@codeweavers.com --- Each of the installers (as https://bugs.winehq.org/show_bug.cgi?id=54254 and https://bugs.winehq.org/show_bug.cgi?id=54255) check for a specific version of ngen.exe.
I think it is possible to fix both https://bugs.winehq.org/show_bug.cgi?id=54253 and https://bugs.winehq.org/show_bug.cgi?id=54254 by increasing the build number of Wine ngen.exe, but it will still fail https://bugs.winehq.org/show_bug.cgi?id=54255.
It is then possible to fix https://bugs.winehq.org/show_bug.cgi?id=54255 by increasing ngen.exe version number to 4.0.30319, but then it will fail to fix https://bugs.winehq.org/show_bug.cgi?id=54253.
I think a better fix is to use WINEDLLOVERRIDES=ngen.exe=n,b in winetricks while running the installers, so that the version number is taken from the native executable instead of Wine builtin.