Hey, I'm having trouble getting SWAT4 Elite Force to run. It bounced between two issues for me. Right after installation the problem is about:
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies
I searched for the problem and found out that this is probably related to a missing dotnet library, but when I try to install dotnet, it also fails, but with a different problem:
00e0:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"LaunchSEF.exe" cannot be loaded
00e0:err:module:fixup_imports_ilonly mscoree.dll not found, IL-only binary L"LaunchSEF.exe" cannot be loaded
The thing is: even if I try to install dotnet48 via winetricks, it still downloads dotnet40. Even if I try to set the wine environment to win11.
Describe the bug there was an application that requires dotnet48 to run im installed dotnet48 from bottles dependencies menu. Installation was succeded, but when i try to start application i get th...