playMaker

Author Topic: Horrible bug in 1.7.8.4[SOLVED]  (Read 2197 times)

caesarhernandez

  • Playmaker Newbie
  • *
  • Posts: 30
Horrible bug in 1.7.8.4[SOLVED]
« on: August 02, 2017, 06:22:57 PM »
Playmaker editor window will not show anything. I keep getting these errors:

UnityException: SetLogCallbackDefined is not allowed to be called during serialization, call it from OnEnable instead. Called from ScriptableObject 'FsmEditorWindow'.
See "Script Serialization" page in the Unity Manual for further details.
UnityEngine.Application.add_logMessageReceived (UnityEngine.LogCallback value) (at C:/buildslave/unity/build/artifacts/generated/common/runtime/ApplicationBindings.gen.cs:531)
UnityEngine.Application.RegisterLogCallback (UnityEngine.LogCallback handler, Boolean threaded) (at C:/buildslave/unity/build/Runtime/Export/Application.cs:41)
UnityEngine.Application.RegisterLogCallback (UnityEngine.LogCallback handler) (at C:/buildslave/unity/build/Runtime/Export/Application.cs:17)
HutongGames.PlayMakerEditor.FsmDebugger..ctor ()
HutongGames.PlayMakerEditor.FsmDebugger..cctor ()
Rethrow as TypeInitializationException: An exception was thrown by the type initializer for HutongGames.PlayMakerEditor.FsmDebugger
HutongGames.PlayMakerEditor.FsmEditorWindow.Initialize () (at Assets/PlayMaker/Editor/FsmEditorWindow.cs:87)
HutongGames.PlayMakerEditor.BaseEditorWindow.OnGUI ()
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
« Last Edit: August 03, 2017, 03:38:10 AM by jeanfabre »

caesarhernandez

  • Playmaker Newbie
  • *
  • Posts: 30
Re: Horrible bug in 1.7.8.4
« Reply #1 on: August 02, 2017, 06:30:24 PM »
When I close the window, run the game, stop the game, then open the window again , it works. but after I run the game again with the playmaker editor window open, everything disappears and I get the errors.

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Horrible bug in 1.7.8.4
« Reply #2 on: August 02, 2017, 06:31:46 PM »
What version of Unity are you using?
Try resetting the Layout to Default and then re-open Playmaker.
Also double-check that you have the right version of Playmaker for the version of Unity (e.g., Update in the Asset Store while running that version of Unity, then import).

caesarhernandez

  • Playmaker Newbie
  • *
  • Posts: 30
Re: Horrible bug in 1.7.8.4
« Reply #3 on: August 02, 2017, 06:34:50 PM »
Ok that worked. When I ran "check for updates" from unity, it said "up to date", but the Asset Store let me update to latest version. Thanks!