Author Topic: Launch Issue on Linux  (Read 2587 times)

Sivand12

  • Posts: 10
  • Maggot Crusher.
    • View Profile
Launch Issue on Linux
« on: November 18, 2014, 04:04:12 PM »
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