Advertisement
LittleAngel

Submit page error:

Oct 16th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Submit page error:
  2.  
  3.  
  4. NullReferenceException: Object reference not set to an instance of an object
  5. UnityEditor.VersionControl.WindowChange.RefreshList ()
  6. UnityEditor.VersionControl.WindowChange.OnSubmitGUI ()
  7. UnityEditor.VersionControl.WindowChange.OnGUI ()
  8. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
  9. Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
  10. System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
  11. System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
  12. UnityEditor.HostView.Invoke (System.String methodName, System.Object obj)
  13. UnityEditor.HostView.Invoke (System.String methodName)
  14. UnityEditor.HostView.OnGUI ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement