https://bugs.winehq.org/show_bug.cgi?id=10347
--- Comment #23 from super_man@post.com --- The patch here doesn't seem to help anymore, but I figure out how to prevent the crash.
I just disabled line
/wine/dlls/comctl32/tooltips.c
case TTM_ADDTOOLW: // return TOOLTIPS_AddToolT (infoPtr, (LPTTTOOLINFOW)lParam, uMsg == TTM_ADDTOOLW);
and the application starts. Of course it's not real fix, but it points where the problem is.