Having an issue launching the game running on Linux Mint 14.
Error is as follows:
System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: /usr/local/lib/libgdiplus.so
at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
On my system, libgdiplus.so is located at /usr/lib/libgdiplus.so
I'm able to launch if I create a symbolic link such as: sudo ln -s /usr/lib/libgdiplus.so /usr/local/lib/libgdiplus.so
Please fix for future users.
Thanks