https://bugs.winehq.org/show_bug.cgi?id=23899
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #13 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- (In reply to Adam Bolte from comment #12)
Unfortunately the game will not run on modern computers without MESA_EXTENSION_MAX_YEAR=2003 so I had to manually add that into the Exec= line for the shortcut to function. I don't know if maybe Wine wants to maintain a list of compatibility rules for various troublesome applications (similar to Mesa's drirc file)? Otherwise I guess it's always going to be a problem for this shortcut on modern machines.
Hello,
You can achieve that with a wrapper script called 'wine' that you put in the PATH somewhere before the 'real' wine command (don't forget to locate the 'real' wine command in the script to avoid recursion).
IMO, maintaining compatibility fix for specific applications is outside the scope of Wine. An external tool is better suited for that.
Regards.