Advertisement
Guest User

Untitled

a guest
Nov 9th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. [SMAPI] Climates of Ferngill [Rebuild] failed on entry and might not work correctly. Technical details:
  2. StardewModdingAPI.Framework.Exceptions.SContentLoadException: Climates of Ferngill [Rebuild] failed loading content asset 'Assets/climatesheet2.png' from ModFolder. ---> Microsoft.Xna.Framework.Content.ContentLoadException: The content file was not found. ---> System.IO.FileNotFoundException: Could not find file "/home/philip/Applications and utilities/Stardew Valley/game/Mods/ClimatesOfFerngill/Assets/climatesheet2.png.xnb".
  3. File name: '/home/philip/Applications and utilities/Stardew Valley/game/Mods/ClimatesOfFerngill/Assets/climatesheet2.png.xnb'
  4. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x40c1b930 + 0x0065b> in <filename unknown>:0
  5. at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) <0x40c1b8d0 + 0x0004b> in <filename unknown>:0
  6. at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  7. at System.IO.File.OpenRead (System.String path) <0x40c1b7c0 + 0x00037> in <filename unknown>:0
  8. at Microsoft.Xna.Framework.Content.ContentManager.OpenStream (System.String assetName) <0x40d087d0 + 0x00073> in <filename unknown>:0
  9. --- End of inner exception stack trace ---
  10. at Microsoft.Xna.Framework.Content.ContentManager.OpenStream (System.String assetName) <0x40d087d0 + 0x000e7> in <filename unknown>:0
  11. at Microsoft.Xna.Framework.Content.ContentManager.ReadAsset[T] (System.String assetName, System.Action`1 recordDisposableObject) <0x40d08330 + 0x001a6> in <filename unknown>:0
  12. at Microsoft.Xna.Framework.Content.ContentManager.Load[T] (System.String assetName) <0x40d08110 + 0x0010b> in <filename unknown>:0
  13. at StardewValley.LocalizedContentManager.Load[T] (System.String assetName) <0x40d07ff0 + 0x000cf> in <filename unknown>:0
  14. at StardewModdingAPI.Framework.SContentManager.<>n__2[T] (System.String assetName) <0x40d07fa0 + 0x0002f> in <filename unknown>:0
  15. at StardewModdingAPI.Framework.SContentManager+<>c__DisplayClass40_0`1[T].<LoadImpl>b__1 () <0x40d059f0 + 0x00187> in <filename unknown>:0
  16. at StardewModdingAPI.Framework.Utilities.ContextHash`1[T].Track[TResult] (StardewModdingAPI.Framework.Utilities.T key, System.Func`1 action) <0x40d05410 + 0x0003e> in <filename unknown>:0
  17. at StardewModdingAPI.Framework.SContentManager+<>c__DisplayClass40_0`1[T].<LoadImpl>b__0 () <0x40d04d80 + 0x002b3> in <filename unknown>:0
  18. at StardewModdingAPI.Framework.SContentManager.WithWriteLock[T] (System.Func`1 action) <0x40d03f00 + 0x00036> in <filename unknown>:0
  19. at StardewModdingAPI.Framework.SContentManager.LoadImpl[T] (System.String assetName, Microsoft.Xna.Framework.Content.ContentManager instance) <0x40d03d00 + 0x00167> in <filename unknown>:0
  20. at StardewModdingAPI.Framework.SContentManager.LoadFor[T] (System.String assetName, Microsoft.Xna.Framework.Content.ContentManager instance) <0x40d02960 + 0x001f3> in <filename unknown>:0
  21. at StardewModdingAPI.Framework.SContentManager.Load[T] (System.String assetName) <0x40efa8e0 + 0x00033> in <filename unknown>:0
  22. at StardewModdingAPI.Framework.ModHelpers.ContentHelper.Load[T] (System.String key, ContentSource source) <0x40ef97e0 + 0x005e4> in <filename unknown>:0
  23. --- End of inner exception stack trace ---
  24. at StardewModdingAPI.Framework.ModHelpers.ContentHelper.Load[T] (System.String key, ContentSource source) <0x40ef97e0 + 0x008a7> in <filename unknown>:0
  25. at ClimatesOfFerngillRebuild.Sprites+Icons..ctor (IContentHelper helper) <0x40ef9730 + 0x00045> in <filename unknown>:0
  26. at ClimatesOfFerngillRebuild.ClimatesOfFerngill.Entry (IModHelper helper) <0x40ef6b50 + 0x0029f> in <filename unknown>:0
  27. at StardewModdingAPI.Program.LoadMods (StardewModdingAPI.Framework.IModMetadata[] mods, StardewModdingAPI.Framework.Serialisation.JsonHelper jsonHelper, StardewModdingAPI.Framework.SContentManager contentManager) <0x40e3d830 + 0x02792> in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement