https://bugs.winehq.org/show_bug.cgi?id=12714
Józef Kucia joseph.kucia@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |joseph.kucia@gmail.com
--- Comment #45 from Józef Kucia joseph.kucia@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).