-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Seems to work some times for a while, then it suddenly starts crashing every time I try to either open an existing project or select folder for a new project. Restarting my computer does not help. I have also reinstalled the tool.
From event viewer:
First entry
Faulting application name: NetUpgradePlanner.exe, version: 0.1.330.5560, time stamp: 0x661f0000
Faulting module name: KERNELBASE.dll, version: 10.0.26100.3775, time stamp: 0x6e2fc3bb
Exception code: 0xe0434352
Fault offset: 0x00000000000c933a
Faulting process id: 0x7A90
Faulting application start time: 0x1DBBEA3455B13CE
Faulting application path: C:\Users\keeki\AppData\Local\NetUpgradePlanner\app-0.1.330-beta\NetUpgradePlanner.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 31447da6-c15c-4072-8dc4-d4f041037193
Faulting package full name:
Faulting package-relative application ID:
Second entry
Application: NetUpgradePlanner.exe
CoreCLR Version: 8.0.1525.16413
.NET Version: 8.0.15
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at System.Net.Http.HttpClient.GetStreamAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at Terrajobst.ApiCatalog.ApiCatalogModel.DownloadFromWebAsync(String fileName)
at NetUpgradePlanner.Services.ProgressService.Run(Func2 operation, String text) at NetUpgradePlanner.Services.CatalogService.LoadAsync(Boolean forceDownload) at NetUpgradePlanner.Services.CatalogService.GetAsync() at NetUpgradePlanner.Services.WorkspaceService.AddAssembliesAsync(IEnumerable
1 paths)
at NetUpgradePlanner.ViewModels.MainWindow.MainWindowViewModel.AddFolderAsync()
at NetUpgradePlanner.ViewModels.MainWindow.MainWindowViewModel.<.ctor>b__10_12()
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at NetUpgradePlanner.App.Main()
Version
0.1.330-beta (15b8973)