http://bugs.winehq.org/show_bug.cgi?id=23472
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|PokerStars crashes/UI |PokerStars crashes/UI |remains unresponsive on |remains unresponsive on |startup (dll detach |startup |notifications not sent for | |comctl32 on nested unload | |from shell32) |
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello Nikolay,
thanks, I've seen the patch. The summary was actually not to be interpreted that way - sorry for the bad wording.
I forgot to mention that 'winetricks comctl32' works around here. I gave that hint to some guy in #winehq, allowing him to pursue his online gambling needs until Wine is fixed ;-)
The reason why this works for native comctl32 is the fixed load base address for the dll. At the time when the main gui really initializes and the class window procs are called, comctl32 is already mapped again - at the same address range.
Regards