playMaker

Author Topic: Frozen Editor Window [SOLVED]  (Read 1426 times)

BFerris

  • Playmaker Newbie
  • *
  • Posts: 2
Frozen Editor Window [SOLVED]
« on: October 23, 2017, 12:51:34 PM »
Hi,

I'm pretty new to Playmaker and only started with my first experiments a couple of days ago. Back then, everything seemed to be going fine.

When I tried to continue today, nothing was working anymore. In fact, I now get this strange error message:

"TypeLoadException: Could not load type 'UnityEngine.ImageConversion' from assembly 'PlayMakerEditor'.
HutongGames.PlayMakerEditor.FsmEditorStyles.InitCommon () (at c:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditorStyles.cs:1103)
HutongGames.PlayMakerEditor.FsmEditorStyles.Init () (at c:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditorStyles.cs:1096)
HutongGames.PlayMakerEditor.FsmEditor.OnGUI () (at c:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:626)
HutongGames.PlayMakerEditor.FsmEditorWindow.DoGUI () (at Assets/PlayMaker/Editor/FsmEditorWindow.cs:95)
HutongGames.PlayMakerEditor.BaseEditorWindow.OnGUI () (at c:/Users/Alex/Documents/Unity/Playmaker/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/BaseEditorWindow.cs:72)
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)"


On top of that, the editor window is now frozen in a corner of the screen. It doesn't show anything at all, and can't be moved. When I press play, the scene immediately pauses, no matter what I do.

Reimporting Playmaker hasn't solved the issue. Setting up a new problem hasn't helpled. The editor remains frozen, no matter what I do. I'm stumped.


« Last Edit: October 23, 2017, 05:54:19 PM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Frozen Editor Window
« Reply #1 on: October 23, 2017, 02:10:37 PM »
From the error message it looks like it's this Asset Store bug:
http://hutonggames.com/playmakerforum/index.php?topic=15842.msg73771

If the info in that thread does not fix the issue please let me know!

BFerris

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Frozen Editor Window
« Reply #2 on: October 23, 2017, 05:29:31 PM »
I finally got it to work again. Thanks!