Vanilla-Expanded / VanillaExpandedFramework

Vanilla Expanded Framework for RimWorld
Other
66 stars 34 forks source link

Error on startup: could not find something from Dual Wirld #95

Open Vectorial1024 opened 3 months ago

Vectorial1024 commented 3 months ago

Some others probably wrongly reported the error on Dual Wield's side; I'm reporting the error here because it seems more relevant here.

Stacktrace

(I was using Better Loading, but hopefully this does not affect the validity of the error report.)

Could not find type DualWield.Harmony.FloatMenuMakerMap_AddHumanlikeOrders in Dual Wield
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch3 (string)
VFECore.HarmonyPatches:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
BetterLoading.Stage.InitialLoad.StageRunStaticCctors/<StaticConstructAll>d__16:MoveNext ()
UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)

Other context

I am using RimWorld 1.5.

It seems Dual Wield got an unofficial 1.5 update at https://steamcommunity.com/sharedfiles/filedetails/?id=2537588364

Might be related to a problem with Dual Wield itself; ref https://steamcommunity.com/workshop/filedetails/discussion/2537588364/4356746036672093760/

Sandman534 commented 3 months ago

The issue is that a namespace changed. DualWield.Harmony became DualWield.HarmonyInstance. I'll put in a pull request to get it updated where referenced