https://bugs.winehq.org/show_bug.cgi?id=43731
--- Comment #5 from Zebediah Figura z.figura12@gmail.com --- Thanks. It looks as though the click is going through to the desktop and activating it:
0030:trace:msg:peek_message got type 7 msg 201 (WM_LBUTTONDOWN) hwnd 0x10046 wp 1 lp 0 0038:trace:msg:retrieve_reply hwnd (nil) msg 40 (0040) wp 7d47bd15 lp f7464303 got reply 0 (err=0) 0030:trace:win:WINPOS_WindowFromPoint scope 0x10046 (418,310) returning 0x10046 0030:trace:msg:send_inter_thread_message hwnd 0x40086 msg 80000006 (WM_WINE_SETACTIVEWINDOW) wp 0 lp 0
So it may not be a crash or hang, but rather that the game isn't responding to input since it's no longer in focus.
I'm not really sure what the problem here is, in that case—it could be that this shouldn't be triggering a focus change, but it could also be that the window under the mouse is being mis-detected, or that the resolution change isn't executed correctly.