Failed mono-sgen64 or mono mono64 Permanently deleted user Created September 17, 2020 20:20 When I try to run builded GUI project I get this error. I reinstalled mono framework from official site but it still doesn't work.
MacOS High Sierra
Hi,
Could you check if you can run your application using terminal?
Also, try running your app using mono32 instead of mono (also in Terminal).
The following issues might be related:
https://github.com/mono/mono/issues/10524
https://github.com/mono/mono/issues/6701
I tried to run mono32 from terminal and also tried to emulate 32-bit environment with mono --arch=32
Nothing happened
Unfortunately, Windows.Forms runs only in 32-bit mode, MacOS didn't support 32-bit Apps since 2018, if I'm not , misstake :(