YesNoOk
avatar

Muteki Characters Infinite State loop issue (Read 7604 times)

Started by JoeStarX, May 01, 2022, 10:30:09 pm
Share this topic:
Muteki Characters Infinite State loop issue
#1  May 01, 2022, 10:30:09 pm
  • **
    • USA
Hey guys i've been trying to find out where to prevent the Error message: State machine stuck in loop (stopped after 2500 loops): 11 for Chipp
Check your states for infinite ChangeState loops.

This issue keeps happing with muteki's GG characters and constantly crashes my mugen and I would like to know how to rectify this thanks
Re: Muteki Characters Infinite State loop issue
#2  May 02, 2022, 12:34:14 am
  • ******
  • Hedgehog Whisperer
  • Red Bull addict
    • Spain
    • xgargoyle.mgbr.net
There is a problem with statedef 11, copy and paste the contents so we can see what's wrong
XGargoyle: Battle posing since 1979
http://xgargoyle.mgbr.net
http://www.pandorabots.com/pandora/talk?botid=e71c0d43fe35093a  <-- Please click that link
http://paypal.me/XGargoyle  <-- Donations welcome!
Re: Muteki Characters Infinite State loop issue
#3  May 02, 2022, 08:31:57 pm
  • **
    • USA
Okay so my issue is I can't find statedef 11 at all in the CNS or fighters factory when I control F it doesn't come up at all
Re: Muteki Characters Infinite State loop issue
#4  May 11, 2022, 12:34:53 am
  • **
    • USA
Hate to necro this thread but I'm determined to figure this out I noticed that this error occurs when characters are doing roman cancels then immediately attacking I was wondering if this was the issue because the same thing just occurred when playing Dizzy so I decided to control f anywhere on the cns that has value 11 and these were the only ones I found

[State 5011, 6]
type = ChangeState
trigger1 = HitOver
value = 11
ctrl = 1

[State 52, 4]
type = ChangeState
trigger1 = animTime = 0
trigger1 = command = "holddown"
value = 11
ctrl = 1

this same code is listed like four times is this the culprit?