https://bugs.winehq.org/show_bug.cgi?id=50232
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- 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
[1] https://github.com/sthalik/PathOfBuilding-SimpleGraphic/blob/2af2596819e7129...