Trying to run LFSProLauncher.exe

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Lrv_
Newbie
Newbie
Posts: 1
Joined: Wed Feb 12, 2020 2:44 pm

Trying to run LFSProLauncher.exe

Post by Lrv_ »

when I try to run using the wine LFSProLauncher.exe command I get the following error:

Unhandled Exception:
System.PlatformNotSupportedException: Operation is not supported on this platform.
at LFSProLauncher.LFSProLauncher..ctor () [0x00059] in <33b7f94bad34428d85caa05a5daa01b7>: 0
at (wrapper remoting-invoke-with-check) LFSProLauncher.LFSProLauncher..ctor ()
at p.a () [0x0000e] in <33b7f94bad34428d85caa05a5daa01b7>: 0
[ERROR] FATAL UNHANDLED EXCEPTION: System.PlatformNotSupportedException: Operation is not supported on this platform.
at LFSProLauncher.LFSProLauncher..ctor () [0x00059] in <33b7f94bad34428d85caa05a5daa01b7>: 0
at (wrapper remoting-invoke-with-check) LFSProLauncher.LFSProLauncher..ctor ()
at p.a () [0x0000e] in <33b7f94bad34428d85caa05a5daa01b7>: 0
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Trying to run LFSProLauncher.exe

Post by jkfloris »

This looks like a .Net/Mono error. You could try to install .Net with winetricks.
You have to figure out which version you need, but I would start with 4.0

Code: Select all

winetricks -q dotnet40
Locked