Is there a terminal command that can be used in a Bash script that will reset the loading of all DLLs to "builtin, then native" and vice-versa? I've looked at WINEDLLOVERRIDES but the instructions for it do not explain whether wildcards or some "all" like command can be used.
Did you do anything special that sets your DLLs to native and then builtin, and do you want to revert these? Because if not, you don't have to set up a thing - builtin,native is already the default. Anyway, winetricks can do this: Code: alldlls=builtin Force use of builtin dlls (even if loaded with absolute path) (except for msvcp80 and d3dx9_*) alldlls=default Remove all DLL overrides