RimWorld

RimWorld

Reel's Expanded Storage
This topic has been locked
infidelpanda 10 Oct, 2024 @ 10:46am
Error Loading Mood
When I enable this mod, I receive this error in red. Is it conflicting with another mod? its causing pawns to do the standing bug

Could not resolve cross-reference to Verse.ThingDef named VCE_RawMoss (wanter=thingDefs)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ThingDef> (string,Verse.FailMode,object)
Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ThingDef>:TryResolve (Verse.FailMode)
Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef)
Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object)
System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem ()
System.Threading.ThreadPoolWorkQueue:Dispatch ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()
< >
Showing 1-3 of 3 comments
Maux 26 Oct, 2024 @ 3:33am 
Go to these folders and find these files
C:\Steam\steamapps\workshop\content\294100\3237638097\1.5\Defs\ThingDefs_Buildings\AnimalFeeder\AnimalFeeder_ThingDef.xml
C:\Steam\steamapps\workshop\content\294100\3237638097\1.5\Mods\VanillaExpanded\VEProps\Defs\HayBale\HayBale_ThingDef.xml

find this line, there are two in each.

<li MayRequire="vanillaexpanded.vplantsemore">VCE_RawMoss</li>

Change it to

<li MayRequire="vanillaexpanded.vplantsemore,Ludeon.RimWorld.Ideology">VCE_RawMoss</li>


This bug is from a simple oversight from the modder that VCE_RawMoss only appears for users with ideology DLC so it should check for ideology.
[SGC]Pyrex2 30 Oct, 2024 @ 9:37am 
I fixed the RawMoss issue but I get another one that may be linked, as I don't have Idelogy.

Here are the logs :
Failed to find Verse.SpecialThingFilterDef named AllowVegetarian. There are 39 defs of this type loaded.
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Error while resolving references for def VFE_Pottery: System.NullReferenceException: Object reference not set to an instance of an object
[Ref 9817DCE6]
at Verse.ThingFilter.SetAllow (Verse.SpecialThingFilterDef sfDef, System.Boolean allow) [0x00000] in <2a40c3593b334f29ac3cb3d32d652351>:0
at Verse.ThingFilter.ResolveReferences () [0x00310] in <2a40c3593b334f29ac3cb3d32d652351>:0
at RimWorld.BuildingProperties.ResolveReferencesSpecial () [0x00086] in <2a40c3593b334f29ac3cb3d32d652351>:0
at Verse.ThingDef.ResolveReferences () [0x00038] in <2a40c3593b334f29ac3cb3d32d652351>:0
at Verse.DefDatabase`1+<>c__DisplayClass15_0[T].<ResolveAllReferences>b__0 (T def) [0x0002f] in <2a40c3593b334f29ac3cb3d32d652351>:0
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Many thanks !
Also, tell me if I should make another thread instead of posting here.

Edit : I confirm this is the mod causing this issue, as the error disappears if I remove it from modlist
Last edited by [SGC]Pyrex2; 30 Oct, 2024 @ 1:11pm
Reel  [developer] 30 Nov, 2024 @ 3:15pm 
Now fixed. Closing thread.
< >
Showing 1-3 of 3 comments
Per page: 1530 50