DominicKarma / Luminance

A general-purpose library for Terraria mods.
MIT License
11 stars 5 forks source link

Issue with most recent version and fargo's mods #53

Closed ScruffyKitty closed 4 months ago

ScruffyKitty commented 4 months ago

[12:57:53.699] [.NET TP Worker/WARN] [tML]: Luminance spent 41ms blocking on asset loading. Avoid using AssetRequestMode.ImmediateLoad during mod loading where possible [12:57:53.699] [.NET TP Worker/INFO] [tML]: Disabling Mod: Luminance [12:57:53.700] [.NET TP Worker/INFO] [tML]: Disabling Mod: FargowiltasCrossmod [12:57:53.701] [.NET TP Worker/INFO] [tML]: Disabling Mod: FargowiltasSouls [12:57:53.702] [.NET TP Worker/INFO] [tML]: Disabling Mod: FargowiltasMusic [12:57:53.703] [.NET TP Worker/ERROR] [tML]: An error occurred while loading Luminance v1.0.5 It has been detected that this mod was built for tModLoader v2024.3.3.4 However, you are using tModLoader v2024.5.3.3 The mod(s) and any dependencies have been automatically disabled. System.ArgumentNullException: Value cannot be null. (Parameter 'source') at MonoMod.Utils.Helpers.ThrowArgumentNull(String argName) at MonoMod.RuntimeDetour.Hook..ctor(MethodBase source, MethodInfo target, Object targetObject, IDetourFactory factory, DetourConfig config, Boolean applyByDefault) at MonoMod.RuntimeDetour.Hook..ctor(MethodBase source, Delegate target) at Luminance.Core.Hooking.HookHelper.ModifyMethodWithDetour(MethodBase methodToModify, Delegate detourMethod) in Luminance\Core\Hooking\HookHelper.cs:line 50 at FargowiltasCrossmod.Core.Calamity.Systems.CalDLCDetours.Luminance.Core.Hooking.ICustomDetourProvider.ModifyMethods() in FargowiltasCrossmod\Core\Calamity\Systems\CalDLCDetours.cs:line 83 at Luminance.Core.Hooking.HookHelper.LoadHookInterfaces(Mod mod) in Luminance\Core\Hooking\HookHelper.cs:line 40 at Luminance.Luminance.PostSetupContent() in Luminance.cs:line 31 at Terraria.ModLoader.ModContent.<>c.b__44_2(Mod mod) in tModLoader\Terraria\ModLoader\ModContent.cs:line 333 at Terraria.ModLoader.ModContent.LoadModContent(CancellationToken token, Action`1 loadAction) in tModLoader\Terraria\ModLoader\ModContent.cs:line 408 at Terraria.ModLoader.ModContent.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModContent.cs:line 332 at Terraria.ModLoader.ModLoader.Load(CancellationToken token) in tModLoader\Terraria\ModLoader\ModLoader.cs:line 132