Invalid IL Code error

Questions about Wine on Linux
Locked
jonneymendoza
Newbie
Newbie
Posts: 1
Joined: Sun Jun 28, 2020 5:55 am

Invalid IL Code error

Post by jonneymendoza »

Hi all.

i have installed wine via Lutris and i am trying to run a Settings.Exe file related to a Steam game by launchin it via the terminal:

Code: Select all

wine Settings.Exe
I get this error however:

Code: Select all

field __ImageBase in <Module> should have RVA data, but hasn't
field __ImageBase in <Module> should have RVA data, but hasn't

Unhandled Exception:
System.InvalidProgramException: Invalid IL code in <Module>:main.spec.winEnvCheck (): IL_01d2: calli     0x11000001


  at Bind.Wrapper.Init () [0x00000] in <c31b4aed5e364f16b6efbcc19cc5cf90>:0 
  at Settings.SettingsForm..ctor () [0x0027d] in <aec5e944fe644519b83fa35e92b322f1>:0 
  at (wrapper remoting-invoke-with-check) Settings.SettingsForm..ctor()
  at Settings.Program.Main () [0x00020] in <aec5e944fe644519b83fa35e92b322f1>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in <Module>:main.spec.winEnvCheck (): IL_01d2: calli     0x11000001


  at Bind.Wrapper.Init () [0x00000] in <c31b4aed5e364f16b6efbcc19cc5cf90>:0 
  at Settings.SettingsForm..ctor () [0x0027d] in <aec5e944fe644519b83fa35e92b322f1>:0 
  at (wrapper remoting-invoke-with-check) Settings.SettingsForm..ctor()
  at Settings.Program.Main () [0x00020] in <aec5e944fe644519b83fa35e92b322f1>:0 
I am using POP_OS! 20.4 by the way
Locked