DinoChan / OnePomodoro

OnePomodoro is just a simple podomoro technique app. Include some simple Pomodoro timers.
MIT License
124 stars 30 forks source link

Fix System.Runtime.InteropServices.COMException: Catastrophic failure Catastrophic failure (Exception from HRESULT: 0x8000FFFF) in ComCallHelpers.Call (__ComObject, RuntimeTypeHandle, Int32, Void*, Void*) #147

Open DinoChan opened 1 year ago

DinoChan commented 1 year ago

Version 1.25.147.0(1.25.147.0)

Stacktrace

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32, Void, Void) + 0x48;__Interop

OnePomodoro.ViewModels.PomodoroViewModel.set_RemainingPomodoroTime(TimeSpan) + 0x71;OnePomodoro.ViewModels

OnePomodoro.ViewModels.PomodoroViewModel.OnCurrentTimerElapsed(Object, EventArgs) + 0x16;OnePomodoro.ViewModels

OnePomodoro.Helpers.CountdownTimer.set_RemainingTime(TimeSpan) + 0x82;OnePomodoro.Helpers

OnePomodoro.Helpers.CountdownTimer.CheckTime(Boolean) + 0x9d;OnePomodoro.Helpers

OnePomodoro.Helpers.CountdownTimer.Start() + 0x2a;OnePomodoro.Helpers

OnePomodoro.ViewModels.PomodoroViewModel.d__66.MoveNext() + 0x1b5;OnePomodoro.ViewModels.PomodoroViewModel

OnePomodoro.ViewModels.PomodoroViewModel.d__69.MoveNext() + 0xfd;OnePomodoro.ViewModels.PomodoroViewModel

Interop.ComCallHelpers.Call(ComObject, RuntimeTypeHandle, Int32) + 0xb8;__Interop

__Interop.ForwardComStubs.Stub_20[TThis](ComObject, Int32) + 0x24;Interop

Reason

System.Runtime.InteropServices.COMException: Catastrophic failure

Catastrophic failure (Exception from HRESULT: 0x8000FFFF)

Link to App Center