DubyaDude / WindowsMediaController

Allows developers to more easily get information from and interact with the Windows 10/11 OS media interface. (Also referred to Windows System Media Transport Controls (SMTC))
https://nuget.org/packages/Dubya.WindowsMediaController
MIT License
129 stars 9 forks source link

System.IO.FileNotFoundException: The device is not ready (0x80070015) #11

Closed Aytackydln closed 1 year ago

Aytackydln commented 1 year ago

This error comes up on some of Aurora's users. Sadly this stack trace is all I can get.

image image

DubyaDude commented 1 year ago

Hmmm, odd, I wonder if the recent switch to force OnSongChange here to run synchronously caused this. Did this issue only start occurring with the recent updates? This change was made in 2.3.2.

Aytackydln commented 1 year ago

Yes, started with 2.3.2

DubyaDude commented 1 year ago

My apologies, this week has been a bit hectic. Does this happen consistently or sporadically? Might be worth it to try version 2.3.1 just to confirm that is the issue so I can roll that specific change back.

Aytackydln commented 1 year ago

I actually didn't hear anything else from the users. Also no more people are reporting it

DubyaDude commented 1 year ago

I've decided to undo the change anyways in the 2.4.0 release. Will be closing since I'm very certain that was the issue; if the issue still exists in this release, please re-open.

DubyaDude commented 1 year ago

This issue should now be generally handled in https://github.com/DubyaDude/WindowsMediaController/releases/tag/2.5.0