mrtska / SRNicoNico

ニコニコ動画を見るだけのアプリケーション
https://mrtska.net/niconicoviewer
MIT License
42 stars 5 forks source link

サインイン完了後にエラーが発生する #152

Closed domeast closed 5 years ago

domeast commented 5 years ago

サインイン完了後にエラーが発生し、強制終了される。 user.session等を削除し再度起動したが、改善しない。

ver:1.38 OS:Windows 10 Home


エラー

不明なエラーが発生しました。可能であれば、この文章をコピーして作者に報告していただれば幸いです。Ctrl+Cでコピーできます。 動画再生時に起きた場合は動画IDを添えてください。 ExceptionObject:System.NullReferenceException: オブジェクト参照がオブジェクト インスタンスに設定されていません。

場所 SRNicoNico.Models.NicoNicoWrapper.NicoNicoHistory.d__13.MoveNext()

--- 直前に例外がスローされた場所からのスタック トレースの終わり ---

場所 System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)

場所 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

場所 SRNicoNico.ViewModels.HistoryViewModel.d__5.MoveNext()

--- 直前に例外がスローされた場所からのスタック トレースの終わり ---

場所 System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.b__6_0(Object state)

場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

場所 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

場所 System.Windows.Threading.DispatcherOperation.InvokeImpl()

場所 System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)

場所 MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)

場所 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

場所 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)

場所 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

場所 MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)

場所 System.Windows.Threading.DispatcherOperation.Invoke()

場所 System.Windows.Threading.Dispatcher.ProcessQueue()

場所 System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

場所 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)

場所 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)

場所 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)

場所 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

場所 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)

場所 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

場所 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)

場所 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)

場所 System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)

場所 System.Windows.Application.RunDispatcher(Object ignore)

場所 System.Windows.Application.RunInternal(Window window)

場所 System.Windows.Application.Run(Window window)

場所 SRNicoNico.App.Main()

OK

gigacee commented 5 years ago

同じ症状です。本日から発生しています。 ver. 1.38 Windows 10 Pro

mrtska commented 5 years ago

62dca0ec62c73c43f8c3a161b144db69dd8a7695

mrtska commented 5 years ago

早々にIssueにあげていただきありがとうございます。 アップデートしましたので、再度起動していただければアップデートのダイアログが出るかと思います。

gigacee commented 5 years ago

アップデート後、正常に起動できることを確認いたしました。 ご対応ありがとうございました。