[Bug 50232] Path of Building: Crashes when loading (Calling ShowWindow(hwnd, SW_HIDE) internally)

WineHQ Bugzilla wine-bugs at winehq.org
Sat Dec 5 20:04:54 CST 2020


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

--- Comment #4 from Zebediah Figura <z.figura12 at gmail.com> ---
Sorry, accidentally hit submit.

The application crashes inside of the window procedure for "SimpleGraphic
Class" while handling WM_ACTIVATEAPP. It's basically expecting none of the
calls in the sys_video_c constructor [1] to trigger WM_ACTIVATEAPP, but Wine
does send WM_ACTIVATEAPP while taking focus from the window. I'll have to check
to see whether that's correct, but I'm not immediately sure why it wouldn't be.

[1]
https://github.com/sthalik/PathOfBuilding-SimpleGraphic/blob/2af2596819e7129295d8bbcc883ff7c329db39b0/engine/system/win/sys_video.cpp

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