SoundDeck icon indicating copy to clipboard operation
SoundDeck copied to clipboard

Set App Audio Devivce stopped working with throwing Exception "not implemented"

Open lwt-pressy opened this issue 1 year ago • 0 comments

from a german log "nicht implemented" = not implemented, Zeile = line`

from the SoundDeck.log

Nicht implementiert

bei System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) bei NAudio.CoreAudioApi.AudioSessionManager.RefreshSessions() bei NAudio.CoreAudioApi.MMDevice.GetAudioSessionManager() bei SoundDeck.Core.AppAudioService.<>c.<GetAudioSessions>b__13_0(MMDevice d) in C:\git\SoundDeck\Src\SoundDeck.Core\AppAudioService.cs:Zeile 149. bei System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() bei SoundDeck.Core.AppAudioService.<GetAudioSessions>d__13.MoveNext() in C:\git\SoundDeck\Src\SoundDeck.Core\AppAudioService.cs:Zeile 151. bei System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext() bei SoundDeck.Core.AppAudioService.SetDefaultAudioDevice(IProcessSelectionCriteria criteria, String deviceKey) in C:\git\SoundDeck\Src\SoundDeck.Core\AppAudioService.cs:Zeile 89. bei SoundDeck.Plugin.Actions.SetAppAudioDevice.<OnKeyDown>d__4.MoveNext() in C:\git\SoundDeck\Src\SoundDeck.Plugin\Actions\SetAppAudioDevice.cs:Zeile 45. 2024-09-28 20:19:04.6382 [ERROR] SoundDeck.Plugin.Actions.SetAppAudioDevice: Failed to set app audio device; AudioDeviceId="{0.0.0.00000000}.{0aa4e2f4-72aa-4b1f-9965-c31b23e3f0e2}", ProcessSelectionType="ByName", ProcessName="Firefox". System.IO.FileNotFoundException: Nicht implementiert

lwt-pressy avatar Sep 28 '24 18:09 lwt-pressy