http://bugs.winehq.org/show_bug.cgi?id=59860 --- Comment #13 from Zeb Figura <z.figura12@gmail.com> --- (In reply to Rafał Mużyło from comment #11)
(In reply to Zeb Figura from comment #10)
It's neither; we should ideally be able to tweak override heuristics to make this work out of the box.
You pretty much can't come up with anything smarter than 'accept libs in the working directory as prioritized'. And even that needs to have carveouts for the libs that wine needs to be builtin (except for the cases where those very libs were the ones that the mod author used as the injection vector)...
That's not a very good heuristic; native libraries aren't always in the working directory, and sometimes libraries in the working directory are Microsoft libraries that can't work under Wine. The actual heuristic we use is checking the vendor name for "Microsoft", which works pretty well. (In reply to Alexandre Julliard from comment #12)
(In reply to Zeb Figura from comment #10)
It's neither; we should ideally be able to tweak override heuristics to make this work out of the box.
The heuristics should work already:
0024:trace:module:version_heuristics got n,b vendor L"ThirteenAG" for L"\\??\\Z:\\home\\julliard\\wine\\wine\\version.dll"
Hrm that's odd, I wonder why it wasn't working for the original reporter then. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.