Matt Wherry
Matt Wherry
Also running, ran into an issue when starting/stopping a bunch. The error message is below The GPU device instance has been suspended. Use GetDeviceRemovedReason to determine the appropriate action. Any...
The first issue i actually wait until the recorder is marked as idle again before moving the recording file ie stop poll until idle delete or move file I can...
[recorder.log](https://github.com/sskodje/ScreenRecorderLib/files/7410231/recorder.log) seems like an audio issue, for usage, before every test im setting options to record audio or not. If i use speech synth during the test, i sitch it...
although here is another log after i removed the audio settings (also polling until the recording was successful to continue testing [recorder.log](https://github.com/sskodje/ScreenRecorderLib/files/7410321/recorder.log)
Ive switched to events and polled until the flag is set there, also did some error checking to try to fix the recorder if it starts throwing that error (dispose,...
Still getting errors on starting recording after a bunch of starting/stopping (est ~2k) even after using flags and waiting in the start/finished recording events. attached is the recorder log. Even...
will run today with release and post results later
Even less tests were able to run with that release, failing after the starting recording again, attached was the recorder log and test console output [recorder.log](https://github.com/sskodje/ScreenRecorderLib/files/7470316/recorder.log) [jetbrains nunit runner2.txt](https://github.com/sskodje/ScreenRecorderLib/files/7470323/jetbrains.nunit.runner2.txt)
I think the issue may be that the software im writing tests for also uses the audio input devices, which is why the console log gets spammed with 'Unable to...
also per the return code in the test runner https://stackoverflow.com/questions/55722844/error-in-dynamic-programming-problem-what-does-runtime-error-exit-code-is-10