On Tue Jan 28 19:33:35 2025 +0000, Alexandre Julliard wrote:
I'm not sure I understand what winetricks is doing here with builtin manifests, but in any case the filtering was added for a reason. The algorithm may need to be made smarter, but simply removing it is going to reintroduce the problem that this was addressing.
It's not about builtin manifests. It's about mfc90.dll. 'winetricks -q vcrun2008' installs mfc90.dll version 9.0.30729.6161, and the application ships with 9.0.30729.1. In both cases manifest file names end with deadbeef.manifest, and being removed code treats these manifests as builtin, which is wrong.