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

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 30 01:37:56 CDT 2016


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

--- Comment #40 from jasonoverland at gmail.com ---
Crash still occurs on latest git build.  I really Don't Know What I'm Doing but
I poked around a bit and found that GetOpenFileNameA is called with the
following flags set:
OFN_EXPLORER
OFN_FILEMUSTEXIST
OFN_PATHMUSTEXIST
OFN_ENABLEHOOK
OFN_HIDEREADONLY

Disabling hooks (i.e. redefining IsHooked to false) causes the crash to go away
and the dialog to successfully open.

-- 
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