Advertisement
GuyOnASofa

error message

Jan 20th, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.18 KB | None | 0 0
  1. Exception Details:
  2. System.NullReferenceException: Object reference not set to an instance of an object.
  3. at SkyEditor.Core.Projects.ProjectBase.<OpenProjectFile>d__3.MoveNext()
  4. --- End of stack trace from previous location where exception was thrown ---
  5. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  6. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  7. at SkyEditor.UI.WPF.MenuActions.FileOpenAuto.VB$StateMachine_9_DoAction.MoveNext()
  8. --- End of stack trace from previous location where exception was thrown ---
  9. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  10. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  11. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  12. at System.Windows.Threading.DispatcherOperation.InvokeImpl()
  13. at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
  14. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  15. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  16. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  17. at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
  18. at System.Windows.Threading.DispatcherOperation.Invoke()
  19. at System.Windows.Threading.Dispatcher.ProcessQueue()
  20. at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  21. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  22. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  23. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  24. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  25. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  26. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  27. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  28. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  29. at System.Windows.Window.ShowHelper(Object booleanBox)
  30. at System.Windows.Window.ShowDialog()
  31. at SkyEditor.UI.WPF.StartupHelpers.VB$StateMachine_4_ShowMainWindow.MoveNext()
  32.  
  33. Loaded Assemblies:
  34. --------------------
  35. mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  36. C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll
  37.  
  38. SkyEditor.ROMEditor.UI.WPF, Version=4.2.12.0, Culture=neutral, PublicKeyToken=null
  39. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.ROMEditor.UI.WPF.exe
  40.  
  41. PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  42. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.dll
  43.  
  44. WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  45. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\WindowsBase\v4.0_4.0.0.0__31bf3856ad364e35\WindowsBase.dll
  46.  
  47. System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  48. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll
  49.  
  50. System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  51. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll
  52.  
  53. PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  54. C:\Windows\Microsoft.Net\assembly\GAC_64\PresentationCore\v4.0_4.0.0.0__31bf3856ad364e35\PresentationCore.dll
  55.  
  56. System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  57. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll
  58.  
  59. System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  60. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll
  61.  
  62. System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  63. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll
  64.  
  65. SkyEditor.UI.WPF, Version=0.0.0.160, Culture=neutral, PublicKeyToken=null
  66. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.UI.WPF.dll
  67.  
  68. SkyEditor.Core, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null
  69. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.Core.dll
  70.  
  71. Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  72. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.VisualBasic\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll
  73.  
  74. System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  75. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll
  76.  
  77. System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  78. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll
  79.  
  80. SkyEditor.Utilities.AsyncFor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null
  81. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.Utilities.AsyncFor.dll
  82.  
  83. netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
  84. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\netstandard\v4.0_2.0.0.0__cc7b13ffcd2ddd51\netstandard.dll
  85.  
  86. SkyEditor.IO, Version=5.0.8.0, Culture=neutral, PublicKeyToken=null
  87. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.IO.dll
  88.  
  89. Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
  90. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\Newtonsoft.Json.dll
  91.  
  92. System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  93. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll
  94.  
  95. System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  96. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll
  97.  
  98. System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  99. C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll
  100.  
  101. SkyEditor.ROMEditor.Windows, Version=4.2.12.0, Culture=neutral, PublicKeyToken=null
  102. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.ROMEditor.Windows.dll
  103.  
  104. SkyEditor.CodeEditor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  105. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.CodeEditor.dll
  106.  
  107. SkyEditor.CodeEditor.UI.WPF, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  108. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.CodeEditor.UI.WPF.exe
  109.  
  110. SkyEditor.ROMEditor, Version=4.1.0.0, Culture=neutral, PublicKeyToken=null
  111. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.ROMEditor.dll
  112.  
  113. DSPatcher, Version=1.0.0.4, Culture=neutral, PublicKeyToken=null
  114. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\DSPatcher.exe
  115.  
  116. DotNet3dsToolkit, Version=0.0.0.118, Culture=neutral, PublicKeyToken=null
  117. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\DotNet3dsToolkit.dll
  118.  
  119. ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310
  120. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\ICSharpCode.AvalonEdit.dll
  121.  
  122. Xceed.Wpf.AvalonDock, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4
  123. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\Xceed.Wpf.AvalonDock.dll
  124.  
  125. PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  126. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework.Aero2\v4.0_4.0.0.0__31bf3856ad364e35\PresentationFramework.Aero2.dll
  127.  
  128. PresentationFramework-SystemXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  129. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemXml\v4.0_4.0.0.0__b77a5c561934e089\PresentationFramework-SystemXml.dll
  130.  
  131. PresentationFramework-SystemData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  132. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\PresentationFramework-SystemData\v4.0_4.0.0.0__b77a5c561934e089\PresentationFramework-SystemData.dll
  133.  
  134. UIAutomationTypes, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  135. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\UIAutomationTypes\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationTypes.dll
  136.  
  137. UIAutomationProvider, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
  138. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\UIAutomationProvider\v4.0_4.0.0.0__31bf3856ad364e35\UIAutomationProvider.dll
  139.  
  140. System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  141. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Deployment\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Deployment.dll
  142.  
  143. Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  144. C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll
  145.  
  146. SkyEditor.SaveEditor, Version=4.2.1.0, Culture=neutral, PublicKeyToken=null
  147. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\SkyEditor.SaveEditor.dll
  148.  
  149. Xceed.Wpf.Toolkit, Version=3.4.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4
  150. C:\Users\GuyOn\OneDrive\Desktop\SkyEditor.ROMEditor.UI.WPF Build 220\Xceed.Wpf.Toolkit.dll
  151.  
  152. --------------------
  153. User Message:
  154.  
  155.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement