RimWorld

RimWorld

Help: Quest/Map Encounter disappears after caravan arrives
Hello,
I have a problem with loading into an encounter (didn't find similar online). I sent out a caravan to a psychic emitter quest location. When the Caravan arrives it says "generating map for new encounter" but then the location just disappears. At least it told me the emitter is now offline. Same with crashsite location (I think it's vanilla?).

I have like 100 mods but it was pretty stable and I never had this bug or almost never bugs at all. I added some new object and biospheres but the encounters are not new and they are located in wasteland biosphere, which I had no problems with in the past. Also tried to remove new mods, doen't work and I don't know how I messes with the save.

I love the game but never really finished it. Please help me to finish one playthrough and save the save or future colonies. Link below is the debug log. Thank you very much in advance.

https://gist.github.com/HugsLibRecordKeeper/241b8a2156def0a5564210674c33f81b
< >
Showing 1-4 of 4 comments
glass zebra Mar 21, 2022 @ 9:57am 
The problems are not with the encounters (which are both not vanilla), but with the map generation. Removing mods during a playthrough can be pretty risky. You have some log spam that stuff is not findable.

The only mod thing I see in the map generation is VFECore which has been updated today, but I don't really know how that changes map generation.
Last edited by glass zebra; Mar 21, 2022 @ 9:57am
CptEpicMcAwesome Mar 21, 2022 @ 12:34pm 
Hey, thanks for looking into it. Well, I will see if I start new or probably wait a little longer. Maybe this helps. Two red errors appear when I get to the map generation. They say:

Exception from long event: System.NullReferenceException: Object reference not set to an instance of an object
at Verse.MapDrawer.SectionAt (Verse.IntVec3 loc) [0x00008] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.MapDrawer.MapMeshDirty (Verse.IntVec3 loc, Verse.MapMeshFlag dirtyFlags, System.Boolean regenAdjacentCells, System.Boolean regenAdjacentSections) [0x00009] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.MapDrawer.MapMeshDirty (Verse.IntVec3 loc, Verse.MapMeshFlag dirtyFlags) [0x0000e] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.Thing.DirtyMapMesh (Verse.Map map) [0x00027] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.SpawnSetup_Patch1(Verse.Thing,Verse.Map,bool)
at (wrapper dynamic-method) Verse.ThingWithComps.Verse.ThingWithComps.SpawnSetup_Patch1(Verse.ThingWithComps,Verse.Map,bool)
at (wrapper dynamic-method) Verse.Building.Verse.Building.SpawnSetup_Patch1(Verse.Building,Verse.Map,bool)
at (wrapper dynamic-method) Verse.GenSpawn.Verse.GenSpawn.Spawn_Patch2(Verse.Thing,Verse.IntVec3,Verse.Map,Verse.Rot4,Verse.WipeMode,bool)
at Verse.GenSpawn.Spawn (Verse.Thing newThing, Verse.IntVec3 loc, Verse.Map map, Verse.WipeMode wipeMode) [0x00008] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at VFECore.MapGenerator_GenerateMap_Patch.DoMapSpawns (Verse.Map map) [0x0019d] in <d0178e5759af4b7cbb7431685a2941a4>:0
at VFECore.MapGenerator_GenerateMap_Patch.Postfix (Verse.Map __result) [0x00001] in <d0178e5759af4b7cbb7431685a2941a4>:0
at (wrapper dynamic-method) Verse.MapGenerator.Verse.MapGenerator.GenerateMap_Patch1(Verse.IntVec3,RimWorld.Planet.MapParent,Verse.MapGeneratorDef,System.Collections.Generic.IEnumerable`1<Verse.GenStepWithParams>,System.Action`1<Verse.Map>)
at Verse.GetOrGenerateMapUtility.GetOrGenerateMap (System.Int32 tile, Verse.IntVec3 size, RimWorld.WorldObjectDef suggestedMapParentDef) [0x0006b] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at RimWorld.Planet.CaravanArrivalAction_VisitSite.DoEnter (RimWorld.Planet.Caravan caravan, RimWorld.Planet.Site site) [0x0003d] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at RimWorld.Planet.CaravanArrivalAction_VisitSite+<>c__DisplayClass8_0.<Arrived>b__0 () [0x00000] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.LongEventHandler.UpdateCurrentSynchronousEvent (System.Boolean& sceneChanged) [0x0001d] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Play:Update ()

AND

Root level exception in Update(): System.NullReferenceException: Object reference not set to an instance of an object
at Verse.MapDrawer.SectionAt (Verse.IntVec3 loc) [0x00008] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.MapDrawer.MapMeshDirty (Verse.IntVec3 loc, Verse.MapMeshFlag dirtyFlags, System.Boolean regenAdjacentCells, System.Boolean regenAdjacentSections) [0x00009] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.MapDrawer.MapMeshDirty (Verse.IntVec3 loc, Verse.MapMeshFlag dirtyFlags) [0x0000e] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.GlowGrid.MarkGlowGridDirty (Verse.IntVec3 loc) [0x00007] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.GlowGrid.RecalculateAllGlow () [0x00027] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.GlowGrid.GlowGridUpdate_First () [0x00008] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at (wrapper dynamic-method) Verse.Map.Verse.Map.MapUpdate_Patch1(Verse.Map)
at Verse.Game.UpdatePlay () [0x00031] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
at Verse.Root_Play.Update () [0x00032] in <360933dd75ad47e8a6d2a631ae77b5d8>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.Root_Play:Update ()
glass zebra Mar 21, 2022 @ 12:36pm 
Yeah those are the same 2 that are at the end of your log posted in OP. Maybe someone who knows this stuff better will come around. All I saw was missing objects, but that probably does not mess up the map creation. Adding biomes and ruins stuff etc. could very likely lead to this, but I expected that to show up differently in your log.
Last edited by glass zebra; Mar 21, 2022 @ 12:41pm
CptEpicMcAwesome Mar 22, 2022 @ 5:37am 
Solved: I had to remove ReGrowth - Wastelands. The Biosphere the quests were located in. Tanks to you and legodude17
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Mar 21, 2022 @ 9:26am
Posts: 4