DinoChan / OnePomodoro

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

Fix System.Runtime.InteropServices.COMException: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action. The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action. in ComCallHelpers.Call (__ComObject, RuntimeTypeHandle, Int32, Void*, Void*) #140

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.d__69.MoveNext() + 0x52;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: The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.

The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action.

Link to App Center