Hello all,
I'm having a really wacky issue with a mod I've been working on. If I change the player's race to Breton and then open the Limited Race Menu I ctd. No errors in the papyrus log, nothing in the Windows events.
The weird bits are, it only happens if I switch to a Breton male. Female works fine. Other races are OK. Just Breton male. Also, opening the full Race Menu works fine. I completely removed everything, reinstalled Skyrim and the Creation Kit, and tried it on the vanilla game after changing my race using the console. The only mod was a test one I created to add a spell so I could access the limited menu, and it *still* crashed. Here's the script, in case it matters:
Scriptname TEST_LRM extends activemagiceffect Event OnEffectStart(Actor Target, Actor Caster) Game.ShowLimitedRaceMenu()EndEvent
Has anyone experienced this before? Or anything even vaguely like it? I've been searching the forums and the net, but I haven't found anything like this. I'll take any ideas... I'm at my wit's end with this.