https://bugs.winehq.org/show_bug.cgi?id=12714 Józef Kucia <joseph.kucia(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia(a)gmail.com --- Comment #45 from Józef Kucia <joseph.kucia(a)gmail.com> --- Created attachment 56816 --> https://bugs.winehq.org/attachment.cgi?id=56816 Hack When the game calls GetFileDialog95A() it seems to expect that a window for file dialog will be created, but because of call to OleInitialize() a window for COM apartment is created before the file dialog window. Delaying OleInitialize() until after the file dialog is created fixes the issue (see the attached hack). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.