A Stack Level too deep error is usually caused by either having the same script inserted into your project twice (check that none of the 'blank' slots actually has a script in it, and that none of your scripts are copied twice into the same slot, one below the other), or by having two scripts that use the same alias or method name.
I went down the list for every script, checked all the blanks, there are no duplicates in the same page or a different one.
The error message doesn't even list a line or script; but it does highlight line 1 of GTBS Sprite_Battler_2 when I reopen the script menu.
1 class Sprite_Battler_GTBS < Sprite_Character
2 #--------------------------------------------------------------------------
3 # Imported Sprite_Battler methods (since I again, cannot modify the inheritance
4 #--------------------------------------------------------------------------
5 def update_whiten
6 self.color.set(255, 255, 255, 0)
7 self.color.alpha = 128 - (16 - @effect_duration) * 10
8 end
Also, I figured this was not a script issue (or at least not a new one) as I had not changed or modified any scripts before creating the event, with the lone exception of removing Yanfly's Random Skill Invoke, as again it was doing nothing, probably because something else is broken. I can only assume because of the massive reach of the GTBS script that it conflicts with several others unintentionally, but I'm not a scripter so I'm clueless.
Well it's pretty rare for you to have two scripts with the same name twice, so please try to tell us if you're using any other script. Sometimes script sites entirely different may name their scripts same.
I don't have any scripts that are duplicates, but I may have some that conflict with each other. Again, anything that tries to change something battle related is probably going to fight with the GTBS script, but I really don't know what as I'm not a scripter. I'm just a guy that likes shiny tactical battle systems in his RPG. My previous post has an attachment that shows every script that I have, excluding the exhaustive list of all the GTBS scripts.
These screenshots contain all of the GTBS ones. I removed the LayyMeta Engine, otherwise, aside from the setup options, they are
exactly as packaged in the demo.
