RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Stack Level Too Deep

Started by wort wort wort, June 22, 2009, 04:25:28 PM

0 Members and 1 Guest are viewing this topic.

wort wort wort

I think I have some compatability error and I desperately need this script to work. "Script 'Yanfly Menu Redux' line 640:SystemStackError occured stack level too deep"
I've got numerous scripts and I'm afraid it's a compatability issue but I don't know. Can someone help me? I would list my scripts but I've gotta go to drivers ed soon. ;9
Squirrel

modern algebra

Well, list them when you come back. It's definitely a compatibility issue.

My first guess, blind, would be that it is a naming issue.

wort wort wort

ok I got a 94% on parallel parking by the way ;D hmmm ok here goes
KGC_CustomMenuCommand
screw it how about I give you the demo
http://www.mediafire.com/?sharekey=cdbf8fd28864978b61d4646c62b381cbe04e75f6e8ebb871
sorry if you don't see any credits for some things i have a text file with it so don't worry ;)
also could you tell me what you think of my game so far
Squirrel

Grafikal

you could take a screenshot of your script editor.

epson777341

Whenever I got a "Stack level too deep" error, it was usually because I had pasted the same script twice.

Bash

I used to get that error and rearranging my script order fixed it.

Click for my current project.

modern algebra

I would guess the error comes from having both KGC_CustomCommand and Scene_MenuRedux. I removed the KGC_Custom Command script and the error went away, so that is where the incompatibility is coming from. If I looked at them closer, I would likely be able to diagnose the exact problem, but really, there is nothing the KGC script does that can't be done by Yanfly's Scene Menu Redux. I suggest you just get rid of KGC_CustomCommand altogether and see if you can set the menu up through Scene Menu Redux instead.

Grafikal

I agree with MA. lol. Yanfly's script is extremely versatile and already includes other common scripts and is way nicer than KGC's CC in this respect.

wort wort wort

I thought yanflys script was an extension so an error on my part. :o Anyway I fixed it by removing KGC's script and reordering the scripts. I just love people they're so helpful :D
Squirrel

Grafikal

yeah, Yanfly's scripts are incredible.