https://bugs.winehq.org/show_bug.cgi?id=48337
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- I'm not sure what the most sensible way to have such a feature interact with builtin/native load order is, but note that if you want to avoid using the GUI, you can also override DLLs from the command line, using something like the following (borrowed from winetricks):
cat > override-dll.reg <<_EOF_ REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\DllOverrides] "*msvcr120"="native" _EOF_ wine regedit override-dll.reg ; wine64 regedit override-dll.reg rm override-dll.reg