playMaker

Author Topic: Missing System Event?  (Read 2502 times)

goliath520

  • Playmaker Newbie
  • *
  • Posts: 7
Missing System Event?
« on: January 18, 2013, 08:03:29 PM »
i have been getting the "missing system event" message for a while but it wasn't doing any harm, now for some reason it gives the error icon and pauses the game. any ideas of what could be wrong? this is what it shows:

Missing System Event:
UnityEngine.Debug:LogError(Object)
HutongGames.PlayMaker.FsmEvent:GetFsmEvent(FsmEvent)
HutongGames.PlayMaker.Fsm:InitData()
HutongGames.PlayMaker.Fsm:Reinitialize()
HutongGames.PlayMakerEditor.FsmEditor:ReinitializeAllFSMs()
HutongGames.PlayMakerEditor.FsmEditor:Reinitialize()
HutongGames.PlayMakerEditor.FsmEditor:Update()
FsmEditorWindow:Update() (at Assets/PlayMaker/Editor/FsmEditorWindow.cs:260)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Missing System Event?
« Reply #1 on: January 18, 2013, 09:00:42 PM »
Can you report a bug with the Playmaker Bug Reporter so I can get more info on your setup... or copy the report and paste into this thread.


YASAI

  • Playmaker Newbie
  • *
  • Posts: 1
Re: Missing System Event?
« Reply #2 on: March 26, 2013, 11:29:34 PM »
I had a same problem.
my case, cause of a problem was event name is empty.
Event name became empty at remove FINISHED transition event.

Empty event can't remove to click to right side remove button.

How to remove empty event name.
Target FSM all states copy -> Create new FSM -> Paste FSM states

If there is even one empty event in all FSMs, occur error.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Missing System Event?
« Reply #3 on: March 26, 2013, 11:50:26 PM »
That's a good lead, I'll investigate...

The delete button in the Events tab only removes events from that FSM.

You should be able to completely delete the Event from the Event Browser...