RimWorld
Lombax - Desert Warriors [1.6]
 이 토론은 고정되었습니다. 중요해서 그렇겠죠?
Yanzihko  [개발자] 2021년 2월 5일 오전 6시 47분
Bug Reports
Let's get rid of bugs together.
< >
전체 댓글 7개 중 1~7개 표시 중
Atreidi 2021년 2월 7일 오전 6시 46분 
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()
Atreidi 님이 마지막으로 수정; 2021년 2월 7일 오전 6시 47분
Yanzihko  [개발자] 2021년 2월 7일 오전 7시 19분 
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 2021년 2월 7일 오전 10시 57분 
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 2021년 2월 14일 오전 1시 46분 
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  [개발자] 2021년 2월 15일 오전 12시 32분 
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 2021년 3월 22일 오후 3시 56분 
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 2023년 4월 3일 오후 1시 02분 
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
< >
전체 댓글 7개 중 1~7개 표시 중
페이지당 표시 개수: 1530 50