my .exe
file is not opening, i did not have execute permission so i changed the permission by chmod +x
. Still i can't open the file with wine and using ./
too, i used sudo
but could not open.
After doing ./ file.exe
i got this error -
Unhandled Exception:
System.InvalidProgramException: Invalid IL code in �.: (): IL_0002: brtrue.s IL_0006
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL code in �.: (): IL_0002: brtrue.s IL_0006
How to solve this error??
file ./file.exe
. In your question you have a space between./
andfile.exe
which may be a typo here, but that won't work. What is the executable? Is it a windows one, or dotnet? – popey Mar 12 '23 at 12:08./file.exe
– Hacek Mar 12 '23 at 12:38