ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
168 stars 79 forks source link

GUI doesn't work in vanilla VirtualBox + Ubuntu 20.04 #658

Open UnknownShadow200 opened 2 years ago

UnknownShadow200 commented 2 years ago

image See mono issue #13049 (System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter])

Some useful details https://sourceforge.net/p/keepass/discussion/329221/thread/4ab5e244/#ef39 https://stackoverflow.com/questions/28674759/running-simple-winforms-application-on-mono-for-arm

Basically problem is XQueryBestCursor returns 0/0 under some circumstances which breaks cursor initialisation code. Not an easy issue to workaround