https://bugs.winehq.org/show_bug.cgi?id=56299
--- Comment #6 from yafoce6821@giratex.com --- Created attachment 76071 --> https://bugs.winehq.org/attachment.cgi?id=76071 fixed_log.txt
It works after patch!
However, after starting up splash screen, during GUI launch it crashes.
I can confirm the imm32 CtfImmIsGuidMapEnable issue is resolved.
However, the program crashes due to other issues (and the wine debugger pops up), unrelated to imm32.dll missing stub issue.
I think I have identified the problem; the program is made to run in both windows and mac and as you can see from the log file, the only dlls that it loads by itself are,
libgcc_s_dw2-1.dll libstdc++-6.dll libwinpthread-1.dll
All of which are Mingw dlls. Can I override the unix variants of the dlls with wine?