Advertisement
Guest User

Untitled

a guest
May 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.62 KB | None | 0 0
  1. [17:01:30 INFO  Seasonal Immersion] Loading Seasonal Immersion ContentPack...
  2. [17:01:30 INFO  Seasonal Immersion] Using the `Seasonal Buildings` content pack, version 1.0.0 by eLe
  3. [17:01:30 WARN  Seasonal Immersion] Skipping texture due to a unknown error: spring/Barn.png
  4. System.InvalidOperationException: This image format is not supported ---> System.TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception. ---> System.DllNotFoundException: libgdiplus.dylib
  5.   at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  6.   at System.Drawing.GDIPlus..cctor () <0x16bee5040 + 0x001d9> in <filename unknown>:0
  7.   --- End of inner exception stack trace ---
  8.   at System.Drawing.Image.InitFromStream (System.IO.Stream stream) <0x16bee4bb0 + 0x00139> in <filename unknown>:0
  9.   at System.Drawing.Image.LoadFromStream (System.IO.Stream stream, Boolean keepAlive) <0x16bee4a20 + 0x00030> in <filename unknown>:0
  10.   at System.Drawing.Image.FromStream (System.IO.Stream stream) <0x16bee49f0 + 0x00016> in <filename unknown>:0
  11.   at Microsoft.Xna.Framework.Graphics.Texture2D.PlatformFromStream (Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, System.IO.Stream stream) <0x16bee4450 + 0x00040> in <filename unknown>:0
  12.   at Microsoft.Xna.Framework.Graphics.Texture2D.FromStream (Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, System.IO.Stream stream) <0x16bee4380 + 0x0002c> in <filename unknown>:0
  13.   --- End of inner exception stack trace ---
  14.   at Microsoft.Xna.Framework.Graphics.Texture2D.FromStream (Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, System.IO.Stream stream) <0x16bee4380 + 0x000b1> in <filename unknown>:0
  15.   at Entoarox.SeasonalImmersion.SeasonalImmersion.GetTexture (System.String file) <0x16bee4220 + 0x0007c> in <filename unknown>:0
  16. [17:01:30 WARN  Seasonal Immersion] Skipping texture due to a unknown error: summer/Barn.png
  17. System.InvalidOperationException: This image format is not supported ---> System.TypeInitializationException: The type initializer for 'System.Drawing.GDIPlus' threw an exception. ---> System.DllNotFoundException: libgdiplus.dylib
  18.   at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  19.   at System.Drawing.GDIPlus..cctor () <0x16bee5040 + 0x001d9> in <filename unknown>:0
  20.   --- End of inner exception stack trace ---
  21.   at System.Drawing.Image.InitFromStream (System.IO.Stream stream) <0x16bee4bb0 + 0x00139> in <filename unknown>:0
  22.   at System.Drawing.Image.LoadFromStream (System.IO.Stream stream, Boolean keepAlive) <0x16bee4a20 + 0x00030> in <filename unknown>:0
  23.   at System.Drawing.Image.FromStream (System.IO.Stream stream) <0x16bee49f0 + 0x00016> in <filename unknown>:0
  24.   at Microsoft.Xna.Framework.Graphics.Texture2D.PlatformFromStream (Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, System.IO.Stream stream) <0x16bee4450 + 0x00040> in <filename unknown>:0
  25.   at Microsoft.Xna.Framework.Graphics.Texture2D.FromStream (Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, System.IO.Stream stream) <0x16bee4380 + 0x0002c> in <filename unknown>:0
  26.   --- End of inner exception stack trace ---
  27.   at Microsoft.Xna.Framework.Graphics.Texture2D.FromStream (Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, System.IO.Stream stream) <0x16bee4380 + 0x000b1> in <filename unknown>:0
  28.   at Entoarox.SeasonalImmersion.SeasonalImmersion.GetTexture (System.String file) <0x16bee4220 + 0x0007c> in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement