https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #15 from Anastasius Focht focht@gmx.net --- Hello again,
to clarify at least - even counting in the possibility that you somehow still used Wine-staging for running the installer ...
The 'comctl32' runtime crash during compilation action is gone when you run the app with Wine-Staging (formerly 'compholio')?
In that case it would be useful to know which patchset fixed it. Unfortunately I don't have that much time to do that, also it's not very challenging :)
The basic idea is that you apply staging-provided patchsets on top of the Wine source tree (source tarball or better GIT), one-by-one (first named pipe stuff, next user32/comctl32 related patches), rebuild, run/verify.
There is a 'patches/patchinstall.sh' script which enables you to do that (default action would be '--all' which is not helpful in this case).
Regards