playMaker

Author Topic: Error  (Read 2300 times)

inmysights

  • Playmaker Newbie
  • *
  • Posts: 4
Error
« on: January 22, 2016, 12:18:22 AM »
I am getting this error, state.Fsm !=ActiveFsm Unityengine.Debug:logerror(Object)

I have a brand new scene and have playmaker and some particles that I am trying to get working on an  object, but playmaker will not work.

I have 5.3.1f1 with  playmaker 1.8.0.f40 installed

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4145
  • Official Playmaker Support
    • LinkedIn
Re: Error
« Reply #1 on: January 22, 2016, 01:43:15 AM »
When are you getting the error?
Can you paste the full error from the console?

inmysights

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Error
« Reply #2 on: January 23, 2016, 03:45:32 PM »
that is the full error in the console, when I add the FSM to the object

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4145
  • Official Playmaker Support
    • LinkedIn
Re: Error
« Reply #3 on: January 24, 2016, 12:56:11 PM »
If you select the error in the console there you should see more info (call stack etc.) That will help track down the problem.

How are you adding the FSM to the GameObject? Right click menu?

memetic arts

  • Full Member
  • ***
  • Posts: 141
Re: Error
« Reply #4 on: January 24, 2016, 07:01:36 PM »
Ha, I didn't read this before posting my question (the very next one up in the list!). Sounds like the same thing, no?

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4145
  • Official Playmaker Support
    • LinkedIn
Re: Error
« Reply #5 on: January 24, 2016, 09:09:40 PM »
It's hard to say without more details. I haven't seen this with 1.8.

E.g., I don't know if it's a one time error, just when he adds the fsm, maybe an edge case based on how he's adding the FSM... Or maybe he imported the 1.8 package but didn't install it from the Welcome Page so he's still using 1.7.8... need more details to figure out what the issue is since I can't repro here...