playMaker

Author Topic: What is "Stack error:1"[SOLVED]  (Read 7129 times)

Kevron

  • Junior Playmaker
  • **
  • Posts: 51
What is "Stack error:1"[SOLVED]
« on: June 06, 2013, 04:30:53 AM »
Hi, I get a error message that I am not sure what means; Stack error : 1

See also attached images, there you can see that it happens with the "wait" action.

Hope anybody can shed some light on this.

Thanks,
Tor Martin
« Last Edit: February 24, 2014, 08:08:16 AM by jeanfabre »

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
Re: What is "Stack error:1"
« Reply #1 on: June 06, 2013, 04:35:07 AM »
You haven't selected the finish event on the wait action?!

Kevron

  • Junior Playmaker
  • **
  • Posts: 51
Re: What is "Stack error:1"
« Reply #2 on: June 06, 2013, 04:45:09 AM »
The thing is that the action works the first time I activate it. In my scene I have a button, if you press the button, a cutscene is played. After cutscene is played, it will go back to "idle" state and wait for another mouse click. If you then again press "play cutscene", I get the error message. So, it only states the error the second time I click "play cutscene".

Selecting the finish event gives the same results.

Thanks,
Tor M

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: What is "Stack error:1"
« Reply #3 on: June 06, 2013, 05:15:09 AM »
Hi,

 Never seen that error before. Can you file a bug report withing PlayMaker/tools menu? that will help tracking this issue.

bye,

 Jean

Kevron

  • Junior Playmaker
  • **
  • Posts: 51
Re: What is "Stack error:1"
« Reply #4 on: June 06, 2013, 05:20:27 AM »
Hi Jean,
I will file a bug report. Maybe it has something with Usequencer? The cutscene that is being played is made with Usequencer.

Thanks,
Tor M

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: What is "Stack error:1"
« Reply #5 on: June 06, 2013, 05:21:50 AM »
uhm... maybe.

interesting, I will check it out.

bye,

 Jean

illogical

  • Playmaker Newbie
  • *
  • Posts: 1
Re: What is "Stack error:1"
« Reply #6 on: July 16, 2013, 07:04:53 AM »
hi, im also having this error only on wait action. and i did not have Usequencer. the error did not have anything to do with the usequencer. please anyone knows whats wrong?

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: What is "Stack error:1"
« Reply #7 on: July 16, 2013, 07:43:20 PM »
It's hard to say without seeing a project. Can you file a bug report and then attach a repro project to the bug link you get.

Thanks!

Thyriax

  • Playmaker Newbie
  • *
  • Posts: 25
    • Torii games
Re: What is "Stack error:1"
« Reply #8 on: February 19, 2014, 02:12:42 PM »
I've same problem here.
It's strange because all working good before i add some particules to gameobject.
I've add some gravity too, but erase now because thinking that was the problem.

Does anyone got this too?
Did someone find the cause?

Thanks!

Thyriax

  • Playmaker Newbie
  • *
  • Posts: 25
    • Torii games
Re: What is "Stack error:1"
« Reply #9 on: February 20, 2014, 02:01:55 PM »
Ok guys, i've solved my problem !
In my case, it's a "ITween Stop" action within a state who crash my game.

Each time my state enable the FSM include this action, i've got a crash.
Since i delete this "ITween Stop", my game works.

But i don't know why all working before and after adding some particle, it was crashed...

Anyway, i hope this help someone who have the same problem...

Farwest

  • Beta Group
  • Junior Playmaker
  • *
  • Posts: 63
Re: What is "Stack error:1"[SOLVED]
« Reply #10 on: August 16, 2018, 08:32:42 AM »
I had the same issue. I was working on Save-Load system for my game by Playmaker only and after clicking to Load button second time, it was giving me Stack Error:1 error. (It is similar to Kevron's issue that he mentioned in his second message, after clicking a second time, that happens. Actions work first time, but don't work second time)

In my case, the error was pointing the Load button as the source of the problem, however the error was due to wrong order of Playmaker actions in a different FSM State, which Loading supposed to produce those actions with an event.

After fixing that wrong order, Stack Error:1 disappeared instantly. Therefore, I suggest to people to check their other FSMs in other related objects as well, fix the wrong Playmaker action order, I hope this can be remedy to fix errors for somebody.

3d_Artist1987

  • Beta Group
  • Full Member
  • *
  • Posts: 157
Re: What is "Stack error:1"[SOLVED]
« Reply #11 on: October 13, 2018, 06:02:00 AM »
I am facing the same issue.

Any solution to solve this issue?

Hobbeslionheart

  • Playmaker Newbie
  • *
  • Posts: 1
Re: What is "Stack error:1"[SOLVED]
« Reply #12 on: October 09, 2019, 01:31:40 PM »
So I had this same issue and came to this topic which really didn't solve my issue. I  then found that there was error in my console log and I found it pointed to another issue unrelated to what broke. It worked fine after I fixed that.

So what I would recommend when this happens to you is to check the Console for error messages and see if you can fix that which might be nothing to do with what broke or where it actually stopped.