https://bugs.winehq.org/show_bug.cgi?id=43494
Bug ID: 43494 Summary: Microsoft Flight Simulator 2000 crashes when losing focus during flight Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: an0n1m0@hotmail.it Distribution: ---
Created attachment 58873 --> https://bugs.winehq.org/attachment.cgi?id=58873 log of the crash using +loaddll,fixme+all,warn+all,err+all
During a flight, on Windows, if the game loses the focus, it is paused automatically (equivalent to pressing P). Under wine, the game crashes. The game behaves normally when a menu is opened (in this case, everything is paused, and the game doesn't crash).
If I select in winecfg "emulate a virtual desktop", the game doesn't crash anymore because of this issue.
I tested this behaviour on ubuntu with both unity and gnome3, under wine 1.6, wine stable (2.0.2) and wine-devel (2.16). The results were all the same.
I attached the result of the following commands:
export WINEDEBUG=+loaddll,fixme+all,warn+all,err+all wine start 'C:\Program Files\Microsoft Games\FS2000\FS2000.EXE' &>log.txt
Then I started a flight and clicked outside of the game window (so that the crash occurs).