Mono Bug : Magic number is wrong: 542

后端 未结 2 2019
有刺的猬
有刺的猬 2021-02-18 17:55

I am trying to compile a C# Hello World application in Rider on Linux. When I try to run the app, I am promted the following exception:

Unhandled Exception:
Syst         


        
2条回答
  •  感情败类
    2021-02-18 18:35

    Did you not follow the instructions on that page? You need to set your TERM environmental variable to xterm as a fix:

    export TERM=xterm
    

    Then verify it is changed with:

    echo $TERM
    

提交回复
热议问题