You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue in the session create code which causes either COM Objects to be access in a non thread safe manner, or the lifecycle is disposed prematurely.
The session controller should probably not be a DeviceCapability it causes oddities.
The text was updated successfully, but these errors were encountered:
I am wondering if the exception we are seeing is related to what you have seen:
Exception thrown at 0x0CBD288A in MyApplication.exe: 0xC0000005: Access violation reading location 0x00000000.
The Common Language Runtime cannot stop at this exception. Common causes include: incorrect COM interop marshalling and memory corruption. To investigate further use native-only debugging.
Exception thrown: 'System.NullReferenceException' in AudioSwitcher.AudioApi.CoreAudio.dll
We end up getting these 3 messages in the debugger over and over.
Thanks a ton for putting this project together! Any help would be much appreciated.
There is an issue in the session create code which causes either COM Objects to be access in a non thread safe manner, or the lifecycle is disposed prematurely.
The session controller should probably not be a
DeviceCapability
it causes oddities.The text was updated successfully, but these errors were encountered: