https://bugs.winehq.org/show_bug.cgi?id=56227
--- Comment #7 from Charles charles2000wang@gmail.com --- New finding. If I patch the game's exe using minject.exe which forces mimalloc-redirect.dll to be loaded first it allows other versions of wine to work. Based on info I got from mimalloc's Github: https://github.com/microsoft/mimalloc/issues/542
I don't know if wine can adjust the loading order for a specific DLL to be loaded first. Checking the user's guide I see WINEDLLOVERRIDES but it doesn't seem to change what DLL loads first.