https://bugs.winehq.org/show_bug.cgi?id=49740
Bug ID: 49740 Summary: Microsoft Flight Simulator crash after a black screen Product: Wine Version: 5.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: juliocampagnolo@gmail.com Distribution: ---
Created attachment 68039 --> https://bugs.winehq.org/attachment.cgi?id=68039 Steam proton log
Microsoft Flight Simulator 2020 present some problems on launching. Workarounding #49739 by copying netutils.dll and srvcli.dll from Windows 10, the program is able to create a black screen and crashes right after that. Discussing this in a specific proton Github issue ( https://github.com/ValveSoftware/Proton/issues/4134 ) that appear to occur due to missing UWP APIs inplementation: SpeechSynthesizer and Package. According Proton logs:
29536.066:00b4:00b8:fixme:combase:RoGetActivationFactory (L"Windows.ApplicationModel.Package", {4e534bdf-2960-4878-97a4-9624deb72f2d}, 000000000051F9F8): semi-stub 29536.070:00b4:00b8:err:combase:RoGetActivationFactory Failed to find library for L"Windows.ApplicationModel.Package"
and
002c:fixme:combase:RoGetActivationFactory (L"Windows.Media.SpeechSynthesis.SpeechSynthesizer", {7d526ecc-7533-4c3f-85be-888c2baeebdc}, 000000000051D1E0): semi-stub 002c:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Media.SpeechSynthesis.SpeechSynthesizer"
Also, in attachment, there is the full log.