http://bugs.winehq.org/show_bug.cgi?id=58513
--- Comment #14 from xeroxslayer@proton.me --- (In reply to Dmitry Timoshkov from comment #13)
Sorry for the duplicate comments, bugzilla seems to behave a little bit flaky.
No problem, I accidentally attached the logs twice, lol. You (or the admin) can safely remove one, they're the same file.
Just to confirm once more, 10.12 doesn't work. On the other hand, running winecfg with `WINEDEBUG=+heap` at least showed a window in 10.9, now it doesn't even do that. What I can tell is that it does a lot of work in the background, the CPU is doing something, but eventually, it also exits. On the other hand, running Winamp with `WINEDEBUG=+heap` works just fine, loads and plays music (haven't tried other functionality). I also tried this old app written in Delphi, DoubleKiller (dated 2005 or 2006 I think), that also works fine with `WINEDEBUG=+heap`, the window shows up, buttons work, that seems to work fine as well. I tried running an older version of PassMark's KeyboardTest (dated 2003), written in MSVC++, classic Windows theme shows up, buttons work, doesn't seem to be any problems.
So, basically, the bug is still there, but you just bypass it with `WINEDEBUG=+heap`... except for winecfg, that at least showed some window in 10.9, in 10.12 it just quietly exits after a while. Whatever got merged in 10.12, didn't fix the problem.
Regarding commit 745a11a231816a7d82490156c72a18c39216a14c, I basically build with whatever is committed up until commit 745a11a231816a7d82490156c72a18c39216a14c, without that commit, correct? I presume GitLab makes a zip archive of the source after every commit? If so, where do I find this archive?
Sorry for the (probably) stupid questions, I'm more used to working with GitHub, lol.