https://bugs.winehq.org/show_bug.cgi?id=40429
Bug ID: 40429 Summary: regression: "mscoree set config path for default app domain" makes .NET app not working Product: Wine Version: 1.9.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: o.dierick@piezo-forte.be Distribution: ---
The launcher for the game APB: Reloaded is a .NET app.
It has many glitches with wine-mono but I used to be able to click "Repair", wait for the game to update itself, and then click on the "Start" button that showed up when the repair was done and start the game.
Since wine 1.9.2, clicking the "Repair" button does nothing, which prevents the "Start" button to show up.
A visible sign of this change is that mousing over the buttons does not make the bitmap of the button show up anymore as it used to.
A regression testing revealed this commit to be the cause of this change :
---bad commit from git bisect--- Commit: 4d44363e604858a93da3dcb41fd91938fdc4c227 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4d44363e604858a93da3dcb41f...
Author: Andrew Eikum <aeikum at codeweavers.com> Date: Tue Jan 12 08:36:07 2016 -0600
mscoree: Set config path for default app domain. --- ---
With this commit reverted, the launcher works as before.