https://bugs.winehq.org/show_bug.cgi?id=57241
Bug ID: 57241 Summary: Managed COM components fail to load outside of application directory Product: Wine Version: 9.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: bob@paradoxlost.com Distribution: ---
Managed assemblies are not loaded outside of the "current" directory due to a failure to open the file using the CodeBase path.
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/mscoree/corruntimehos...
Here, the incorrect variable is passed to CreateFileW. It should be filename instead of path.