RimWorld
Lombax - Desert Warriors [1.6]
 Chủ đề này đã được ghim, thế nên nó có thể quan trọng
Yanzihko  [nhà phát triển] 5 Thg02, 2021 @ 6:47am
Bug Reports
Let's get rid of bugs together.
< >
Đang hiển thị 1-7 trong 7 bình luận
Atreidi 7 Thg02, 2021 @ 6:46am 
Below is the error i get from the debug log inside the game. This happens when I generate a Lombax using Prepare Carefully. If the Lombax is automatically generated by Rimworld it does not trigger this error.
The error keeps pinging for ever. :(

Unknown crown type: Undefined
Verse.Log:Error(String, Boolean)
Verse.PawnGraphicSet:get_HairMeshSet()
VFEV.Facepaint.HarmonyPatches_Facepaint:RenderFacepaint(PawnRenderer, Boolean, RotDrawMode, Boolean, Rot4, Vector3, Quaternion, Boolean)
Verse.PawnRenderer:Verse.PawnRenderer.RenderPawnInternal_Patch2(PawnRenderer, Vector3, Single, Boolean, Rot4, Rot4, RotDrawMode, Boolean, Boolean, Boolean)
Verse.PawnRenderer:RenderPawnInternal(Vector3, Single, Boolean, RotDrawMode, Boolean, Boolean)
Verse.PawnRenderer:Verse.PawnRenderer.RenderPawnAt_Patch5(PawnRenderer, Vector3, RotDrawMode, Boolean, Boolean)
Verse.PawnRenderer:Verse.PawnRenderer.RenderPawnAt_Patch1(PawnRenderer, Vector3)
Verse.Pawn_DrawTracker:DrawAt(Vector3)
Verse.Pawn:DrawAt(Vector3, Boolean)
Verse.Thing:Draw()
Verse.ThingWithComps:Draw()
Verse.DynamicDrawManager:DrawDynamicThings()
Verse.Map:MapUpdate()
Verse.Game:UpdatePlay()
Verse.Root_Play:Update()
Lần sửa cuối bởi Atreidi; 7 Thg02, 2021 @ 6:47am
Yanzihko  [nhà phát triển] 7 Thg02, 2021 @ 7:19am 
Pawns spawn without errors with EDB for me. It's a problem at your side.

And for you to know, EDB prepare carefully sometimes have issues with alien races. All what i can do is recommend you to reinstall all the mods or to use "character editor" mod.
Atreidi 7 Thg02, 2021 @ 10:57am 
Nguyên văn bởi Yanzihko:
Pawns spawn without errors with EDB for me. It's a problem at your side.

And for you to know, EDB prepare carefully sometimes have issues with alien races. All what i can do is recommend you to reinstall all the mods or to use "character editor" mod.
Ohh yea, i'm well aware. I got 7,000 hours on the Rim. My guess as to what happened on this error was that during character generation I made some physical modifications to the Lombax pawn i generated through EDB. What ever that was, the game did not like it.

I created a new game, and twiked with it a bit but was unable to replicate the error. As of now it is working smoothly after re-started the colony.

Thanks for your quick replies.
verty 14 Thg02, 2021 @ 1:46am 
Not sure if this is an error, but whenever I start with the lombax start that comes with this mod, I always have my starting pawns get hypothermia when naked. Their base min temp is in the 80s for me and I have to scramble to get them clothing so they don't die right away. Is this intended?
Yanzihko  [nhà phát triển] 15 Thg02, 2021 @ 12:32am 
Nguyên văn bởi DESIIREUX:
Not sure if this is an error, but whenever I start with the lombax start that comes with this mod, I always have my starting pawns get hypothermia when naked. Their base min temp is in the 80s for me and I have to scramble to get them clothing so they don't die right away. Is this intended?

Their min temperature requirements is 30 Celsius. Yes, this is intended because lombax is extremophile, try to live at desert worlds for thousands years.
Zaffus 22 Thg03, 2021 @ 3:56pm 
This isn't a bug with your mod, but this seems to be the best place to put the error logs. It appears to be incompatible with Children and Pregnancy (https://ludeon.com/forums/index.php?topic=51258.0) and some sort of conflict prevents the modular ears/eye/tail sprites from displaying, while also breaking the sprite scaling.

Exception drawing Mugs: System.NullReferenceException: Object reference not set to an instance of an object
at RimWorldChildren.AlienRaces_DrawAddons_Patch.ModifyScale (Verse.Graphic graphic, Verse.Pawn pawn, Verse.Rot4 rotation, System.Object addon) [0x0002c] in <7145a74f01b84bd298fe061c5c83eb2e>:0
at (wrapper dynamic-method) AlienRace.HarmonyPatches.AlienRace.HarmonyPatches.DrawAddons_Patch0(bool,UnityEngine.Vector3,Verse.Pawn,UnityEngine.Quaternion,Verse.Rot4,bool)
at (wrapper dynamic-method) Verse.PawnRenderer.Verse.PawnRenderer.RenderPawnInternal_Patch2(Verse.PawnRenderer,UnityEngine.Vector3,single,bool,Verse.Rot4,Verse.Rot4,Verse.RotDrawMode,bool,bool,bool)
at Verse.PawnRenderer.RenderPawnInternal (UnityEngine.Vector3 rootLoc, System.Single angle, System.Boolean renderBody, Verse.RotDrawMode draw, System.Boolean headStump, System.Boolean invisible) [0x0001a] in <6326ac03f61f45efb3178f3bfd084139>:0
at (wrapper dynamic-method) Verse.PawnRenderer.Verse.PawnRenderer.RenderPawnAt_Patch0(Verse.PawnRenderer,UnityEngine.Vector3,Verse.RotDrawMode,bool,bool)
at Verse.PawnRenderer.RenderPawnAt (UnityEngine.Vector3 drawLoc) [0x0002b] in <6326ac03f61f45efb3178f3bfd084139>:0
at Verse.Pawn_DrawTracker.DrawAt (UnityEngine.Vector3 loc) [0x00000] in <6326ac03f61f45efb3178f3bfd084139>:0
at Verse.Pawn.DrawAt (UnityEngine.Vector3 drawLoc, System.Boolean flip) [0x00006] in <6326ac03f61f45efb3178f3bfd084139>:0
at Verse.Thing.Draw () [0x00007] in <6326ac03f61f45efb3178f3bfd084139>:0
at Verse.ThingWithComps.Draw () [0x00000] in <6326ac03f61f45efb3178f3bfd084139>:0
at Verse.DynamicDrawManager.DrawDynamicThings () [0x000d8] in <6326ac03f61f45efb3178f3bfd084139>:0
Verse.Log:Error(String, Boolean)
Verse.DynamicDrawManager:DrawDynamicThings()
Verse.Map:Verse.Map.MapUpdate_Patch3(Map)
Verse.Game:Verse.Game.UpdatePlay_Patch2(Game)
Verse.Root_Play:Verse.Root_Play.Update_Patch1(Root_Play)
Casiy Rose 3 Thg04, 2023 @ 1:02pm 
The lombaxes look like horror monsters for me, they have no face and I don't have C&P like the last poster does. Log sharing won't work rn, I'll add a log once it does
< >
Đang hiển thị 1-7 trong 7 bình luận
Mỗi trang: 1530 50