RimWorld

RimWorld

ↁ Elves
Oversized apparel after reloading game.
Also getting the issue Enthetia has, except it's with tunics. I also cannot unequip the tunics, and Character Editor is no longer recognizing them existing at all on my pawns.

The following two errors are being spammed in my debug log:

searching for compatible apparel in subpath=Apparel/Tunic .. found=16 .. checking for matching entity=Tunic
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
ae:a (Verse.Pawn,Verse.ThingDef,bool)
ae:a (Verse.Pawn,RimWorld.Apparel,bool,bool)
CharacterEditor.CEditor/EditorUI/d:e (UnityEngine.Rect)
CharacterEditor.CEditor/EditorUI/d:a (UnityEngine.Rect)
CharacterEditor.CEditor/EditorUI/d:a (CharacterEditor.CEditor/EditorUI/a)
CharacterEditor.CEditor/EditorUI:a (int,int,int,int)
CharacterEditor.CEditor/EditorUI:DoWindowContents (UnityEngine.Rect)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

searching for compatible apparel in subpath= .. found=23809 .. checking for matching entity=
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
ae:a (Verse.Pawn,Verse.ThingDef,bool)
ae:a (Verse.Pawn,RimWorld.Apparel,bool,bool)
CharacterEditor.CEditor/EditorUI/d:e (UnityEngine.Rect)
CharacterEditor.CEditor/EditorUI/d:a (UnityEngine.Rect)
CharacterEditor.CEditor/EditorUI/d:a (CharacterEditor.CEditor/EditorUI/a)
CharacterEditor.CEditor/EditorUI:a (int,int,int,int)
CharacterEditor.CEditor/EditorUI:DoWindowContents (UnityEngine.Rect)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

Something's clearly getting hecked up in an interaction with Character Editor, but it's not happening with any other apparel for me.
< >
Showing 1-12 of 12 comments
Halboffen Jan 7, 2023 @ 3:11pm 
I have the same issue with the vanilla cape and the mod cloaks when I use this mod.

Failed to get last layer on apparel item (see your config errors) UnityEngine.StackTraceUtility:ExtractStackTrace () Verse.Log:Error (string) Verse.Log:ErrorOnce (string,int) RimWorld.ApparelProperties:get_LastLayer () RimWorld.Pawn_ApparelTracker/<>c:<SortWornApparelIntoDrawOrder>b__74_0 (RimWorld.Apparel,RimWorld.Apparel) System.Collections.Generic.ArraySortHelper`1<RimWorld.Apparel>:InsertionSort (RimWorld.Apparel[],int,int,System.Comparison`1<RimWorld.Apparel>) System.Collections.Generic.ArraySortHelper`1<RimWorld.Apparel>:IntroSort (RimWorld.Apparel[],int,int,int,System.Comparison`1<RimWorld.Apparel>) System.Collections.Generic.ArraySortHelper`1<RimWorld.Apparel>:IntrospectiveSort (RimWorld.Apparel[],int,int,System.Comparison`1<RimWorld.Apparel>) System.Collections.Generic.ArraySortHelper`1<RimWorld.Apparel>:Sort (RimWorld.Apparel[],int,int,System.Comparison`1<RimWorld.Apparel>) System.Collections.Generic.List`1<RimWorld.Apparel>:Sort (System.Comparison`1<RimWorld.Apparel>) RimWorld.Pawn_ApparelTracker:SortWornApparelIntoDrawOrder () RimWorld.Pawn_ApparelTracker:ExposeData () Verse.CrossRefHandler:ResolveAllCrossReferences () Verse.ScribeLoader:FinalizeLoading () (wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game) Verse.SavedGameLoaderNow:LoadGameFromSaveFileNow (string) Verse.Root_Play/<>c:<Start>b__1_1 () Verse.LongEventHandler:RunEventFromAnotherThread (System.Action) Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_0 () System.Threading.ThreadHelper:ThreadStart_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.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) System.Threading.ThreadHelper:ThreadStart ()
DevDesigner  [developer] Jan 7, 2023 @ 3:25pm 
Share your huglibs log
KingsMan_ Jan 8, 2023 @ 3:13am 
i have this bug too...
DevDesigner  [developer] Jan 8, 2023 @ 9:01am 
I will be pushing an update soon with changes to clothing layers.
Last edited by DevDesigner; Jan 8, 2023 @ 9:17am
DevDesigner  [developer] Jan 8, 2023 @ 9:16am 
Update pushed make sure you are using the latest version.
Last edited by DevDesigner; Jan 8, 2023 @ 9:16am
Halboffen Jan 8, 2023 @ 1:22pm 
Here is the log you asked for. https://gist.github.com/e2dc812eb13163ee9d91b1b4a0bd887f
I unsubbed and resubbed to the mod and restarted steam to make sure that the newest version was installed.

The error now looks different to what it looked like before. The face is now visible at all angles.

before: https://imgur.com/3PLVvCp
now: https://imgur.com/a/PEzjfTd
DevDesigner  [developer] Jan 9, 2023 @ 12:27am 
It looks like it isn't using xxx_BODY_xxx.png textures just loads equipment icon. And there're these two lines:

DevDesigner_WoodElves_Cloak modification loaded
DevDesigner_WoodElves_Gloves modification loaded

Try it without character editor or use reset to default button in character editor
Halboffen Jan 9, 2023 @ 12:46am 
It's working fine without the character editor. I also reset the character editor settings to default if that's what you meant. But the latter didn't make difference.

I recently used rimpy to convert the png files to dds files for faster loading. Could this be the modification to the the log is talking about? But even after deleting the new dds files and reinstalling the mod, there was no change.
DevDesigner  [developer] Jan 9, 2023 @ 12:54am 
Don't use rimpy, it causes all sorts of problems.
Halboffen Jan 9, 2023 @ 1:13am 
So i have deleted the ssd files for this mod again after resetting character editor to default settings and giving it a new hotkey. This seems to have done the trick for now.

I will give updates if the issue reappears again, but I recommend that people who have the same issue also do this and report on their findings.

edit: sry, I meant to say dds files, not ssd files.
Last edited by Halboffen; Jan 12, 2023 @ 10:21am
hoteldoor538 Jan 12, 2023 @ 10:03am 
How do i delete ssd files and where can i find these ssd files? Also is there a mode menu for character editor and if not do i just reinstall it again?
Halboffen Jan 12, 2023 @ 10:21am 
check my edit.
< >
Showing 1-12 of 12 comments
Per page: 1530 50