OpenRA/d2

Do not use System.Drawing

Closed this issue · 0 comments

using System.Drawing;

Upstream removed System.Drawing usage because that lead to a lot of dependencies required to be integrated into the AppImage and the crash is caused by this. You need to follow suit, OpenRA/OpenRA#15973 gives you the examples to look at.

Originally posted by @GraionDilach in #140 (comment)