Vanilla-Expanded / VanillaExpandedFramework

Vanilla Expanded Framework for RimWorld
Other
73 stars 37 forks source link

Entities on holding platforms are invisible with newest VEF version #100

Open Stahlreck opened 4 months ago

Stahlreck commented 4 months ago

Today it seems some update for VEF dropped for me, the latest one you have on here I guess. Since then I noticed that Anomaly entities on holding platforms (no matter what type of entity, all of them) have turned invisible. The console throws constant errors of not being able to render them

`Exception drawing HoldingPlatform37343: System.NullReferenceException: Object reference not set to an instance of an object [Ref 1385AEAB] at VFECore.PawnDataCache.GetPawnDataCache (Verse.Pawn pawn, System.Boolean forceRefresh, System.Boolean canRefresh) [0x00001] in :0 at VanillaGenesExpanded.GeneUtils.SetBodyScale (Verse.Pawn pawn, UnityEngine.Vector3 scale) [0x00001] in :0 at VanillaGenesExpanded.PawnRenderNodeWorker_ScaleFor_Patch.Postfix (UnityEngine.Vector3& __result, Verse.PawnRenderNode node, Verse.PawnDrawParms parms) [0x000bd] in :0 at Verse.PawnRenderNodeWorker.ScaleFor (Verse.PawnRenderNode node, Verse.PawnDrawParms parms) [0x000d8] in :0

grafik

I have a pretty extensive mod list but I boiled down the error to VEF specifically. I disabled all other mods except Harmony, all RW DLCs and VEF and made a new game and just quickly dev mode'd in a holding platform and put an entity on there and it happens immediately.

The previous version from the 20th of May installed manually works fine.