Sickotik Mods Posted May 13, 2018 Posted May 13, 2018 I'm getting an error that I just don't understand and hopefully someone can help me out with it. <truncated stack> [05/13/2018 - 04:18:22AM] Error: Array index 182 is out of range (0-127) stack: [SexLabQuestRegistry (100664FB)].sslcreatureanimationslots.Local_AddRaceID() - "sslCreatureAnimationSlots.psc" Line 34 <unknown self>.sslcreatureanimationslots.AddRaceID() - "sslCreatureAnimationSlots.psc" Line 25 [SexLabQuestRegistry (100664FB)].sslcreatureanimationslots.RegisterRaces() - "sslCreatureAnimationSlots.psc" Line 715 [SexLabQuestRegistry (100664FB)].sslcreatureanimationslots.Setup() - "sslCreatureAnimationSlots.psc" Line 465 [alias PlayerAlias on quest SexLabQuestFramework (10000D62)].sslSystemAlias.SetupSystem() - "sslSystemAlias.psc" Line 116 [alias PlayerAlias on quest SexLabQuestFramework (10000D62)].sslSystemAlias.InstallSystem() - "sslSystemAlias.psc" Line 191 [SexLabConfigurationMenu (10079840)].sslConfigMenu.OnSelectST() - "sslConfigMenu.psc" Line 664 [SexLabConfigurationMenu (10079840)].sslConfigMenu.SelectOption() - "SKI_ConfigBase.psc" Line 1173 That error happened A LOT in the Papyrus log... That and another one but it's related to Frostfall I think so I'll go ask about that, there. But if someone can help me understand this one, I'd be extremely grateful. Is that how you spell grateful? Or is it greatful? Looks like the first option. Either way, I'll be both. Thanks guys.
Ed86 Posted May 13, 2018 Posted May 13, 2018 you need to trace your error through lines mentioned in error log above mod is trying to do something with array element 182, but skyrim doesnt support arrays larger than 128 btw... are you using sexlab light or something? i dont see Local_AddRaceID() in sexlab
Guest Posted May 13, 2018 Posted May 13, 2018 "AddRaceID" is part of SexLab, especially from the SKSE plugin. And arrays greater than 128 are supported through SKSE. If I remember correctly, AddRaceID is part of the PapyrusUtil (that are included in SexLab) but probably this SKSE plugin was overwritten by another mod. Try to reinstall PapyrusUtil (get the last version)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now