playMaker

Author Topic: ERROR Going from 1.8.6 to 1.8.9  (Read 1350 times)

miguelfanclub

  • Full Member
  • ***
  • Posts: 165
ERROR Going from 1.8.6 to 1.8.9
« on: May 04, 2018, 04:25:45 PM »
NullReferenceException: Object reference not set to an instance of an object
PlayMakerFSM.get_Fsm () (at C:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/PlayMakerFSM.cs:776)
HutongGames.PlayMakerEditor.FsmEditor.RebuildFsmList () (at C:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:1535)
HutongGames.PlayMakerEditor.FsmEditor.OnEnable () (at C:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:460)
HutongGames.PlayMakerEditor.FsmEditorWindow.Initialize () (at Assets/PlayMaker/Editor/FsmEditorWindow.cs:90)
HutongGames.PlayMakerEditor.BaseEditorWindow.OnGUI () (at C:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/BaseEditorWindow.cs:87)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:272)
UnityEditor.HostView.Invoke (System.String methodName) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:265)
UnityEditor.HostView.InvokeOnGUI (Rect onGUIPosition) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:232)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

miguelfanclub

  • Full Member
  • ***
  • Posts: 165
Re: ERROR Going from 1.8.6 to 1.8.9
« Reply #1 on: May 04, 2018, 04:26:40 PM »
Also, the editor window is greyed out/grey

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: ERROR Going from 1.8.6 to 1.8.9
« Reply #2 on: May 22, 2018, 05:14:20 AM »
Hi,

you need to clean up your install first. and reinstall,

- delete PlayMAker folder ( take out templates and global settings if you have)
- delete all playmaker related stuff inside your plugins folder

- import playmaker from the asset store
- you will have errors, so the install window will not popup
- manually install playmaker package, located in Playmaker/Editor/Installs/

 Bye,

 Jean