http://bugs.winehq.org/show_bug.cgi?id=7641
------- Additional Comments From rmay@ou.edu 2007-06-03 15:29 ------- Trace for Weatherscope 1.4.1 shows:
trace:commctrl:DllMain 0x7ece0000,8,(nil) trace:commctrl:DllMain 0x7ece0000,1,0x1 trace:commctrl:DllMain Subclassing atom added: 0xc012 trace:commctrl:InitCommonControlsEx (0x0000032f)
For Weatherscope 1.5b:
trace:commctrl:DllMain 0x7ece0000,8,(nil) trace:commctrl:DllMain 0x7ece0000,1,0x1 trace:commctrl:DllMain Subclassing atom added: 0xc012
So it looks like there is a lack of an InitCommonControls in the new (and crashing) version. Can anyone help me with a conformance test and/or patch to make wine do the right thing? I would try, but I'm definitely no win32 API expert.