"SPIN920.spl: read out of bounds"
CharlestonianTemplar
Member Posts: 855
in BGII:EE Mods
Can anyone tell me what this error message is and how to fix it?
Thanks, CT
Thanks, CT
0
Comments
This is the most annoying WeiDU error because it can sometimes get triggered by WeiDU's built-in functions.
Are you getting this error while installing someone else's mod, or is it a mod you made?
Look in the mod's tp2 file and search for the text:
SPIN920.spl
It's possible the mod is trying to edit that particular file and getting the error. If that's the case, then delete that part of the mod's code that tries to edit SPIN920.spl.
If that doesn't work, it's also possible the mod is modifying all spells with a command like this:
COPY_EXISTING_REGEXP ~.*\.spl~ ~override~
Search the tp2 file for:
COPY_EXISTING_REGEXP
and delete the code associated with it if it is modifying SPIN920.spl.
I've word searched the tp2 file. Can't find either of those. Thanks for trying to help me. I've gotten this error the last two times I tried to load this component of SCS. I actually wiped my install a couple of days ago and started over and got the same error again. The rest of SCS has installed fine, it's just AI components. CT
I don't see any functional differences between the standard version and the modded version; SCS just removes some redundant copies of an effect that adds stars in spell turning proficiency. This bit of nonsense is a marker effect to help decide whether the AI will decide to target the affected creature with certain spells.
So basically, the mod install process is getting hung up on something that doesn't matter at all.
As for where this change is in the many script files SCS has ... I looked. I didn't find it.
Thank you for your response. I can't find anything about SPIN920 anywhere in the tp2, and specifically in the area where it's hanging up. If it was something I where I could just delete a line, or type something in, I could get around it but I can't even pinpoint it. Here's some screenshots of what I am looking at.
Thanks again for replying. CT