RimWorld

RimWorld

Wolfein Race
Compatibility Issue with VEF on RimWorld 1.6 (Rendering Error)
This is what the GPT analyzed.

Hi, I'm currently using RimWorld 1.6 with the Wolfein Race mod, and I encountered a compatibility issue when using it together with Vanilla Expanded Framework (VEF).

When trying to render pawns from the Wolfein Race, the game throws this error:

python
System.TypeInitializationException:
The type initializer for 'VEF.Pawns.VanillaExpandedFramework_DynamicPawnRenderNodeSetup_Apparel_ProcessApparel_Patch'
threw an exception. ---> System.ArgumentException: method return type is incompatible
This happens consistently for Wolfein Race pawns (e.g. 시그리드), and it seems to originate from a mismatch in the method signature that VEF expects when patching PawnRenderTree or ProcessApparel logic.

I am using the latest VEF and Alien Framework versions. The mod order is correct:

Alien Framework → Wolfein Race → VEF.

It seems like the current Wolfein base or its Gene Patch has some unhandled compatibility with VEF's rendering system.

Could you please look into this, or release a more stable 1.6-compatible base if possible? Thank you for your great work!