edited August 2019 in ORK Support
Hi,

Suddenly Ork editor turned gray and empty, reimport or update Ork Framework not help.

Below are the two errors showing up in console.


The 1st error is...

ReflectionTypeLoadException: The classes in the module cannot be loaded.
System.Reflection.Assembly.GetTypes () (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/Assembly.cs:371)
ORKFramework.Formulas.Steps.FormulaStepHelper.AddFromAssembly (System.Reflection.Assembly assembly, System.Collections.Generic.Dictionary`2& list)
ORKFramework.Formulas.Steps.FormulaStepHelper.GetSteps ()
ORKFramework.Editor.FormulasTab..ctor ()
ORKFramework.Editor.GameSection..ctor ()
ORKFramework.Editor.ORKEditorWindow.OnGUI ()
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)

--------------------------------------------

The 2nd Error is...


NullReferenceException: Object reference not set to an instance of an object
ORKFramework.Editor.ORKEditorWindow.SaveEditorSettings ()
ORKFramework.Editor.ORKEditorWindow.OnDestroy ()
UnityEditor.DockArea:OnGUI()

--------------------------------------------

Please kindly help.

Thanks a lot in advance.
Post edited by bomobee on
  • edited October 2018
    I had this problem when I used gamekakka's deprecated assets, removing them fixed it for me. so check for any assets you installed lately and remove them to test it
    Post edited by dlevel on
  • edited October 2018
    @dlevel

    Hi,

    It really happened after I imported several new assets to the project.
    I tried removing them as per your advice, now the problem's gone.

    Thank you so much!
    Post edited by bomobee on
Sign In or Register to comment.