Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - rawrfisher

#571
I'll try redownloading and reinstalling the mod to see if that fix's it.  Odds are I just need to update

Edit:  Seems the issue was a symptom of a different problem
#572
Trying to figure out where I saw it mentioned but

Mouse position stack is not empty. There were more calls to BeginScrollView than EndScrollView. Fixing.
Verse.Log:Error(String, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:78)
Verse.Widgets:EnsureMousePositionStackEmpty() (at C:\Dev\RimWorld\Assets\Scripts\Verse\UI\Utility\Widgets.cs:2176)
Verse.Root:Update_Patch1(Object)
Verse.Root_Play:Update() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\Root\Root_Play.cs:83)
 
This appears when I try opening the storage window on the dresser.  Might just be my version of its outdated but just in case
#573
Fluffy The latest update broke work tab
#574
Error in GenStep: System.NullReferenceException: Object reference not set to an instance of an object
at ImpassableMapMaker.Patch_GenStep_Terrain.DetermineQuary (System.Random,Verse.Map,ImpassableMapMaker.TerrainOverride) <IL 0x00050, 0x00131>
at ImpassableMapMaker.Patch_GenStep_Terrain.Postfix (Verse.Map) <IL 0x00080, 0x00223>
at (wrapper dynamic-method) RimWorld.GenStep_ElevationFertility.Generate_Patch1 (object,Verse.Map,Verse.GenStepParams) <IL 0x003ff, 0x00ef5>
at Verse.MapGenerator.GenerateContentsIntoMap (System.Collections.Generic.IEnumerable`1<Verse.GenStepWithParams>,Verse.Map,int) [0x000e3] in C:\Dev\RimWorld\Assets\Scripts\Verse\Map\MapIniter\MapGen\MapGenerator.cs:179

Verse.Log:Error(String, Boolean) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Utility\Debug\Log\Log.cs:78)
Verse.MapGenerator:GenerateContentsIntoMap(IEnumerable`1, Map, Int32) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Map\MapIniter\MapGen\MapGenerator.cs:183)
Verse.MapGenerator:GenerateMap(IntVec3, MapParent, MapGeneratorDef, IEnumerable`1, Action`1) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Map\MapIniter\MapGen\MapGenerator.cs:126)
Verse.GetOrGenerateMapUtility:GetOrGenerateMap(Int32, IntVec3, WorldObjectDef) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Map\GetOrGenerateMapUtility.cs:43)
RimWorld.Planet.<Settle>c__AnonStorey0:<>m__0() (at C:\Dev\RimWorld\Assets\Scripts\RimWorld\Planet\WorldObject\Caravan\Settle\SettleInEmptyTileUtility.cs:34)
Verse.LongEventHandler:RunEventFromAnotherThread(Action) (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:455)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1() (at C:\Dev\RimWorld\Assets\Scripts\Verse\Global\LongEventHandler.cs:367)

I get this error using the 1.0 version of the mod when trying to generate a map

#575
Mod bugs / Re: CTD Issues
May 27, 2017, 10:57:34 AM
From what I can tell if you search the mod number it pulls up the mod with that number.
It dont seem to work everytime but I have gotten a few hits that way
#576
Mod bugs / Game crashing randomly
May 26, 2017, 09:43:15 PM
Anyone brave enough to try helping me figure out what caused what in this mess?
https://pastebin.com/ZpxsBTey

The resulting error causes the game to close and generate this mess of what I see as noise.  No hugslib log is generated so I cannot provide that unfortunatly
#577
Outdated / Re: [A16] Set-Up Camp v0.1.0
January 03, 2017, 12:08:20 AM
I set one up as a prison farm camp.
#578
I wish I could thats all the error log said
#579
Does Anyone know what this error means?

Got ThingsListAt out of bounds: (400, 0, 221)
Verse.Log:Error(String)
Verse.Log:ErrorOnce(String, Int32)
Verse.ThingGrid:ThingsListAt(IntVec3)
Verse.GridsUtility:GetThingList(IntVec3, Map)
Blueprints.BuildableInfo:CanPlace(IntVec3)
Blueprints.BuildableInfo:DrawGhost(IntVec3)
Blueprints.Blueprint:DrawGhost(IntVec3)
Blueprints.Designator_Blueprint:SelectedUpdate()
Verse.DesignatorManager:DesignatorManagerUpdate()
RimWorld.MapInterface:MapInterfaceUpdate()
RimWorld.UIRoot_Play:UIRootUpdate()
Verse.Root:Update()
Verse.Root_Play:Update()