FenixSim A320 desktop app doesn't launch

Questions about Wine on Linux
Locked
KnedlikMCPE
Newbie
Newbie
Posts: 1
Joined: Sat Jul 30, 2022 8:51 am

FenixSim A320 desktop app doesn't launch

Post by KnedlikMCPE »

Hello dear people of WineHQ!

Today I managed to successfully set up Microsoft Flight Simulator on my Linux installation, and want to install the FenixSim A320 addon. However, it requires a desktop application for auth and accurate simulation.
When I try to run the app, I get this error:

Code: Select all

0024:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"Fenix.exe" cannot be loaded
0024:err:module:loader_init Importing dlls for L"C:\\Program Files\\FenixSim A320\\Fenix.exe" failed, status c0000135
or, when I install wine-mono through winetricks:

Code: Select all

Failed to run module constructor due to (null) assembly:C:\windows\mono\mono-2.0\lib\mono\4.5\mscorlib.dll type:TypeInitializationException member:(null)
Any idea how I could troubleshoot? Considering I really like the plane, I'd like to be able to fly it...
Thanks,
Knedlik
smyalygames
Newbie
Newbie
Posts: 1
Joined: Sun Jul 07, 2024 4:51 pm

Re: FenixSim A320 desktop app doesn't launch

Post by smyalygames »

Hi, I was wondering if you have managed to figure this out. I have previously tried installing the dotnet packages, but it seemed to get me one step closer, but it still doesn't resolve the problem.

The errors I got from using dotnet was:

Code: Select all

info:  Game: Fenix.exe
info:  DXVK: v2.3
info:  Vulkan: Found vkGetInstanceProcAddr in winevulkan.dll @ 0x6ffffc473f90
info:  Built-in extension providers:
info:    Win32 WSI
info:    OpenVR
info:    OpenXR
info:  OpenVR: could not open registry key, status 2
info:  OpenVR: Failed to locate module
info:  Enabled instance extensions:
info:    VK_EXT_surface_maintenance1
info:    VK_KHR_get_surface_capabilities2
info:    VK_KHR_surface
info:    VK_KHR_win32_surface
02bc:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
02bc:fixme:advapi:ReportEventW (00000000CAFE4242,0x0001,0x0000,0x00000401,0000000000000000,0x0001,0x00000000,0000751FBE23DF60,0000000000000000): stub
02bc:err:eventlog:ReportEventW L"Application: Fenix.exe\n"
02bc:err:eventlog:ReportEventW L"Framework Version: v4.0.30319\n"
02bc:err:eventlog:ReportEventW L"Description: The application requested process termination through System.Environment.FailFast(string message).\n"
02bc:err:eventlog:ReportEventW L"Message: 1\n"
02bc:err:eventlog:ReportEventW L"Stack:\n"
02bc:err:eventlog:ReportEventW L"   at System.Environment.FailFast(System.String)\n"
02bc:err:eventlog:ReportEventW L"   at System.Threading.Tasks.Task.Execute()\n"
02bc:err:eventlog:ReportEventW L"   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)\n"
02bc:err:eventlog:ReportEventW L"   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)\n"
02bc:err:eventlog:ReportEventW L"   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef)\n"
02bc:err:eventlog:ReportEventW L"   at System.Threading.Tasks.Task.ExecuteEntry(Boolean)\n"
02bc:err:eventlog:ReportEventW L"   at System.Threading.ThreadPoolWorkQueue.Dispatch()\n"
02bc:fixme:advapi:DeregisterEventSource (00000000CAFE4242) stub
02bc:fixme:seh:RaiseFailFastException (0000751FBE23EB70, 0000751FBE23EC10, 0) stub
I have also tried to contact the developers, but they don't seem to want to help me at all, not even give me a hint as to why there is a FastFail being run with the output "Message: 1". My only assumption is that it's DRM that is causing this...
StylishKitsune
Newbie
Newbie
Posts: 1
Joined: Thu Jul 11, 2024 5:20 am

Re: FenixSim A320 desktop app doesn't launch

Post by StylishKitsune »

To add to this, here's a more complete log file with file paths.

Oddly enough the livery manager has no issues.
Attachments
log.zip
(153.62 KiB) Downloaded 125 times
Locked