Advertisement
Guest User

Untitled

a guest
Jun 6th, 2020
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [Farm Expansion] Mod crashed on entry and might not work correctly. Technical details:
  2. System.TypeInitializationException: The type initializer for 'FarmExpansion.Framework.FEFramework' threw an exception. ---> System.TypeLoadException: Could not load type StardewValley.Network.NetBuildingRef, Stardew Valley, Version=1.3.7278.214, Culture=neutral, PublicKeyToken=null while decoding custom attribute
  3. at (wrapper managed-to-native) System.MonoCustomAttrs:GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool)
  4. at System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType, Boolean inheritedOnly) <0x10c55cdf0 + 0x00071> in <filename unknown>:0
  5. at System.MonoCustomAttrs.GetCustomAttributes (ICustomAttributeProvider obj, System.Type attributeType, Boolean inherit) <0x10c55c000 + 0x000bc> in <filename unknown>:0
  6. at System.RuntimeType.GetCustomAttributes (Boolean inherit) <0x10c577e50 + 0x0002f> in <filename unknown>:0
  7. at Harmony.HarmonyMethodExtensions.GetHarmonyMethods (System.Type type) <0x170882e00 + 0x0001d> in <filename unknown>:0
  8. at Harmony.HarmonyInstance.<PatchAll>b__9_0 (System.Type type) <0x170882cd0 + 0x00026> in <filename unknown>:0
  9. at Harmony.CollectionExtensions.Do[T] (IEnumerable`1 sequence, System.Action`1 action) <0x1163cd7c0 + 0x00088> in <filename unknown>:0
  10. at Harmony.HarmonyInstance.PatchAll (System.Reflection.Assembly assembly) <0x170882bb0 + 0x000d4> in <filename unknown>:0
  11. at FarmExpansion.Framework.FEFramework..cctor () <0x1708a3f80 + 0x00045> in <filename unknown>:0
  12. --- End of inner exception stack trace ---
  13. at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_generic_class_init (intptr)
  14. at FarmExpansion.ModEntry.Entry (IModHelper helper) <0x1708a3860 + 0x0004f> in <filename unknown>:0
  15. at StardewModdingAPI.Framework.SCore.LoadMods (StardewModdingAPI.Framework.IModMetadata[] mods, StardewModdingAPI.Toolkit.Serialization.JsonHelper jsonHelper, StardewModdingAPI.Framework.ContentCoordinator contentCore, StardewModdingAPI.Toolkit.Framework.ModData.ModDatabase modDatabase) <0x15807b000 + 0x019e3> in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement