Giter Club home page Giter Club logo

mumps's People

Contributors

tlitookilakin avatar

Watchers

 avatar  avatar

mumps's Issues

Weird transpiler error

So I have MUMPS installed for Cape stardew, and upon loading up the game, I got this weird error. I went to the stardew discord channel for modded support and someone told me it was a transpiler error. Here's my log: https://smapi.io/log/eb8a43c37b1043cd955c2a482fa22bdc (sorry it's long, the error should be near the end)

Thank you for putting the time in to work on this mod!

Error

Hi,

Cape Stardew mod would use it.

MUMPS gives the following error:
"[11:03:52 TRACE MUMPs] Accessed mod-provided API (CustomOreNodes.CustomOreNodesAPI) for Custom Ore Nodes.
[11:03:52 TRACE MUMPs] Accessed mod-provided API (CustomResourceClumps.CustomResourceClumpsAPI) for Custom Resource Clumps.
[11:03:52 DEBUG MUMPs] Attempting to patch MinecartPatcher...
[11:03:52 WARN MUMPs] Failed to find patch target. MinecartPatcher not patched.
[11:03:52 ERROR MUMPs] This mod failed in the GameLoop.GameLaunched event. Technical details:
HarmonyLib.HarmonyException: Patching exception in method virtual System.Void StardewValley.Crop::newDay(System.Int32 state, System.Int32 fertilizer, System.Int32 xTile, System.Int32 yTile, StardewValley.GameLocation environment)
---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> InvalidProgramException: The JIT compiler encountered invalid IL code or an internal limitation.
at Interop.Ole32.CoTaskMemFree(IntPtr ptr)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETPlatform.GetMethodHandle(MethodBase method)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetIdentifiable(MethodBase method)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.Pin(MethodBase method)
at MonoMod.RuntimeDetour.DetourHelper.Pin[T](T method)
at HarmonyLib.MethodPatcher.CreateReplacement(Dictionary2& finalInstructions) at HarmonyLib.PatchFunctions.UpdateWrapper(MethodBase original, PatchInfo patchInfo) at HarmonyLib.PatchClassProcessor.ProcessPatchJob(Job job) --- End of inner exception stack trace --- at HarmonyLib.PatchClassProcessor.ReportException(Exception exception, MethodBase original) at HarmonyLib.PatchClassProcessor.Patch() at HarmonyLib.Harmony.<PatchAll>b__10_0(Type type) at HarmonyLib.CollectionExtensions.Do[T](IEnumerable1 sequence, Action1 action) at MUMPs.ModEntry.Init(Object _, GameLaunchedEventArgs ev) in C:\Users\Wren\source\repos\MUMPs\MUMPs\ModEntry.cs:line 58 at StardewModdingAPI.Framework.Events.ManagedEvent1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101"

Full SMAPI LOG
https://smapi.io/log/cbc4c57adf42424b8cd97f8dc6d1aee9?format=RawView

Error on creating game

Hi

Im getting [MUMPs] Failed to retrieve hijacked pytk display device, attempting default
[MUMPs] This mod failed in the GameLoop.SaveLoaded event. Technical details:
NullReferenceException: Object reference not set to an instance of an object.
at MUMPs.Props.LightingLayer.Reload() in C:\Users\Wren\source\repos\MUMPs\MUMPs\Props\LightingLayer.cs:line 41
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101

also you know where this is coming from?

Its on first game start.

using pytk latest. 1.23 (not the lite version)

Also how can I compile a new version? xD

More Giant crops and MUMPS

hi!

whenever i add these 2 together it gives me

[MUMPs] This mod failed in the GameLoop.GameLaunched event. Technical details:
HarmonyLib.HarmonyException: Patching exception in method virtual System.Void StardewValley.Crop::newDay(System.Int32 state, System.Int32 fertilizer, System.Int32 xTile, System.Int32 yTile, StardewValley.GameLocation environment)
---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> InvalidProgramException: The JIT compiler encountered invalid IL code or an internal limitation.
at Interop.Ole32.CoTaskMemFree(IntPtr ptr)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeNETPlatform.GetMethodHandle(MethodBase method)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.GetIdentifiable(MethodBase method)
at MonoMod.RuntimeDetour.Platforms.DetourRuntimeILPlatform.Pin(MethodBase method)
at MonoMod.RuntimeDetour.DetourHelper.Pin[T](T method)
at HarmonyLib.MethodPatcher.CreateReplacement(Dictionary2& finalInstructions) at HarmonyLib.PatchFunctions.UpdateWrapper(MethodBase original, PatchInfo patchInfo) at HarmonyLib.PatchClassProcessor.ProcessPatchJob(Job job) --- End of inner exception stack trace --- at HarmonyLib.PatchClassProcessor.ReportException(Exception exception, MethodBase original) at HarmonyLib.PatchClassProcessor.Patch() at HarmonyLib.Harmony.<PatchAll>b__10_0(Type type) at HarmonyLib.CollectionExtensions.Do[T](IEnumerable1 sequence, Action1 action) at MUMPs.ModEntry.Init(Object _, GameLaunchedEventArgs ev) in C:\Users\Wren\source\repos\MUMPs\MUMPs\ModEntry.cs:line 58 at StardewModdingAPI.Framework.Events.ManagedEvent1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.