[Bug 12714] SimCity 2000: crashes when saving or opening a file.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Jan 11 12:27:26 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=12714

Józef Kucia <joseph.kucia at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joseph.kucia at gmail.com

--- Comment #45 from Józef Kucia <joseph.kucia at 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.


More information about the wine-bugs mailing list