Hi, I am trying to execute my C# program on Lubuntu 22.04 and 24.04 using mono.
I was able to run my C# program on AMD64 Lubuntu 22.04 and 24.04.
However, when I tried to run it on ARM64v8a, aarch64, it didn’t work properly with this error message;
$ mono MyProgram.exe
And then I got this;
Unhandled Exception:
System.ArgumentException: A null reference or invalid value was found (gdi+ status: invalidparameter)
Weird thing is, when I tried to run my c# program using mono on GNOME Ubuntu 22.04 or 24.04, which are desktop version, on my ARM64 device, it works properly in both OS.
What’s the problem?
Can you help me?