Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: BFerris on October 23, 2017, 12:51:34 PM

Title: Frozen Editor Window [SOLVED]
Post by: BFerris 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.


Title: Re: Frozen Editor Window
Post by: Alex Chouls 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!
Title: Re: Frozen Editor Window
Post by: BFerris on October 23, 2017, 05:29:31 PM
I finally got it to work again. Thanks!