GoXLR-on-Linux / goxlr-utility

An unofficial GoXLR App replacement for Linux, Windows and MacOS
MIT License
670 stars 37 forks source link

Sleep Profile Does Not Load Upon PC Shutdown #94

Closed Lioden4 closed 1 year ago

Lioden4 commented 1 year ago

Shutdown profile does not load upon PC shutdown.

However, shutdown profile loads when I manually shutdown the Utility App via "Systems -> Settings -> Shutdown GoXLR Utility".

FrostyCoolSlug commented 1 year ago

Thanks for the report, monitoring shutdown behaviour is always tricky because I have to repeatedly shutdown my PC!

I'll see if I can find out why the util isn't triggering correctly though, and hopefully can fix it :)

t3duk commented 1 year ago

I’m also experiencing the same problem, I forgot to open an issue.

t3duk commented 1 year ago

I just shutdown my PC with WoL and my GoXLR just initiated the shutdown procedures.

FrostyCoolSlug commented 1 year ago

Interesting, can you go to system -> settings, turn log level to 'Debug' then drop some logs here from after the next time you shut down windows? That should let me know if the shutdown catching code is triggering at all..

t3duk commented 1 year ago

The only two logs here which happened when I hit shutdown on WoL were

16:02:32 [INFO] Shutting down TTS Service
16:02:32 [INFO] Shutting down device worker
15:24:46 [INFO] Configuring GoXLR, Profile: Default, Mic Profile: DEFAULT
16:02:32 [INFO] Shutting down TTS Service
16:02:32 [INFO] Shutting down device worker
16:04:21 [INFO] Starting GoXLR Daemon v0.12.2
16:04:21 [INFO] Performing Platform Preflight...
16:04:21 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: 0.0.0.0
16:04:21 [INFO] Bound IPC Socket @ @goxlr.socket
16:04:21 [DEBUG] (22) goxlr_daemon::servers::ipc_server: Running IPC Server..
16:04:21 [INFO] Started GoXLR configuration interface at http://0.0.0.0:14564/
16:04:21 [INFO] Starting TTS Service..
16:04:21 [DEBUG] (17) goxlr_daemon::events: Starting Event Loop..
16:04:21 [INFO] Initializing Tolk backend
16:04:21 [DEBUG] (21) goxlr_daemon::platform::windows: Setting Startup Path: "C:\\Users\\Ted\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup"
16:04:21 [INFO] Initializing WinRT backend
16:04:21 [WARN] API VERSION DETECTED: 2.5
16:04:21 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API
16:04:21 [WARN] Please install version 5.12.0 of the GoXLR Drivers
16:04:21 [WARN] We'll try to keep going, but you may experience instability
16:04:21 [DEBUG] (2) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..
16:04:22 [DEBUG] (2) goxlr_usb::device::base: [2c, 13, 0, 0, 6a, 0, 0, 0, 66, 21, 6, 0, 7, 0, 0, 0, 64, 0, 0, 0, 9, 30, 10, 0]
16:04:22 [DEBUG] (2) goxlr_daemon::device: New Device Loading..
16:04:22 [INFO] Configuring GoXLR, Profile: Default, Mic Profile: DEFAULT
16:04:22 [DEBUG] (2) goxlr_daemon::profile: Loading Profile From C:\Users\Ted\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr
16:04:22 [DEBUG] (2) goxlr_profile_loader::profile: Loading Profile Archive..
16:04:22 [DEBUG] (2) goxlr_profile_loader::profile: Attempting to read profile.xml..
16:04:22 [DEBUG] (2) goxlr_profile_loader::profile: Preparing Structure..
16:04:22 [DEBUG] (2) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }
16:04:22 [DEBUG] (2) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }
16:04:22 [DEBUG] (2) goxlr_daemon::device: Created Audio Handler..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Ok(AudioHandler { output_device: None, buffered_input: Some(BufferedRecorder { device: [goxlr_sample.*source, GoXLR_0_4_5.*source, GoXLR.*HiFi__Line5__source, CoreAudio\*Sampler, ^WASAPI\*Sample(?:(?!Mini).)*$], producers: 0 }), last_device_check: None, active_streams: {A: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, B: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, C: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}}, process_task: None })
16:04:22 [DEBUG] (2) goxlr_daemon::device: Audio Handler Loaded OK..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Profile..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Faders..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Fader A to Mic
16:04:22 [DEBUG] (72) goxlr_audio::recorder: Starting Audio Listener..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Fader B to Chat
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Fader C to Music
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Fader D to System
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Mute States..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Microphone Mute State
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Mic to Unmuted
16:04:22 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.
16:04:22 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.
16:04:22 [DEBUG] (2) goxlr_daemon::device: Channel System on Fader, Loading State from Profile
16:04:22 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Game, Unmuting.
16:04:22 [DEBUG] (2) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile
16:04:22 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.
16:04:22 [DEBUG] (2) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile
16:04:22 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.
16:04:22 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.
16:04:22 [DEBUG] (72) goxlr_audio::recorder: Found Device: WASAPI*Sample (TC-Helicon GoXLR)
16:04:22 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Channel Volumes..
16:04:22 [DEBUG] (2) goxlr_daemon::device: No reference volumes, sending channels in order
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for Mic to 255
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineIn to 128
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for Console to 128
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for System to 151
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for Game to 128
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for Chat to 255
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for Sample to 255
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for Music to 150
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for Headphones to 255
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for MicMonitor to 128
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineOut to 255
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Submixing Settings..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Loading Colour Map..
16:04:22 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:04:22 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Fader display modes..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting display for A
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting display for B
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting display for C
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting display for D
16:04:22 [DEBUG] (2) goxlr_daemon::device: Updating button states..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Microphone:
16:04:22 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: true, Sampler: true, LineOut: false}
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Chat:
16:04:22 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Music:
16:04:22 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:04:22 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Music
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Game:
16:04:22 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:04:22 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Game
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Console:
16:04:22 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing to LineIn:
16:04:22 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:04:22 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing to System:
16:04:22 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:04:22 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: System
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Samples:
16:04:22 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:04:22 [DEBUG] (2) goxlr_daemon::device: Applying Voice FX
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbModDepth to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbHighColor to -35
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowGain to -10
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbLowColor to -23
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoTempo to 149
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMid to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotStyle to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceGain to 8
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneKeySource to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneRate to 20
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowFreq to 88
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotDryMix to -6
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePostGain to 2
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoFilterStyle to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MicCompSelect to 1
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoSource to 1
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbTailLevel to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceFC to 135
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbDiffuse to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoXFBLtoR to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedback to 30
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting PitchThreshold to -36
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePreGain to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting HardTunePitchAmount to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbDecay to 118
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Encoder1Enabled to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidWidth to 25
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbHighFactor to 13
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbEarlyLevel to -25
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneLP to 200
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotWaveform to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMax to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoDivR to 9
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting PitchCharacter to 100
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbType to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowWidth to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneWindow to 20
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoDelayL to 500
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotEnabled to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotThreshold to -36
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Encoder3Enabled to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneHP to 120
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotPulseWidth to 50
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting PitchAmount to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoXFBRtoL to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedbackL to 50
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Encoder2Enabled to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneFilter to 59
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneFilterControl to 2
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneBeatboxEnable to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneEnabled to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiGain to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoDivL to 9
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiWidth to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbModSpeed to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneEnabled to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDistType to 6
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiFreq to 182
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedbackR to 50
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneStyle to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceBW to 7
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidFreq to 173
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoAmount to -17
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbAmount to -27
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting EchoDelayR to 500
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting GenderAmount to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneScale to 5
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneAmount to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Encoder4Enabled to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidGain to 5
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneAmount to 70
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting ReverbPredelay to 15
16:04:22 [DEBUG] (2) goxlr_daemon::device: Validating Sampler Configuration..
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzGain to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting GateThreshold to -47
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzGain to -3
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting GateAttack to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting DeEsser to 50
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting GateRelease to 19
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting GateEnabled to 1
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRelease to 9
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzGain to -9
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting GateMode to 2
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting CompressorThreshold to -14
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzGain to 9
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzGain to 9
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting DisableMic to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRatio to 9
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzGain to 3
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzGain to -3
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting CompressorAttack to 1
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzGain to -9
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzGain to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzGain to 3
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting BleepLevel to -20
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting CompressorMakeUpGain to 0
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135
16:04:22 [DEBUG] (2) goxlr_daemon::device: Setting GateAttenuation to -27
16:04:22 [DEBUG] (2) goxlr_daemon::device: Updating Mic volume from 255 to 253 as a human moved the fader
16:04:22 [DEBUG] (2) goxlr_daemon::device: Updating Chat volume from 255 to 253 as a human moved the fader
16:04:22 [DEBUG] (2) goxlr_daemon::device: Updating Music volume from 150 to 148 as a human moved the fader
16:04:22 [DEBUG] (2) goxlr_daemon::device: Updating System volume from 151 to 150 as a human moved the fader
16:04:23 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:04:24 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:04:27 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:04:29 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
FrostyCoolSlug commented 1 year ago

Ah, changing the log level requires a util restart, so the shutdown only had INFO logs in it, can you give it another try now that debug is enabled?

Thanks.

t3duk commented 1 year ago

Apologises,

16:33:54 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:34:34 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:34:53 [DEBUG] (56) goxlr_daemon::tray::tao: Query End Session Received..
16:34:58 [DEBUG] (56) goxlr_daemon::tray::tao: Received WM_ENDSESSION from Windows
16:34:58 [DEBUG] (56) goxlr_daemon::tray::tao: Attempting Shutdown..
16:34:58 [DEBUG] (56) goxlr_daemon::tray::tao: Waiting..
16:34:58 [DEBUG] (19) goxlr_daemon::events: Shutdown Phase 1 Triggered..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Shutting Down Device: S210500771CQK
16:34:58 [DEBUG] (19) goxlr_daemon::device: LoadProfile("Sleep", false)
16:34:58 [DEBUG] (19) goxlr_daemon::profile: Loading Profile From C:\Users\Ted\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr
16:34:58 [DEBUG] (19) goxlr_profile_loader::profile: Loading Profile Archive..
16:34:58 [DEBUG] (19) goxlr_profile_loader::profile: Attempting to read profile.xml..
16:34:58 [DEBUG] (19) goxlr_profile_loader::profile: Preparing Structure..
16:34:58 [DEBUG] (19) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }
16:34:58 [DEBUG] (19) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Profile..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Faders..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Fader Already Assigned, ignoring
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Fader B to Music
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Fader C to Chat
16:34:58 [DEBUG] (19) goxlr_daemon::device: Fader Already Assigned, ignoring
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Mute States..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Microphone Mute State
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Mic to Unmuted
16:34:58 [DEBUG] (19) goxlr_daemon::device: Channel System on Fader, Loading State from Profile
16:34:58 [DEBUG] (19) goxlr_daemon::device: Channel D already Unmuted, doing nothing.
16:34:58 [DEBUG] (19) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile
16:34:58 [DEBUG] (19) goxlr_daemon::device: Channel C already Unmuted, doing nothing.
16:34:58 [DEBUG] (19) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile
16:34:58 [DEBUG] (19) goxlr_daemon::device: Channel B already Unmuted, doing nothing.
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Channel Volumes..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for LineOut to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for Mic to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for LineIn to 128
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for Console to 128
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for System to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for Game to 128
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for Chat to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for Sample to 207
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for Music to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for MicMonitor to 255
16:34:58 [DEBUG] (56) goxlr_daemon::tray::tao: Waiting..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting volume for Headphones to 255
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Submixing Settings..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Loading Colour Map..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Fader display modes..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting display for A
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting display for B
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting display for C
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting display for D
16:34:58 [DEBUG] (56) goxlr_daemon::tray::tao: Waiting..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Updating button states..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing to Microphone:
16:34:58 [DEBUG] (19) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true}
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing to Chat:
16:34:58 [DEBUG] (19) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: false}
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing to Music:
16:34:58 [DEBUG] (19) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: false}
16:34:58 [DEBUG] (19) goxlr_daemon::device: Light HardTune Enabled for Channel: Music
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing to Game:
16:34:58 [DEBUG] (19) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: false}
16:34:58 [DEBUG] (19) goxlr_daemon::device: Light HardTune Enabled for Channel: Game
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing to Console:
16:34:58 [DEBUG] (19) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: false}
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing to LineIn:
16:34:58 [DEBUG] (19) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: false}
16:34:58 [DEBUG] (19) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing to System:
16:34:58 [DEBUG] (19) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: false}
16:34:58 [DEBUG] (19) goxlr_daemon::device: Light HardTune Enabled for Channel: System
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Routing to Samples:
16:34:58 [DEBUG] (19) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: false}
16:34:58 [DEBUG] (19) goxlr_daemon::device: Applying Voice FX
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbTailLevel to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Encoder4Enabled to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting HardTunePitchAmount to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbType to 5
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoFeedback to 55
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting HardTuneRate to 100
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotMidFreq to 173
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotHiWidth to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphonePreGain to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbDecay to 96
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneStyle to 1
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoDivR to 13
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneFilterControl to 1
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotThreshold to -36
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoDelayL to 333
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MicCompSelect to 1
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphonePresenceBW to 5
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Encoder2Enabled to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoFilterStyle to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneBeatboxEnable to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotEnabled to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting HardTuneKeySource to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoAmount to -36
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoDivL to 10
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMid to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoXFBRtoL to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbLowColor to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoFeedbackL to 50
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneHP to 110
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoXFBLtoR to 100
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneFilter to 59
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbModDepth to -25
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbPredelay to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting PitchAmount to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneLP to 190
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneEnabled to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoFeedbackR to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoDelayR to 166
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbEarlyLevel to -25
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Encoder1Enabled to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneAmount to 30
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoSource to 1
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting EchoTempo to 120
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotLowWidth to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneDistType to 4
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotMidWidth to 25
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotHiFreq to 182
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotPulseWidth to 50
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotStyle to 1
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotDryMix to -6
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting HardTuneWindow to 60
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphonePresenceGain to 7
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting HardTuneScale to 5
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbHighFactor to -25
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMax to 5
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting PitchThreshold to -36
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotMidGain to 5
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotHiGain to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotWaveform to 1
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting HardTuneAmount to 100
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting HardTuneEnabled to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotLowFreq to 88
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting GenderAmount to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbHighColor to -50
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphonePresenceFC to 160
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting PitchCharacter to 100
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting RobotLowGain to -10
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbModSpeed to -25
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbAmount to -36
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting MegaphonePostGain to 2
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting ReverbDiffuse to -50
16:34:58 [DEBUG] (19) goxlr_daemon::device: Setting Encoder3Enabled to 0
16:34:58 [DEBUG] (19) goxlr_daemon::device: Validating Sampler Configuration..
16:34:58 [DEBUG] (56) goxlr_daemon::tray::tao: Waiting..
16:34:58 [DEBUG] (19) goxlr_daemon::device: Updating Mic volume from 0 to 1 as a human moved the fader
16:34:58 [DEBUG] (19) goxlr_daemon::device: Updating Music volume from 0 to 1 as a human moved the fader
16:34:58 [DEBUG] (19) goxlr_daemon::events: Shutdown Phase 2 Triggered..
16:34:58 [INFO] Shutting down device worker
16:34:58 [INFO] Shutting down TTS Service
16:34:58 [DEBUG] (19) goxlr_daemon::files: Shutdown Signal Received.
16:34:58 [DEBUG] (2) goxlr_daemon::platform::windows: Shutting down Platform Runtime..
16:34:58 [DEBUG] (72) goxlr_audio::recorder: Audio Listener Terminated
16:34:58 [DEBUG] (62) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:34:58 [DEBUG] (1) goxlr_daemon::tray::tao: Shutting down Window Event Handler..
16:34:58 [DEBUG] (1) goxlr_daemon::tray::tao: Shutting down Window Event Handler..
16:34:58 [DEBUG] (1) goxlr_daemon::tray::tao: Shutting down Window Event Handler..
16:34:58 [DEBUG] (1) goxlr_daemon::tray::tao: Shutting down Window Event Handler..
16:34:58 [INFO] Shutting down daemon
16:36:05 [INFO] Starting GoXLR Daemon v0.12.2
16:36:05 [INFO] Performing Platform Preflight...
16:36:06 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: 0.0.0.0
16:36:06 [INFO] Bound IPC Socket @ @goxlr.socket
16:36:06 [DEBUG] (25) goxlr_daemon::servers::ipc_server: Running IPC Server..
16:36:06 [INFO] Started GoXLR configuration interface at http://0.0.0.0:14564/
16:36:06 [INFO] Starting TTS Service..
16:36:06 [DEBUG] (15) goxlr_daemon::events: Starting Event Loop..
16:36:06 [INFO] Initializing Tolk backend
16:36:06 [DEBUG] (23) goxlr_daemon::platform::windows: Setting Startup Path: "C:\\Users\\Ted\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup"
16:36:06 [WARN] API VERSION DETECTED: 2.5
16:36:06 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API
16:36:06 [WARN] Please install version 5.12.0 of the GoXLR Drivers
16:36:06 [WARN] We'll try to keep going, but you may experience instability
16:36:06 [DEBUG] (2) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..
16:36:06 [INFO] Initializing WinRT backend
16:36:06 [DEBUG] (2) goxlr_usb::device::base: [2c, 13, 0, 0, 6a, 0, 0, 0, 66, 21, 6, 0, 7, 0, 0, 0, 64, 0, 0, 0, 9, 30, 10, 0]
16:36:06 [DEBUG] (2) goxlr_daemon::device: New Device Loading..
16:36:06 [INFO] Configuring GoXLR, Profile: Default, Mic Profile: DEFAULT
16:36:06 [DEBUG] (2) goxlr_daemon::profile: Loading Profile From C:\Users\Ted\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr
16:36:06 [DEBUG] (2) goxlr_profile_loader::profile: Loading Profile Archive..
16:36:06 [DEBUG] (2) goxlr_profile_loader::profile: Attempting to read profile.xml..
16:36:06 [DEBUG] (2) goxlr_profile_loader::profile: Preparing Structure..
16:36:06 [DEBUG] (2) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }
16:36:06 [DEBUG] (2) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }
16:36:06 [DEBUG] (2) goxlr_daemon::device: Created Audio Handler..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Ok(AudioHandler { output_device: None, buffered_input: Some(BufferedRecorder { device: [goxlr_sample.*source, GoXLR_0_4_5.*source, GoXLR.*HiFi__Line5__source, CoreAudio\*Sampler, ^WASAPI\*Sample(?:(?!Mini).)*$], producers: 0 }), last_device_check: None, active_streams: {A: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, B: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, C: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}}, process_task: None })
16:36:06 [DEBUG] (2) goxlr_daemon::device: Audio Handler Loaded OK..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Profile..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Faders..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Fader A to Mic
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Fader B to Chat
16:36:06 [DEBUG] (72) goxlr_audio::recorder: Starting Audio Listener..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Fader C to Music
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Fader D to System
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Mute States..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Microphone Mute State
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Mic to Unmuted
16:36:06 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.
16:36:06 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.
16:36:06 [DEBUG] (2) goxlr_daemon::device: Channel System on Fader, Loading State from Profile
16:36:06 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Game, Unmuting.
16:36:06 [DEBUG] (2) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile
16:36:06 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.
16:36:06 [DEBUG] (2) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile
16:36:06 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.
16:36:06 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.
16:36:06 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.
16:36:06 [DEBUG] (72) goxlr_audio::recorder: Found Device: WASAPI*Sample (TC-Helicon GoXLR)
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Channel Volumes..
16:36:06 [DEBUG] (2) goxlr_daemon::device: No reference volumes, sending channels in order
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for Mic to 255
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineIn to 128
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for Console to 128
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for System to 151
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for Game to 128
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for Chat to 255
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for Sample to 255
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for Music to 150
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for Headphones to 255
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for MicMonitor to 128
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineOut to 255
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Submixing Settings..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Loading Colour Map..
16:36:06 [DEBUG] (63) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:36:06 [DEBUG] (63) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Fader display modes..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting display for A
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting display for B
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting display for C
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting display for D
16:36:06 [DEBUG] (2) goxlr_daemon::device: Updating button states..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Microphone:
16:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: true, Sampler: true, LineOut: false}
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Chat:
16:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Music:
16:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:36:06 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Music
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Game:
16:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:36:06 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Game
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Console:
16:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to LineIn:
16:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:36:06 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to System:
16:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:36:06 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: System
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Samples:
16:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
16:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Voice FX
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneStyle to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotDryMix to -6
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneEnabled to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoXFBRtoL to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbLowColor to -23
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotStyle to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoDelayL to 500
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting PitchAmount to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiFreq to 182
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting PitchCharacter to 100
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceBW to 7
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting PitchThreshold to -36
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneLP to 200
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoFilterStyle to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowWidth to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneScale to 5
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MicCompSelect to 1
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceGain to 8
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbModSpeed to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbHighColor to -35
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Encoder4Enabled to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedback to 30
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoTempo to 149
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneWindow to 20
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoDivL to 9
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbModDepth to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneFilter to 59
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedbackR to 50
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneRate to 20
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbTailLevel to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoDivR to 9
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneFilterControl to 2
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowGain to -10
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePostGain to 2
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidFreq to 173
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Encoder2Enabled to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceFC to 135
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbDecay to 118
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneEnabled to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Encoder3Enabled to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbType to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbDiffuse to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDistType to 6
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMid to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoSource to 1
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneKeySource to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneBeatboxEnable to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedbackL to 50
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidGain to 5
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbAmount to -27
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotThreshold to -36
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMax to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneAmount to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiWidth to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotPulseWidth to 50
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneAmount to 70
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePreGain to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting HardTunePitchAmount to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoXFBLtoR to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GenderAmount to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotEnabled to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Encoder1Enabled to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoAmount to -17
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoDelayR to 500
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbEarlyLevel to -25
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiGain to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotWaveform to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbHighFactor to 13
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting ReverbPredelay to 15
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneHP to 120
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidWidth to 25
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowFreq to 88
16:36:06 [DEBUG] (2) goxlr_daemon::device: Validating Sampler Configuration..
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateThreshold to -47
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorMakeUpGain to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzGain to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzGain to -3
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateMode to 2
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzGain to 3
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateAttack to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorAttack to 1
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorThreshold to -14
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateAttenuation to -27
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRelease to 9
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRatio to 9
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzGain to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzGain to 3
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzGain to -3
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting DisableMic to 0
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting BleepLevel to -20
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateEnabled to 1
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting DeEsser to 50
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzGain to 9
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzGain to -9
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzGain to -9
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateRelease to 19
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzGain to 9
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207
16:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63
16:36:07 [DEBUG] (2) goxlr_daemon::device: Updating Mic volume from 255 to 253 as a human moved the fader
16:36:07 [DEBUG] (2) goxlr_daemon::device: Updating Chat volume from 255 to 252 as a human moved the fader
16:36:07 [DEBUG] (2) goxlr_daemon::device: Updating Music volume from 150 to 148 as a human moved the fader
16:36:07 [DEBUG] (2) goxlr_daemon::device: Updating System volume from 151 to 150 as a human moved the fader
16:36:10 [DEBUG] (63) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
16:36:10 [DEBUG] (63) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []

@FrostyCoolSlug

FrostyCoolSlug commented 1 year ago

Thanks for the logs, so I'm definitely seeing the windows shutdown triggers in that log, which is why it's applying the profile and shutting down cleanly..

Could you also provide similar logs of a situation where it doesn't work? I'm wondering if windows either isn't signalling, or is killing the process without giving it a chance to finish.

Thanks.

AlienXAXS commented 1 year ago

I have also been having this issue, but not always which is odd.

Looking at the latest debug log file (of when it didnt load the shutdown profile) it looks like the application was simply closed without execution time on the exit handler.

goxlr-daemon.log

I do not know how good Rust is at listening to WMI Events, but this should help you: https://learn.microsoft.com/en-us/windows/win32/shutdown/wm-queryendsession

This gets raised to every running application before the system starts the shutdown procedure and works for log off too.

You can search GitHub for sources using this WMI via Rust too: https://github.com/search?q=language%3ARust+WM_QUERYENDSESSION+&type=code

It looks like this project has exactly what you may require in it: https://github.com/manvir-singh/display_off

Hopefully this was of some help :)

FrostyCoolSlug commented 1 year ago

Could you give it at try with this build please: -- REMOVED --

What I suspect (and hope) was happening, is that I open my controlling window (designed to handle the shutdown signal), then load the tray.. However because the former is spawned in a separate thread, the tray may have JUST been beating it in a race condition as the 'primary instance'.. This was subsiquently receiving the the WM_QUERYENDSESSION message, and doesn't have a handle so, no logs, and simply was returning 'We're done, end the process'.

In this build I pause on spawning the tray until WM_CREATE has triggered on the shutdown window. It delays spawn of the tray by tens of milliseconds, but HOPEFULLY should result in the correct shutdown code going off.

Please let me know the results :)

Edit:

You can search GitHub for sources using this WMI via Rust too: https://github.com/search?q=language%3ARust+WM_QUERYENDSESSION+&type=code

The GoXLR Utility appears on Page 4 ;)

Lioden4 commented 1 year ago

Hi @FrostyCoolSlug, thanks for the assistance. Tried downloading and installing Windows-artifact.zip. However, met with an error trojan detected. Attached screenshot for your ref. Screenshot 2023-07-05 102957

FrostyCoolSlug commented 1 year ago

Thanks for the heads up, not entirely sure what's happened there but it's almost certainly a false positive (the artifact was downloaded from a build made on GitHub!). For now, don't install it, I'll try and work out what's causing that.

FrostyCoolSlug commented 1 year ago

I've run the zip through opswat just to double check, results are here: https://metadefender.opswat.com/results/file/bzIzMDcwNXllNHkxN3BtVU4wZFg5VjBTVEQ/regular/multiscan - Weirdly Defender doesn't flag it as a problem there, or on my PC, but it's not uncommon for heuristics to go a bit haywire when zip files are involved.

Either way, I've removed the link from the comment, and asked github to remove the file.

I think I've found a possible cause at least, the installer has a taskkill command in it from a long time ago, which might be tripping something up.

I'll get a new artifact built without it, and upload it shortly.

FrostyCoolSlug commented 1 year ago

Let's try again, can you give this one a try please? windows-artifact.zip

Lioden4 commented 1 year ago

hi! just installed it and tried shutting down my PC twice. Both times, "shutdown profile" was not loaded. "Systems -> Settings -> Shutdown GoXLR Utility" still works though.

Is there anything I can do to help? Like providing logs?

Lioden4 commented 1 year ago

This is using Window's restart function.

05:11:03 [INFO] Shutting down TTS Service 05:11:03 [INFO] Shutting down device worker 05:11:03 [INFO] Shutting down daemon 05:11:08 [INFO] Starting GoXLR Daemon v0.12.2 05:11:08 [INFO] Performing Platform Preflight... 05:11:08 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost 05:11:08 [INFO] Bound IPC Socket @ @goxlr.socket 05:11:08 [DEBUG] (13) goxlr_daemon::servers::ipc_server: Running IPC Server.. 05:11:08 [DEBUG] (12) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" 05:11:08 [WARN] API VERSION DETECTED: 2.5 05:11:08 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API 05:11:08 [WARN] Please install version 5.12.0 of the GoXLR Drivers 05:11:08 [WARN] We'll try to keep going, but you may experience instability 05:11:08 [DEBUG] (2) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread.. 05:11:08 [INFO] Started GoXLR configuration interface at http://localhost:14564/ 05:11:08 [INFO] Starting TTS Service.. 05:11:08 [DEBUG] (13) goxlr_daemon::events: Starting Event Loop.. 05:11:08 [INFO] Initializing Tolk backend 05:11:08 [INFO] Initializing WinRT backend 05:11:08 [DEBUG] (36) goxlr_daemon::tray::tao: Window Spawned, resuming startup.. 05:11:08 [DEBUG] (1) goxlr_daemon::tray::tao: Launching Tray.. 05:11:10 [DEBUG] (2) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0] 05:11:10 [DEBUG] (2) goxlr_daemon::device: New Device Loading.. 05:11:10 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden 05:11:10 [DEBUG] (2) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr 05:11:10 [DEBUG] (2) goxlr_profile_loader::profile: Loading Profile Archive.. 05:11:10 [DEBUG] (2) goxlr_profile_loader::profile: Attempting to read profile.xml.. 05:11:10 [DEBUG] (2) goxlr_profile_loader::profile: Preparing Structure.. 05:11:10 [DEBUG] (2) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 05:11:10 [DEBUG] (2) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 05:11:10 [DEBUG] (2) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini! 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Profile.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Faders.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader A to Mic 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader B to Chat 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader C to Game 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader D to System 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Mute States.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Microphone Mute State 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Mic to Muted 05:11:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Console, Unmuting. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 05:11:10 [DEBUG] (2) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile 05:11:10 [DEBUG] (2) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 05:11:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Music, Unmuting. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Channel Volumes.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: No reference volumes, sending channels in order 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Mic to 255 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineIn to 128 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Console to 128 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for System to 255 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Game to 255 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Chat to 255 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Sample to 255 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Music to 191 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Headphones to 255 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for MicMonitor to 204 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineOut to 255 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Submixing Settings.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Loading Colour Map.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader display modes.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting display for A 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting display for B 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting display for C 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting display for D 05:11:10 [DEBUG] (2) goxlr_daemon::device: Updating button states.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Microphone: 05:11:10 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Chat: 05:11:10 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Music: 05:11:10 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:11:10 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Game: 05:11:10 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:11:10 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Console: 05:11:10 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing to LineIn: 05:11:10 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:11:10 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing to System: 05:11:10 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:11:10 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: System 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Samples: 05:11:10 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:11:10 [DEBUG] (2) goxlr_daemon::device: Applying Voice FX 05:11:10 [DEBUG] (2) goxlr_daemon::device: Validating Sampler Configuration.. 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting CompressorThreshold to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting GateThreshold to -37 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting GateRelease to 19 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting DeEsser to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting GateAttenuation to -61 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRelease to 9 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting DisableMic to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting CompressorAttack to 1 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting BleepLevel to -20 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRatio to 9 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting GateEnabled to 1 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting GateMode to 2 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzGain to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting GateAttack to 0 05:11:10 [DEBUG] (2) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial 05:11:10 [DEBUG] (2) goxlr_daemon::device: Setting EchoAmount to -36 05:11:10 [DEBUG] (2) goxlr_daemon::tts: Received TTS Message: Echo 0 percent 05:12:25 [INFO] Starting GoXLR Daemon v0.12.2 05:12:25 [INFO] Performing Platform Preflight... 05:12:26 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost 05:12:26 [INFO] Bound IPC Socket @ @goxlr.socket 05:12:26 [DEBUG] (11) goxlr_daemon::servers::ipc_server: Running IPC Server.. 05:12:26 [DEBUG] (9) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" 05:12:26 [INFO] Started GoXLR configuration interface at http://localhost:14564/ 05:12:26 [INFO] Starting TTS Service.. 05:12:26 [INFO] Initializing Tolk backend 05:12:26 [DEBUG] (11) goxlr_daemon::events: Starting Event Loop.. 05:12:26 [WARN] API VERSION DETECTED: 2.5 05:12:26 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API 05:12:26 [WARN] Please install version 5.12.0 of the GoXLR Drivers 05:12:26 [WARN] We'll try to keep going, but you may experience instability 05:12:26 [DEBUG] (9) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread.. 05:12:26 [INFO] Initializing WinRT backend 05:12:26 [DEBUG] (33) goxlr_daemon::tray::tao: Window Spawned, resuming startup.. 05:12:26 [DEBUG] (1) goxlr_daemon::tray::tao: Launching Tray.. 05:12:27 [DEBUG] (9) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0] 05:12:27 [DEBUG] (9) goxlr_daemon::device: New Device Loading.. 05:12:27 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden 05:12:27 [DEBUG] (9) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr 05:12:27 [DEBUG] (9) goxlr_profile_loader::profile: Loading Profile Archive.. 05:12:27 [DEBUG] (9) goxlr_profile_loader::profile: Attempting to read profile.xml.. 05:12:27 [DEBUG] (9) goxlr_profile_loader::profile: Preparing Structure.. 05:12:27 [DEBUG] (9) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 05:12:27 [DEBUG] (9) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 05:12:27 [DEBUG] (9) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini! 05:12:27 [DEBUG] (9) goxlr_daemon::device: Applying Profile.. 05:12:27 [DEBUG] (9) goxlr_daemon::device: Setting Faders.. 05:12:27 [DEBUG] (9) goxlr_daemon::device: Setting Fader A to Mic 05:12:27 [DEBUG] (9) goxlr_daemon::device: Setting Fader B to Chat 05:12:27 [DEBUG] (9) goxlr_daemon::device: Setting Fader C to Game 05:12:27 [DEBUG] (9) goxlr_daemon::device: Setting Fader D to System 05:12:27 [DEBUG] (9) goxlr_daemon::device: Setting Mute States.. 05:12:27 [DEBUG] (9) goxlr_daemon::device: Applying Microphone Mute State 05:12:27 [DEBUG] (9) goxlr_daemon::device: Setting Mic to Muted 05:12:27 [DEBUG] (9) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting. 05:12:27 [DEBUG] (9) goxlr_daemon::device: Unknown Channel state for Console, Unmuting. 05:12:27 [DEBUG] (9) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 05:12:27 [DEBUG] (9) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile 05:12:27 [DEBUG] (9) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 05:12:27 [DEBUG] (9) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting. 05:12:27 [DEBUG] (9) goxlr_daemon::device: Unknown Channel state for Music, Unmuting. 05:12:27 [DEBUG] (9) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Channel Volumes.. 05:12:28 [DEBUG] (9) goxlr_daemon::device: No reference volumes, sending channels in order 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for Mic to 255 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for LineIn to 128 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for Console to 128 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for System to 255 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for Game to 255 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for Chat to 255 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for Sample to 255 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for Music to 191 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for Headphones to 255 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for MicMonitor to 204 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting volume for LineOut to 255 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Submixing Settings.. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Loading Colour Map.. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Fader display modes.. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting display for A 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting display for B 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting display for C 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting display for D 05:12:28 [DEBUG] (9) goxlr_daemon::device: Updating button states.. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing.. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Microphone: 05:12:28 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Chat: 05:12:28 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Music: 05:12:28 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:12:28 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Game: 05:12:28 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:12:28 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Console: 05:12:28 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing to LineIn: 05:12:28 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:12:28 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing to System: 05:12:28 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:12:28 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: System 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Samples: 05:12:28 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:12:28 [DEBUG] (9) goxlr_daemon::device: Applying Voice FX 05:12:28 [DEBUG] (9) goxlr_daemon::device: Validating Sampler Configuration.. 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer31HzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting GateAttenuation to -61 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting DisableMic to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer63HzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting CompressorRelease to 9 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting GateAttack to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting DeEsser to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting CompressorRatio to 9 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting GateEnabled to 1 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting GateRelease to 19 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer125HzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer250HzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting BleepLevel to -20 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting GateMode to 2 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting CompressorThreshold to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting CompressorAttack to 1 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting GateThreshold to -37 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer500HzGain to 0 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 05:12:28 [DEBUG] (9) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial 05:12:28 [DEBUG] (9) goxlr_daemon::device: Setting EchoAmount to -36 05:12:28 [DEBUG] (9) goxlr_daemon::tts: Received TTS Message: Echo 0 percent

Lioden4 commented 1 year ago

This is for Windows' full shutdown.

05:12:52 [DEBUG] (37) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: [] 05:12:55 [DEBUG] (37) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: [] 05:15:28 [INFO] Starting GoXLR Daemon v0.12.2 05:15:28 [INFO] Performing Platform Preflight... 05:15:29 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost 05:15:29 [INFO] Bound IPC Socket @ @goxlr.socket 05:15:29 [DEBUG] (11) goxlr_daemon::servers::ipc_server: Running IPC Server.. 05:15:29 [DEBUG] (12) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" 05:15:29 [INFO] Started GoXLR configuration interface at http://localhost:14564/ 05:15:29 [INFO] Starting TTS Service.. 05:15:29 [INFO] Initializing Tolk backend 05:15:29 [DEBUG] (11) goxlr_daemon::events: Starting Event Loop.. 05:15:29 [WARN] API VERSION DETECTED: 2.5 05:15:29 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API 05:15:29 [WARN] Please install version 5.12.0 of the GoXLR Drivers 05:15:29 [WARN] We'll try to keep going, but you may experience instability 05:15:29 [DEBUG] (4) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread.. 05:15:29 [INFO] Initializing WinRT backend 05:15:29 [DEBUG] (35) goxlr_daemon::tray::tao: Window Spawned, resuming startup.. 05:15:29 [DEBUG] (1) goxlr_daemon::tray::tao: Launching Tray.. 05:15:30 [DEBUG] (4) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0] 05:15:30 [DEBUG] (4) goxlr_daemon::device: New Device Loading.. 05:15:30 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden 05:15:30 [DEBUG] (4) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr 05:15:30 [DEBUG] (4) goxlr_profile_loader::profile: Loading Profile Archive.. 05:15:30 [DEBUG] (4) goxlr_profile_loader::profile: Attempting to read profile.xml.. 05:15:30 [DEBUG] (4) goxlr_profile_loader::profile: Preparing Structure.. 05:15:30 [DEBUG] (4) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 05:15:30 [DEBUG] (4) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 05:15:30 [DEBUG] (4) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini! 05:15:30 [DEBUG] (4) goxlr_daemon::device: Applying Profile.. 05:15:30 [DEBUG] (4) goxlr_daemon::device: Setting Faders.. 05:15:30 [DEBUG] (4) goxlr_daemon::device: Setting Fader A to Mic 05:15:30 [DEBUG] (4) goxlr_daemon::device: Setting Fader B to Chat 05:15:30 [DEBUG] (4) goxlr_daemon::device: Setting Fader C to Game 05:15:30 [DEBUG] (4) goxlr_daemon::device: Setting Fader D to System 05:15:30 [DEBUG] (4) goxlr_daemon::device: Setting Mute States.. 05:15:30 [DEBUG] (4) goxlr_daemon::device: Applying Microphone Mute State 05:15:30 [DEBUG] (4) goxlr_daemon::device: Setting Mic to Muted 05:15:30 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting. 05:15:30 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Console, Unmuting. 05:15:30 [DEBUG] (4) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 05:15:30 [DEBUG] (4) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile 05:15:30 [DEBUG] (4) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 05:15:30 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting. 05:15:30 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Music, Unmuting. 05:15:30 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting. 05:15:31 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting. 05:15:31 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting. 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting Channel Volumes.. 05:15:31 [DEBUG] (4) goxlr_daemon::device: No reference volumes, sending channels in order 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for Mic to 255 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for LineIn to 128 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for Console to 128 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for System to 255 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for Game to 255 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for Chat to 255 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for Sample to 255 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for Music to 191 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for Headphones to 255 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for MicMonitor to 204 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting volume for LineOut to 255 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Submixing Settings.. 05:15:31 [DEBUG] (4) goxlr_daemon::device: Loading Colour Map.. 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting Fader display modes.. 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting display for A 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting display for B 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting display for C 05:15:31 [DEBUG] (4) goxlr_daemon::device: Setting display for D 05:15:31 [DEBUG] (4) goxlr_daemon::device: Updating button states.. 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing.. 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Microphone: 05:15:31 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Chat: 05:15:31 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Music: 05:15:31 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:15:31 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Game: 05:15:31 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:15:31 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Console: 05:15:31 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing to LineIn: 05:15:31 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:15:31 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing to System: 05:15:31 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:15:31 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: System 05:15:31 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Samples: 05:15:31 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:15:32 [DEBUG] (4) goxlr_daemon::device: Applying Voice FX 05:15:32 [DEBUG] (4) goxlr_daemon::device: Validating Sampler Configuration.. 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting GateAttack to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting CompressorRatio to 9 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer500HzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting CompressorRelease to 9 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer250HzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting BleepLevel to -20 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer31HzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting DisableMic to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting GateMode to 2 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting GateThreshold to -37 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting GateAttenuation to -61 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting DeEsser to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer63HzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting GateRelease to 19 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting CompressorAttack to 1 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting GateEnabled to 1 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer125HzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting CompressorThreshold to 0 05:15:32 [DEBUG] (4) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial 05:15:32 [DEBUG] (4) goxlr_daemon::device: Setting EchoAmount to -36 05:15:32 [DEBUG] (4) goxlr_daemon::tts: Received TTS Message: Echo 0 percent

Lioden4 commented 1 year ago

And lastly, this is from manual app shutdown - "Systems -> Settings -> Shutdown GoXLR Utility"

05:20:29 [DEBUG] (37) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: [] 05:20:29 [DEBUG] (37) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: [] 05:20:32 [DEBUG] (37) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: [] 05:20:35 [DEBUG] (37) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: [] 05:25:49 [DEBUG] (10) goxlr_daemon::events: Shutdown Phase 1 Triggered.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Shutting Down Device: S220201221DI7 05:25:49 [DEBUG] (10) goxlr_daemon::device: LoadMicProfile("Sleep", false) 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting DisableMic to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting GateMode to 2 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting BleepLevel to -20 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer125HzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting CompressorRelease to 9 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting CompressorRatio to 9 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting DeEsser to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting GateAttack to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting GateThreshold to -37 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer63HzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting CompressorThreshold to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer250HzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer500HzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer31HzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting GateRelease to 19 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting GateAttenuation to -61 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting GateEnabled to 1 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting CompressorAttack to 1 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 05:25:49 [DEBUG] (10) goxlr_daemon::device: LoadProfile("Sleep", false) 05:25:49 [DEBUG] (10) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr 05:25:49 [DEBUG] (10) goxlr_profile_loader::profile: Loading Profile Archive.. 05:25:49 [DEBUG] (10) goxlr_profile_loader::profile: Attempting to read profile.xml.. 05:25:49 [DEBUG] (10) goxlr_profile_loader::profile: Preparing Structure.. 05:25:49 [DEBUG] (10) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 05:25:49 [DEBUG] (10) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Profile.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Faders.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Fader Already Assigned, ignoring 05:25:49 [DEBUG] (10) goxlr_daemon::device: Fader Already Assigned, ignoring 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Fader C to Music 05:25:49 [DEBUG] (10) goxlr_daemon::device: Fader Already Assigned, ignoring 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Mute States.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Microphone Mute State 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Mic to Unmuted 05:25:49 [DEBUG] (10) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 05:25:49 [DEBUG] (10) goxlr_daemon::device: Channel D already Unmuted, doing nothing. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 05:25:49 [DEBUG] (10) goxlr_daemon::device: Channel B already Unmuted, doing nothing. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile 05:25:49 [DEBUG] (10) goxlr_daemon::device: Channel C already Unmuted, doing nothing. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Channel Volumes.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for Headphones to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for LineOut to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for Mic to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for LineIn to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for Console to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for System to 1 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for Game to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for Chat to 1 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for Sample to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for Music to 0 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting volume for MicMonitor to 128 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Submixing Settings.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Loading Colour Map.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting Fader display modes.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting display for A 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting display for B 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting display for C 05:25:49 [DEBUG] (10) goxlr_daemon::device: Setting display for D 05:25:49 [DEBUG] (10) goxlr_daemon::device: Updating button states.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Routing.. 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Routing to Microphone: 05:25:49 [DEBUG] (10) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true} 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Routing to Chat: 05:25:49 [DEBUG] (10) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Routing to Music: 05:25:49 [DEBUG] (10) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 05:25:49 [DEBUG] (10) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Routing to Game: 05:25:49 [DEBUG] (10) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 05:25:49 [DEBUG] (10) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Routing to Console: 05:25:49 [DEBUG] (10) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Routing to LineIn: 05:25:49 [DEBUG] (10) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:25:49 [DEBUG] (10) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 05:25:49 [DEBUG] (10) goxlr_daemon::device: Applying Routing to System: 05:25:49 [DEBUG] (10) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:25:49 [DEBUG] (10) goxlr_daemon::device: Light HardTune Enabled for Channel: System 05:25:50 [DEBUG] (10) goxlr_daemon::device: Applying Routing to Samples: 05:25:50 [DEBUG] (10) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true} 05:25:50 [DEBUG] (10) goxlr_daemon::device: Applying Voice FX 05:25:50 [DEBUG] (10) goxlr_daemon::device: Validating Sampler Configuration.. 05:25:50 [DEBUG] (10) goxlr_daemon::device: LoadProfileColours("Default") 05:25:50 [DEBUG] (10) goxlr_daemon::device: Loading Colours For Profile: Default 05:25:50 [DEBUG] (10) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr 05:25:50 [DEBUG] (10) goxlr_profile_loader::profile: Loading Profile Archive.. 05:25:50 [DEBUG] (10) goxlr_profile_loader::profile: Attempting to read profile.xml.. 05:25:50 [DEBUG] (10) goxlr_profile_loader::profile: Preparing Structure.. 05:25:50 [DEBUG] (10) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 05:25:50 [DEBUG] (10) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 05:25:50 [DEBUG] (10) goxlr_daemon::device: Profile Loaded, Applying Colours.. 05:25:50 [DEBUG] (10) goxlr_daemon::events: Shutdown Phase 2 Triggered.. 05:25:50 [INFO] Shutting down TTS Service 05:25:50 [DEBUG] (10) goxlr_daemon::files: Shutdown Signal Received. 05:25:50 [DEBUG] (7) goxlr_daemon::platform::windows: Shutting down Platform Runtime.. 05:25:50 [INFO] Shutting down device worker 05:25:50 [DEBUG] (1) goxlr_daemon::tray::tao: Shutting down Window Event Handler.. 05:25:50 [DEBUG] (1) goxlr_daemon::tray::tao: Shutting down Window Event Handler.. 05:25:50 [DEBUG] (1) goxlr_daemon::tray::tao: Shutting down Window Event Handler.. 05:25:50 [DEBUG] (1) goxlr_daemon::tray::tao: Shutting down Window Event Handler.. 05:25:50 [INFO] Shutting down daemon 05:25:55 [INFO] Starting GoXLR Daemon v0.12.2 05:25:55 [INFO] Performing Platform Preflight... 05:25:55 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost 05:25:55 [INFO] Bound IPC Socket @ @goxlr.socket 05:25:55 [DEBUG] (12) goxlr_daemon::servers::ipc_server: Running IPC Server.. 05:25:55 [DEBUG] (9) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" 05:25:55 [WARN] API VERSION DETECTED: 2.5 05:25:55 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API 05:25:55 [WARN] Please install version 5.12.0 of the GoXLR Drivers 05:25:55 [WARN] We'll try to keep going, but you may experience instability 05:25:55 [DEBUG] (2) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread.. 05:25:55 [INFO] Started GoXLR configuration interface at http://localhost:14564/ 05:25:55 [INFO] Starting TTS Service.. 05:25:55 [DEBUG] (12) goxlr_daemon::events: Starting Event Loop.. 05:25:55 [INFO] Initializing Tolk backend 05:25:55 [INFO] Initializing WinRT backend 05:25:55 [DEBUG] (35) goxlr_daemon::tray::tao: Window Spawned, resuming startup.. 05:25:55 [DEBUG] (1) goxlr_daemon::tray::tao: Launching Tray.. 05:25:57 [DEBUG] (2) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0] 05:25:57 [DEBUG] (2) goxlr_daemon::device: New Device Loading.. 05:25:57 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden 05:25:57 [DEBUG] (2) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr 05:25:57 [DEBUG] (2) goxlr_profile_loader::profile: Loading Profile Archive.. 05:25:57 [DEBUG] (2) goxlr_profile_loader::profile: Attempting to read profile.xml.. 05:25:57 [DEBUG] (2) goxlr_profile_loader::profile: Preparing Structure.. 05:25:57 [DEBUG] (2) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 05:25:57 [DEBUG] (2) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 05:25:57 [DEBUG] (2) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini! 05:25:57 [DEBUG] (2) goxlr_daemon::device: Applying Profile.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Faders.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Fader A to Mic 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Fader B to Chat 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Fader C to Game 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Fader D to System 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Mute States.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Applying Microphone Mute State 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Mic to Muted 05:25:57 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Console, Unmuting. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 05:25:57 [DEBUG] (2) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile 05:25:57 [DEBUG] (2) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 05:25:57 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Music, Unmuting. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Channel Volumes.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: No reference volumes, sending channels in order 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for Mic to 255 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineIn to 128 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for Console to 128 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for System to 255 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for Game to 255 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for Chat to 255 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for Sample to 255 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for Music to 191 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for Headphones to 255 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for MicMonitor to 204 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineOut to 255 05:25:57 [DEBUG] (2) goxlr_daemon::device: Applying Submixing Settings.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Loading Colour Map.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting Fader display modes.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting display for A 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting display for B 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting display for C 05:25:57 [DEBUG] (2) goxlr_daemon::device: Setting display for D 05:25:57 [DEBUG] (2) goxlr_daemon::device: Updating button states.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Applying Routing.. 05:25:57 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Microphone: 05:25:57 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:25:57 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Chat: 05:25:57 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:25:57 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Music: 05:25:57 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:25:57 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 05:25:58 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Game: 05:25:58 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:25:58 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 05:25:58 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Console: 05:25:58 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:25:58 [DEBUG] (2) goxlr_daemon::device: Applying Routing to LineIn: 05:25:58 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:25:58 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 05:25:58 [DEBUG] (2) goxlr_daemon::device: Applying Routing to System: 05:25:58 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 05:25:58 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: System 05:25:58 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Samples: 05:25:58 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 05:25:58 [DEBUG] (2) goxlr_daemon::device: Applying Voice FX 05:25:58 [DEBUG] (2) goxlr_daemon::device: Validating Sampler Configuration.. 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting BleepLevel to -20 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting GateThreshold to -37 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting CompressorThreshold to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting DeEsser to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting GateAttack to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRelease to 9 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRatio to 9 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting GateEnabled to 1 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting GateMode to 2 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting DisableMic to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting GateAttenuation to -61 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting GateRelease to 19 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting CompressorAttack to 1 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzGain to 0 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 05:25:58 [DEBUG] (2) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial 05:25:58 [DEBUG] (2) goxlr_daemon::device: Setting EchoAmount to -36 05:25:58 [DEBUG] (2) goxlr_daemon::tts: Received TTS Message: Echo 0 percent

FrostyCoolSlug commented 1 year ago

Thanks for the logs, I'm going to need to look into a different approach, my guess still is that the tray icon is somehow intercepting the shutdown request and terminating the app.. I may make a new test build which simply doesn't have the tray, and see if the messages then reliably reach my code. That's for sometime in the next couple of days though.

FrostyCoolSlug commented 1 year ago

Ok, thanks for all the logs and testing, I've finally tracked down the cause of this and I'll work on getting it fixed.

FrostyCoolSlug commented 1 year ago

Ok, this is relatively experiemental, but should work in theory, can you give it a try please? - windows-artifact.zip

t3duk commented 1 year ago

Ok, this is relatively experiemental, but should work in theory, can you give it a try please? - windows-artifact.zip

I have tried this build yet, on my machine, we still don't get the behaviour as expected. Here are my logs from when I restarted the utility manually:

08:57:22 [INFO] Starting GoXLR Daemon v0.12.2
08:57:22 [INFO] Performing Platform Preflight...
08:57:22 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: 0.0.0.0
08:57:22 [INFO] Bound IPC Socket @ @goxlr.socket
08:57:22 [DEBUG] (16) goxlr_daemon::servers::ipc_server: Running IPC Server..
08:57:22 [INFO] Started GoXLR configuration interface at http://0.0.0.0:14564/
08:57:22 [INFO] Starting TTS Service..
08:57:22 [DEBUG] (16) goxlr_daemon::events: Starting Event Loop..
08:57:22 [INFO] Initializing Tolk backend
08:57:22 [DEBUG] (23) goxlr_daemon::platform::windows: Setting Startup Path: "C:\\Users\\Ted\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup"
08:57:22 [INFO] Using GoXLR API Version 7.5
08:57:22 [DEBUG] (3) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..
08:57:22 [INFO] Initializing WinRT backend
08:57:24 [DEBUG] (3) goxlr_usb::device::base: [2c, 13, 0, 0, 6a, 0, 0, 0, 66, 21, 6, 0, 7, 0, 0, 0, 64, 0, 0, 0, 9, 30, 10, 0]
08:57:24 [DEBUG] (3) goxlr_daemon::device: New Device Loading..
08:57:24 [INFO] Configuring GoXLR, Profile: Default, Mic Profile: DEFAULT
08:57:24 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\Ted\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr
08:57:24 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive..
08:57:24 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml..
08:57:24 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure..
08:57:24 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }
08:57:24 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }
08:57:24 [DEBUG] (3) goxlr_daemon::device: Created Audio Handler..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Ok(AudioHandler { output_device: None, buffered_input: Some(BufferedRecorder { device: [goxlr_sample.*source, GoXLR_0_4_5.*source, GoXLR.*HiFi__Line5__source, CoreAudio\*Sampler, ^WASAPI\*Sample(?:(?!Mini).)*$], producers: 0 }), last_device_check: None, active_streams: {A: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, B: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, C: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}}, process_task: None })
08:57:24 [DEBUG] (3) goxlr_daemon::device: Audio Handler Loaded OK..
08:57:24 [DEBUG] (70) goxlr_audio::recorder: Starting Audio Listener..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Profile..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Faders..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Fader A to Mic
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Fader B to Chat
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Music
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Fader D to System
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Mute States..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Unmuted
08:57:24 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.
08:57:24 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.
08:57:24 [DEBUG] (70) goxlr_audio::recorder: Found Device: WASAPI*Sample (TC-HELICON GoXLR)
08:57:24 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile
08:57:24 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Game, Unmuting.
08:57:24 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile
08:57:24 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.
08:57:24 [DEBUG] (3) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile
08:57:24 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.
08:57:24 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.
08:57:24 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes..
08:57:24 [DEBUG] (3) goxlr_daemon::device: No reference volumes, sending channels in order
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 252
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 128
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 128
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 144
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 128
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 255
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 255
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 144
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 255
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 128
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 255
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting display for A
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting display for B
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting display for C
08:57:24 [DEBUG] (69) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
08:57:24 [DEBUG] (69) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting display for D
08:57:24 [DEBUG] (3) goxlr_daemon::device: Updating button states..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone:
08:57:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: true, Sampler: true, LineOut: false}
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat:
08:57:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music:
08:57:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:24 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game:
08:57:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:24 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console:
08:57:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn:
08:57:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:24 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System:
08:57:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:24 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples:
08:57:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:24 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotMidWidth to 25
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneWindow to 20
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoDelayL to 500
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting GenderAmount to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbAmount to -27
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneStyle to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoFeedbackL to 50
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneHP to 120
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoSource to 1
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneLP to 200
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePresenceGain to 8
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotLowFreq to 88
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneScale to 5
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoXFBLtoR to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePreGain to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePostGain to 2
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneEnabled to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePresenceBW to 7
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneDistType to 6
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotThreshold to -36
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Encoder2Enabled to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbModSpeed to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbHighFactor to 13
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneBeatboxEnable to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbHighColor to -35
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbDiffuse to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneRate to 20
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Encoder1Enabled to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotStyle to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoDelayR to 500
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotDryMix to -6
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotHiFreq to 182
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbEarlyLevel to -25
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbModDepth to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbPredelay to 15
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoDivL to 9
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbDecay to 118
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMid to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotHiGain to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbType to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoFeedbackR to 50
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneEnabled to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneAmount to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoFeedback to 30
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoTempo to 149
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoFilterStyle to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneFilter to 59
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotEnabled to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting PitchCharacter to 100
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneAmount to 70
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneKeySource to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Encoder4Enabled to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting PitchThreshold to -36
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting HardTunePitchAmount to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MicCompSelect to 1
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbLowColor to -23
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoAmount to -17
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoXFBRtoL to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotMidFreq to 173
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting PitchAmount to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMax to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotLowGain to -10
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting EchoDivR to 9
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotMidGain to 5
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotWaveform to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePresenceFC to 135
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotHiWidth to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Encoder3Enabled to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneFilterControl to 2
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotLowWidth to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting RobotPulseWidth to 50
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting ReverbTailLevel to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration..
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting CompressorAttack to 1
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzGain to 9
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzGain to -9
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzGain to -3
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting CompressorThreshold to -14
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzGain to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting DeEsser to 50
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRatio to 9
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting CompressorMakeUpGain to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzGain to 9
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzGain to -3
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting GateRelease to 19
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting DisableMic to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting GateThreshold to -47
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRelease to 9
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting GateMode to 2
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzGain to -9
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting BleepLevel to -20
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting GateAttack to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzGain to 3
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzGain to 0
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting GateAttenuation to -27
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting GateEnabled to 1
08:57:24 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzGain to 3
08:57:24 [DEBUG] (3) goxlr_daemon::device: Updating Mic volume from 252 to 250 as a human moved the fader
08:57:24 [DEBUG] (3) goxlr_daemon::device: Updating Music volume from 144 to 142 as a human moved the fader
08:57:24 [DEBUG] (3) goxlr_daemon::device: Updating System volume from 144 to 143 as a human moved the fader
08:57:38 [WARN] Error Reading Event! 3992977481
08:57:39 [WARN] Error on Recording Stream, Stopping.. The requested device is no longer available. For example, it has been unplugged.
08:57:39 [WARN] Error Reading audio input: Audio Stream has been closed.
08:57:39 [DEBUG] (70) goxlr_audio::recorder: Shutting down input, and clearing buffer.
08:57:39 [DEBUG] (69) goxlr_usb::device::tusb::tusbaudio: Invalid Handle Detected, attempting recovery..
08:57:39 [WARN] Unable to recover invalid handle, stopping handler
08:57:39 [WARN] Event Thread Terminated
08:57:39 [DEBUG] (16) goxlr_usb::device::tusb::device: Connection Error: Error Getting Device Id: TSTATUS_INVALID_HANDLE, attempting to create new handle..
08:57:39 [WARN] Unable to create new handle.
08:57:39 [WARN] Error Received from S210500771CQK: GoXLR has been Disconnected.
08:57:39 [INFO] [S210500771CQK] Device Disconnected
08:57:39 [DEBUG] (70) goxlr_audio::recorder: Audio Listener Terminated
08:57:43 [DEBUG] (3) goxlr_usb::device::base: [2c, 13, 0, 0, 6a, 0, 0, 0, 66, 21, 6, 0, 7, 0, 0, 0, 64, 0, 0, 0, 9, 30, 10, 0]
08:57:43 [DEBUG] (3) goxlr_daemon::device: New Device Loading..
08:57:43 [INFO] Configuring GoXLR, Profile: Default, Mic Profile: DEFAULT
08:57:43 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\Ted\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr
08:57:43 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive..
08:57:43 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml..
08:57:43 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure..
08:57:43 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }
08:57:43 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }
08:57:43 [DEBUG] (3) goxlr_daemon::device: Created Audio Handler..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Ok(AudioHandler { output_device: None, buffered_input: Some(BufferedRecorder { device: [goxlr_sample.*source, GoXLR_0_4_5.*source, GoXLR.*HiFi__Line5__source, CoreAudio\*Sampler, ^WASAPI\*Sample(?:(?!Mini).)*$], producers: 0 }), last_device_check: None, active_streams: {A: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, B: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, C: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}}, process_task: None })
08:57:43 [DEBUG] (3) goxlr_daemon::device: Audio Handler Loaded OK..
08:57:43 [DEBUG] (73) goxlr_audio::recorder: Starting Audio Listener..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Profile..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Faders..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Fader A to Mic
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Fader B to Chat
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Music
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Fader D to System
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Mute States..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Unmuted
08:57:43 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.
08:57:43 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.
08:57:43 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile
08:57:43 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Game, Unmuting.
08:57:43 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile
08:57:43 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.
08:57:43 [DEBUG] (3) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile
08:57:43 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.
08:57:43 [DEBUG] (73) goxlr_audio::recorder: Found Device: WASAPI*Sample (TC-HELICON GoXLR)
08:57:43 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.
08:57:43 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes..
08:57:43 [DEBUG] (3) goxlr_daemon::device: No reference volumes, sending channels in order
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 252
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 128
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 128
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 144
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 128
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 255
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 255
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 144
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 255
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 128
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 255
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting display for A
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting display for B
08:57:43 [DEBUG] (72) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
08:57:43 [DEBUG] (72) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting display for C
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting display for D
08:57:43 [DEBUG] (3) goxlr_daemon::device: Updating button states..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone:
08:57:43 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: true, Sampler: true, LineOut: false}
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat:
08:57:43 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music:
08:57:43 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:43 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game:
08:57:43 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:43 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console:
08:57:43 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn:
08:57:43 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:43 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System:
08:57:43 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:43 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples:
08:57:43 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:43 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoDelayR to 500
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoFeedbackR to 50
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneKeySource to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbDecay to 118
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbDiffuse to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoFilterStyle to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotLowWidth to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotHiFreq to 182
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotPulseWidth to 50
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneWindow to 20
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Encoder4Enabled to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting PitchAmount to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotMidGain to 5
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotDryMix to -6
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotLowFreq to 88
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePostGain to 2
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotMidFreq to 173
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoAmount to -17
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbAmount to -27
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting GenderAmount to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePresenceBW to 7
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbEarlyLevel to -25
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting HardTunePitchAmount to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbType to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotHiGain to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneAmount to 70
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Encoder1Enabled to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoFeedbackL to 50
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneAmount to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoFeedback to 30
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePreGain to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbLowColor to -23
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneFilterControl to 2
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotEnabled to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneStyle to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneDistType to 6
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotLowGain to -10
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneScale to 5
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneEnabled to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbModDepth to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting PitchThreshold to -36
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotWaveform to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePresenceFC to 135
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotStyle to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneLP to 200
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoDivR to 9
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoDelayL to 500
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoXFBRtoL to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMid to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneBeatboxEnable to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbTailLevel to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoXFBLtoR to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting PitchCharacter to 100
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Encoder3Enabled to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Encoder2Enabled to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbHighColor to -35
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbModSpeed to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting HardTuneRate to 20
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphonePresenceGain to 8
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbHighFactor to 13
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotThreshold to -36
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneEnabled to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoTempo to 149
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting ReverbPredelay to 15
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneFilter to 59
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotHiWidth to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMax to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MicCompSelect to 1
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoDivL to 9
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting RobotMidWidth to 25
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting EchoSource to 1
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting MegaphoneHP to 120
08:57:43 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration..
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzGain to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting GateMode to 2
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting GateRelease to 19
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzGain to -9
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting GateThreshold to -47
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting CompressorThreshold to -14
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting CompressorAttack to 1
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzGain to -3
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRelease to 9
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting CompressorMakeUpGain to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzGain to 3
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRatio to 9
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzGain to 3
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzGain to 9
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzGain to -9
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting GateEnabled to 1
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting GateAttack to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting GateAttenuation to -27
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzGain to -3
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting DisableMic to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting BleepLevel to -20
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzGain to 9
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting DeEsser to 50
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzGain to 0
08:57:43 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231
08:57:43 [DEBUG] (3) goxlr_daemon::device: Updating Mic volume from 252 to 249 as a human moved the fader
08:57:43 [DEBUG] (3) goxlr_daemon::device: Updating Chat volume from 255 to 253 as a human moved the fader
08:57:46 [WARN] Error Reading Event! 3992977481
08:57:47 [WARN] Error on Recording Stream, Stopping.. The requested device is no longer available. For example, it has been unplugged.
08:57:47 [WARN] Error Reading audio input: Audio Stream has been closed.
08:57:47 [DEBUG] (73) goxlr_audio::recorder: Shutting down input, and clearing buffer.
08:57:47 [DEBUG] (72) goxlr_usb::device::tusb::tusbaudio: Invalid Handle Detected, attempting recovery..
08:57:47 [WARN] Unable to recover invalid handle, stopping handler
08:57:47 [WARN] Event Thread Terminated
08:57:47 [DEBUG] (3) goxlr_usb::device::tusb::device: Connection Error: Error Getting Device Id: TSTATUS_INVALID_HANDLE, attempting to create new handle..
08:57:47 [WARN] Unable to create new handle.
08:57:47 [WARN] Error Received from S210500771CQK: GoXLR has been Disconnected.
08:57:47 [INFO] [S210500771CQK] Device Disconnected
08:57:47 [DEBUG] (73) goxlr_audio::recorder: Audio Listener Terminated
08:57:54 [DEBUG] (16) goxlr_usb::device::base: [2c, 13, 0, 0, 6a, 0, 0, 0, 66, 21, 6, 0, 7, 0, 0, 0, 64, 0, 0, 0, 9, 30, 10, 0]
08:57:54 [DEBUG] (16) goxlr_daemon::device: New Device Loading..
08:57:54 [INFO] Configuring GoXLR, Profile: Default, Mic Profile: DEFAULT
08:57:54 [DEBUG] (16) goxlr_daemon::profile: Loading Profile From C:\Users\Ted\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr
08:57:54 [DEBUG] (16) goxlr_profile_loader::profile: Loading Profile Archive..
08:57:54 [DEBUG] (16) goxlr_profile_loader::profile: Attempting to read profile.xml..
08:57:54 [DEBUG] (16) goxlr_profile_loader::profile: Preparing Structure..
08:57:54 [DEBUG] (16) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }
08:57:54 [DEBUG] (16) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }
08:57:54 [DEBUG] (16) goxlr_daemon::device: Created Audio Handler..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Ok(AudioHandler { output_device: None, buffered_input: Some(BufferedRecorder { device: [goxlr_sample.*source, GoXLR_0_4_5.*source, GoXLR.*HiFi__Line5__source, CoreAudio\*Sampler, ^WASAPI\*Sample(?:(?!Mini).)*$], producers: 0 }), last_device_check: None, active_streams: {A: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, B: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, C: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}}, process_task: None })
08:57:54 [DEBUG] (16) goxlr_daemon::device: Audio Handler Loaded OK..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Profile..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Faders..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Fader A to Mic
08:57:54 [DEBUG] (76) goxlr_audio::recorder: Starting Audio Listener..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Fader B to Chat
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Fader C to Music
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Fader D to System
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Mute States..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Microphone Mute State
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Mic to Unmuted
08:57:54 [DEBUG] (16) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.
08:57:54 [DEBUG] (16) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.
08:57:54 [DEBUG] (16) goxlr_daemon::device: Channel System on Fader, Loading State from Profile
08:57:54 [DEBUG] (16) goxlr_daemon::device: Unknown Channel state for Game, Unmuting.
08:57:54 [DEBUG] (76) goxlr_audio::recorder: Found Device: WASAPI*Sample (TC-HELICON GoXLR)
08:57:54 [DEBUG] (16) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile
08:57:54 [DEBUG] (16) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.
08:57:54 [DEBUG] (16) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile
08:57:54 [DEBUG] (16) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.
08:57:54 [DEBUG] (16) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.
08:57:54 [DEBUG] (16) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Channel Volumes..
08:57:54 [DEBUG] (16) goxlr_daemon::device: No reference volumes, sending channels in order
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for Mic to 252
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for LineIn to 128
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for Console to 128
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for System to 144
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for Game to 128
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for Chat to 255
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for Sample to 255
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for Music to 144
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for Headphones to 255
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for MicMonitor to 128
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting volume for LineOut to 255
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Submixing Settings..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Loading Colour Map..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Fader display modes..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting display for A
08:57:54 [DEBUG] (75) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
08:57:54 [DEBUG] (75) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting display for B
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting display for C
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting display for D
08:57:54 [DEBUG] (16) goxlr_daemon::device: Updating button states..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing to Microphone:
08:57:54 [DEBUG] (16) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: true, Sampler: true, LineOut: false}
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing to Chat:
08:57:54 [DEBUG] (16) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing to Music:
08:57:54 [DEBUG] (16) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:54 [DEBUG] (16) goxlr_daemon::device: Light HardTune Enabled for Channel: Music
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing to Game:
08:57:54 [DEBUG] (16) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:54 [DEBUG] (16) goxlr_daemon::device: Light HardTune Enabled for Channel: Game
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing to Console:
08:57:54 [DEBUG] (16) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing to LineIn:
08:57:54 [DEBUG] (16) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:54 [DEBUG] (16) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing to System:
08:57:54 [DEBUG] (16) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:54 [DEBUG] (16) goxlr_daemon::device: Light HardTune Enabled for Channel: System
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Routing to Samples:
08:57:54 [DEBUG] (16) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
08:57:54 [DEBUG] (16) goxlr_daemon::device: Applying Voice FX
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphonePresenceBW to 7
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneHP to 120
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotHiGain to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneStyle to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting PitchAmount to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotMidWidth to 25
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoSource to 1
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneBeatboxEnable to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphonePostGain to 2
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotWaveform to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneFilter to 59
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotDryMix to -6
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotEnabled to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting GenderAmount to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphonePresenceGain to 8
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotMidGain to 5
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting PitchCharacter to 100
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneLP to 200
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoAmount to -17
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoDelayR to 500
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotStyle to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting HardTuneEnabled to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoXFBLtoR to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbDiffuse to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotLowWidth to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoFeedback to 30
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoFeedbackL to 50
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoXFBRtoL to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneEnabled to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbDecay to 118
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MicCompSelect to 1
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting HardTuneWindow to 20
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMid to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoTempo to 149
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbPredelay to 15
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMax to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Encoder3Enabled to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbEarlyLevel to -25
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoDelayL to 500
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbModSpeed to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Encoder1Enabled to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting HardTunePitchAmount to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Encoder2Enabled to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoFilterStyle to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting HardTuneRate to 20
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneAmount to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoFeedbackR to 50
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotLowGain to -10
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting HardTuneKeySource to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting HardTuneAmount to 70
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Encoder4Enabled to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneDistType to 6
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbAmount to -27
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbModDepth to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotMidFreq to 173
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphonePresenceFC to 135
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotHiFreq to 182
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbLowColor to -23
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotPulseWidth to 50
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbTailLevel to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting HardTuneScale to 5
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbHighColor to -35
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotLowFreq to 88
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting PitchThreshold to -36
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphoneFilterControl to 2
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoDivR to 9
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotThreshold to -36
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting EchoDivL to 9
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting RobotHiWidth to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbHighFactor to 13
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting MegaphonePreGain to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting ReverbType to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Validating Sampler Configuration..
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting GateAttack to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting CompressorAttack to 1
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting DisableMic to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer63HzGain to 9
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting GateRelease to 19
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting CompressorMakeUpGain to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting GateMode to 2
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting GateThreshold to -47
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting DeEsser to 50
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting GateAttenuation to -27
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting BleepLevel to -20
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting CompressorThreshold to -14
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer8KHzGain to 3
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer250HzGain to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer2KHzGain to -3
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer16KHzGain to 9
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer4KHzGain to 0
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting GateEnabled to 1
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer500HzGain to -3
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer125HzGain to 3
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting CompressorRatio to 9
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting CompressorRelease to 9
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer1KHzGain to -9
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63
08:57:54 [DEBUG] (16) goxlr_daemon::device: Setting Equalizer31HzGain to -9
08:57:54 [DEBUG] (16) goxlr_daemon::device: Updating Mic volume from 252 to 249 as a human moved the fader
08:57:54 [DEBUG] (16) goxlr_daemon::device: Updating Chat volume from 255 to 253 as a human moved the fader
08:57:54 [DEBUG] (16) goxlr_daemon::device: Updating Music volume from 144 to 142 as a human moved the fader
08:57:54 [DEBUG] (16) goxlr_daemon::device: Updating System volume from 144 to 143 as a human moved the fader
09:00:34 [INFO] Starting GoXLR Daemon v0.12.2
09:00:34 [INFO] Performing Platform Preflight...
09:00:35 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: 0.0.0.0
09:00:35 [INFO] Bound IPC Socket @ @goxlr.socket
09:00:35 [DEBUG] (23) goxlr_daemon::servers::ipc_server: Running IPC Server..
09:00:35 [INFO] Started GoXLR configuration interface at http://0.0.0.0:14564/
09:00:35 [INFO] Starting TTS Service..
09:00:35 [DEBUG] (23) goxlr_daemon::events: Starting Event Loop..
09:00:35 [INFO] Initializing Tolk backend
09:00:35 [DEBUG] (22) goxlr_daemon::platform::windows: Setting Startup Path: "C:\\Users\\Ted\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup"
09:00:35 [INFO] Initializing WinRT backend
09:00:35 [INFO] Using GoXLR API Version 7.5
09:00:35 [DEBUG] (2) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..
09:00:37 [DEBUG] (2) goxlr_usb::device::base: [2c, 13, 0, 0, 6a, 0, 0, 0, 66, 21, 6, 0, 7, 0, 0, 0, 64, 0, 0, 0, 9, 30, 10, 0]
09:00:37 [DEBUG] (2) goxlr_daemon::device: New Device Loading..
09:00:37 [INFO] Configuring GoXLR, Profile: Default, Mic Profile: DEFAULT
09:00:37 [DEBUG] (2) goxlr_daemon::profile: Loading Profile From C:\Users\Ted\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr
09:00:37 [DEBUG] (2) goxlr_profile_loader::profile: Loading Profile Archive..
09:00:37 [DEBUG] (2) goxlr_profile_loader::profile: Attempting to read profile.xml..
09:00:37 [DEBUG] (2) goxlr_profile_loader::profile: Preparing Structure..
09:00:37 [DEBUG] (2) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }
09:00:37 [DEBUG] (2) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }
09:00:37 [DEBUG] (2) goxlr_daemon::device: Created Audio Handler..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Ok(AudioHandler { output_device: None, buffered_input: Some(BufferedRecorder { device: [goxlr_sample.*source, GoXLR_0_4_5.*source, GoXLR.*HiFi__Line5__source, CoreAudio\*Sampler, ^WASAPI\*Sample(?:(?!Mini).)*$], producers: 0 }), last_device_check: None, active_streams: {A: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, B: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, C: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}}, process_task: None })
09:00:37 [DEBUG] (70) goxlr_audio::recorder: Starting Audio Listener..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Audio Handler Loaded OK..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Profile..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Faders..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Fader A to Mic
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Fader B to Chat
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Fader C to Music
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Fader D to System
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Mute States..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Microphone Mute State
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Mic to Unmuted
09:00:37 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.
09:00:37 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.
09:00:37 [DEBUG] (2) goxlr_daemon::device: Channel System on Fader, Loading State from Profile
09:00:37 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Game, Unmuting.
09:00:37 [DEBUG] (2) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile
09:00:37 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.
09:00:37 [DEBUG] (2) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile
09:00:37 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.
09:00:37 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.
09:00:37 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.
09:00:37 [DEBUG] (70) goxlr_audio::recorder: Found Device: WASAPI*Sample (TC-HELICON GoXLR)
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Channel Volumes..
09:00:37 [DEBUG] (2) goxlr_daemon::device: No reference volumes, sending channels in order
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for Mic to 252
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineIn to 128
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for Console to 128
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for System to 144
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for Game to 128
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for Chat to 255
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for Sample to 255
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for Music to 144
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for Headphones to 255
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for MicMonitor to 128
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineOut to 255
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Submixing Settings..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Loading Colour Map..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Fader display modes..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting display for A
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting display for B
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting display for C
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting display for D
09:00:37 [DEBUG] (2) goxlr_daemon::device: Updating button states..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Microphone:
09:00:37 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: true, Sampler: true, LineOut: false}
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Chat:
09:00:37 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Music:
09:00:37 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
09:00:37 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Music
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Game:
09:00:37 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
09:00:37 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Game
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Console:
09:00:37 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing to LineIn:
09:00:37 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
09:00:37 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing to System:
09:00:37 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
09:00:37 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: System
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Samples:
09:00:37 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
09:00:37 [DEBUG] (69) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
09:00:37 [DEBUG] (69) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
09:00:37 [DEBUG] (2) goxlr_daemon::device: Applying Voice FX
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMax to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneWindow to 20
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbHighColor to -35
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneAmount to 70
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneEnabled to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiGain to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbLowColor to -23
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePreGain to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotStyle to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiWidth to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoAmount to -17
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedback to 30
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMid to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceBW to 7
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneRate to 20
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotEnabled to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedbackL to 50
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoSource to 1
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneStyle to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotPulseWidth to 50
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting GenderAmount to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbType to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Encoder1Enabled to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotHiFreq to 182
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidWidth to 25
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoXFBRtoL to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting PitchCharacter to 100
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoTempo to 149
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoDivL to 9
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoFeedbackR to 50
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbPredelay to 15
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoDivR to 9
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneScale to 5
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotWaveform to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbDecay to 118
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePostGain to 2
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoDelayL to 500
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowWidth to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoFilterStyle to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoXFBLtoR to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting HardTunePitchAmount to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbAmount to -27
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbEarlyLevel to -25
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting PitchThreshold to -36
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Encoder3Enabled to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotDryMix to -6
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowGain to -10
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbHighFactor to 13
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbModDepth to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneBeatboxEnable to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting PitchAmount to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Encoder2Enabled to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbModSpeed to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceFC to 135
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneFilterControl to 2
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneHP to 120
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneFilter to 59
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MicCompSelect to 1
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidFreq to 173
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotThreshold to -36
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneKeySource to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneLP to 200
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting EchoDelayR to 500
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotLowFreq to 88
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Encoder4Enabled to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneAmount to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphonePresenceGain to 8
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbTailLevel to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting RobotMidGain to 5
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting ReverbDiffuse to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting MegaphoneDistType to 6
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting HardTuneEnabled to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Validating Sampler Configuration..
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting GateAttack to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRatio to 9
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzGain to -9
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting CompressorMakeUpGain to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting GateEnabled to 1
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzGain to -3
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting CompressorAttack to 1
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzGain to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzGain to 9
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzGain to 9
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting GateAttenuation to -27
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRelease to 9
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzGain to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzGain to -9
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting GateMode to 2
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting DisableMic to 0
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzGain to 3
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzGain to 3
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting CompressorThreshold to -14
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting BleepLevel to -20
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting GateRelease to 19
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting DeEsser to 50
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzGain to -3
09:00:37 [DEBUG] (2) goxlr_daemon::device: Setting GateThreshold to -47
09:00:37 [DEBUG] (2) goxlr_daemon::device: Updating Mic volume from 252 to 249 as a human moved the fader
09:00:37 [DEBUG] (2) goxlr_daemon::device: Updating Chat volume from 255 to 253 as a human moved the fader
09:00:37 [DEBUG] (2) goxlr_daemon::device: Updating Music volume from 144 to 142 as a human moved the fader
09:00:37 [DEBUG] (2) goxlr_daemon::device: Updating System volume from 144 to 143 as a human moved the fader
09:00:42 [DEBUG] (2) goxlr_daemon::servers::ipc_server: Disconnected 127.0.0.1:0
Lioden4 commented 1 year ago

It did not work for me as well. Below debug log for your ref.

13:05:36 [INFO] Starting GoXLR Daemon v0.12.2 13:05:36 [INFO] Performing Platform Preflight... 13:05:36 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost 13:05:36 [INFO] Bound IPC Socket @ @goxlr.socket 13:05:36 [DEBUG] (9) goxlr_daemon::servers::ipc_server: Running IPC Server.. 13:05:36 [DEBUG] (12) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" 13:05:36 [WARN] API VERSION DETECTED: 2.5 13:05:36 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API 13:05:36 [WARN] Please install version 5.12.0 of the GoXLR Drivers 13:05:36 [WARN] We'll try to keep going, but you may experience instability 13:05:36 [DEBUG] (3) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread.. 13:05:36 [INFO] Started GoXLR configuration interface at http://localhost:14564/ 13:05:36 [INFO] Starting TTS Service.. 13:05:36 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray.. 13:05:36 [DEBUG] (9) goxlr_daemon::events: Starting Event Loop.. 13:05:36 [INFO] Initializing Tolk backend 13:05:36 [INFO] Initializing WinRT backend 13:05:36 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu.. 13:05:38 [DEBUG] (3) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0] 13:05:38 [DEBUG] (3) goxlr_daemon::device: New Device Loading.. 13:05:38 [INFO] Configuring GoXLR Mini, Profile: Sleep, Mic Profile: Lioden 13:05:38 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr 13:05:38 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive.. 13:05:38 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml.. 13:05:38 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure.. 13:05:38 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 13:05:38 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 13:05:38 [DEBUG] (3) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini! 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Profile.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Faders.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Fader A to Mic 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Fader B to Chat 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Music 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Fader D to System 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Mute States.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Unmuted 13:05:38 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Console, Unmuting. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 13:05:38 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Game, Unmuting. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 13:05:38 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile 13:05:38 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: No reference volumes, sending channels in order 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 0 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 0 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 0 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 1 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 0 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 1 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 0 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 0 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 0 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 128 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 0 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting display for A 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting display for B 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting display for C 13:05:38 [DEBUG] (3) goxlr_daemon::device: Setting display for D 13:05:38 [DEBUG] (3) goxlr_daemon::device: Updating button states.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing.. 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone: 13:05:38 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true} 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat: 13:05:38 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music: 13:05:38 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 13:05:38 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game: 13:05:38 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 13:05:38 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console: 13:05:38 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn: 13:05:38 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:05:38 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System: 13:05:38 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:38 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System 13:05:38 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples: 13:05:38 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true} 13:05:39 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX 13:05:39 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration.. 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting GateMode to 2 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting DeEsser to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting DisableMic to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting GateRelease to 19 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting CompressorThreshold to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting GateThreshold to -37 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting GateAttack to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting GateAttenuation to -61 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting CompressorAttack to 1 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRelease to 9 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting GateEnabled to 1 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting BleepLevel to -20 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 13:05:39 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRatio to 9 13:05:39 [DEBUG] (3) goxlr_daemon::device: Updating Mic volume from 0 to 255 as a human moved the fader 13:05:39 [DEBUG] (3) goxlr_daemon::device: Updating Chat volume from 1 to 255 as a human moved the fader 13:05:39 [DEBUG] (3) goxlr_daemon::device: Updating Music volume from 0 to 255 as a human moved the fader 13:05:39 [DEBUG] (3) goxlr_daemon::device: Updating System volume from 1 to 255 as a human moved the fader 13:05:41 [DEBUG] (9) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr 13:05:41 [DEBUG] (9) goxlr_profile_loader::profile: Loading Profile Archive.. 13:05:41 [DEBUG] (9) goxlr_profile_loader::profile: Attempting to read profile.xml.. 13:05:41 [DEBUG] (9) goxlr_profile_loader::profile: Preparing Structure.. 13:05:41 [DEBUG] (9) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 13:05:41 [DEBUG] (9) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Profile.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting Faders.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Fader Already Assigned, ignoring 13:05:41 [DEBUG] (9) goxlr_daemon::device: Fader Already Assigned, ignoring 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting Fader C to Game 13:05:41 [DEBUG] (9) goxlr_daemon::device: Fader Already Assigned, ignoring 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting Mute States.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Microphone Mute State 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting Mic to Muted 13:05:41 [DEBUG] (9) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 13:05:41 [DEBUG] (9) goxlr_daemon::device: Channel D already Unmuted, doing nothing. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile 13:05:41 [DEBUG] (9) goxlr_daemon::device: Channel C already Unmuted, doing nothing. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 13:05:41 [DEBUG] (9) goxlr_daemon::device: Channel B already Unmuted, doing nothing. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting Channel Volumes.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for Mic to 255 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for LineIn to 128 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for Console to 128 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for System to 255 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for Game to 255 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for Chat to 255 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for Sample to 255 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for Music to 191 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for MicMonitor to 204 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for Headphones to 255 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting volume for LineOut to 255 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Submixing Settings.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Loading Colour Map.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting Fader display modes.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting display for A 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting display for B 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting display for C 13:05:41 [DEBUG] (9) goxlr_daemon::device: Setting display for D 13:05:41 [DEBUG] (9) goxlr_daemon::device: Updating button states.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing.. 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Microphone: 13:05:41 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Chat: 13:05:41 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Music: 13:05:41 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:41 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Game: 13:05:41 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:41 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Console: 13:05:41 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing to LineIn: 13:05:41 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:41 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing to System: 13:05:41 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:41 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: System 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Samples: 13:05:41 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:05:41 [DEBUG] (9) goxlr_daemon::device: Applying Voice FX 13:05:41 [DEBUG] (9) goxlr_daemon::device: Validating Sampler Configuration.. 13:05:47 [DEBUG] (3) goxlr_daemon::events: Shutdown Phase 1 Triggered.. 13:05:47 [DEBUG] (3) goxlr_daemon::device: Shutting Down Device: S220201221DI7 13:05:47 [DEBUG] (3) goxlr_daemon::device: LoadMicProfile("Sleep", false) 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting DisableMic to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRelease to 9 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting GateThreshold to -37 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting GateAttenuation to -61 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting BleepLevel to -20 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting CompressorAttack to 1 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting GateAttack to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting CompressorThreshold to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting GateEnabled to 1 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting GateMode to 2 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting DeEsser to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting GateRelease to 19 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRatio to 9 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 13:05:47 [DEBUG] (3) goxlr_daemon::device: LoadProfile("Sleep", false) 13:05:47 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr 13:05:47 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive.. 13:05:47 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml.. 13:05:47 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure.. 13:05:47 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 13:05:47 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 13:05:47 [DEBUG] (3) goxlr_daemon::device: Applying Profile.. 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Faders.. 13:05:47 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring 13:05:47 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Music 13:05:47 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Mute States.. 13:05:47 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Unmuted 13:05:47 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 13:05:47 [DEBUG] (3) goxlr_daemon::device: Channel D already Unmuted, doing nothing. 13:05:47 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 13:05:47 [DEBUG] (3) goxlr_daemon::device: Channel B already Unmuted, doing nothing. 13:05:47 [DEBUG] (3) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile 13:05:47 [DEBUG] (3) goxlr_daemon::device: Channel C already Unmuted, doing nothing. 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes.. 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 1 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 1 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 0 13:05:47 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 0 13:05:48 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 128 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings.. 13:05:48 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map.. 13:05:48 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes.. 13:05:48 [DEBUG] (3) goxlr_daemon::device: Setting display for A 13:05:48 [DEBUG] (3) goxlr_daemon::device: Setting display for B 13:05:48 [DEBUG] (3) goxlr_daemon::device: Setting display for C 13:05:48 [DEBUG] (3) goxlr_daemon::device: Setting display for D 13:05:48 [DEBUG] (3) goxlr_daemon::device: Updating button states.. 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing.. 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone: 13:05:48 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true} 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat: 13:05:48 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music: 13:05:48 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 13:05:48 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game: 13:05:48 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 13:05:48 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console: 13:05:48 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true} 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn: 13:05:48 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:05:48 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System: 13:05:48 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:48 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples: 13:05:48 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true} 13:05:48 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX 13:05:48 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration.. 13:05:48 [DEBUG] (3) goxlr_daemon::device: LoadProfileColours("Default") 13:05:48 [DEBUG] (3) goxlr_daemon::device: Loading Colours For Profile: Default 13:05:48 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr 13:05:48 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive.. 13:05:48 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml.. 13:05:48 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure.. 13:05:48 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 13:05:48 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 13:05:48 [DEBUG] (3) goxlr_daemon::device: Profile Loaded, Applying Colours.. 13:05:48 [DEBUG] (3) goxlr_daemon::events: Shutdown Phase 2 Triggered.. 13:05:48 [DEBUG] (1) goxlr_daemon::tray::windows: Shutdown Phase 2 active, destroy the window. 13:05:48 [INFO] Shutting down TTS Service 13:05:48 [INFO] Shutting down device worker 13:05:48 [DEBUG] (3) goxlr_daemon::files: Shutdown Signal Received. 13:05:48 [DEBUG] (8) goxlr_daemon::platform::windows: Shutting down Platform Runtime.. 13:05:48 [INFO] Shutting down daemon 13:05:53 [INFO] Starting GoXLR Daemon v0.12.2 13:05:53 [INFO] Performing Platform Preflight... 13:05:53 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost 13:05:53 [INFO] Bound IPC Socket @ @goxlr.socket 13:05:53 [DEBUG] (7) goxlr_daemon::servers::ipc_server: Running IPC Server.. 13:05:53 [DEBUG] (12) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" 13:05:53 [WARN] API VERSION DETECTED: 2.5 13:05:53 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API 13:05:53 [WARN] Please install version 5.12.0 of the GoXLR Drivers 13:05:53 [WARN] We'll try to keep going, but you may experience instability 13:05:53 [DEBUG] (3) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread.. 13:05:53 [INFO] Started GoXLR configuration interface at http://localhost:14564/ 13:05:53 [INFO] Starting TTS Service.. 13:05:53 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray.. 13:05:53 [DEBUG] (7) goxlr_daemon::events: Starting Event Loop.. 13:05:53 [INFO] Initializing Tolk backend 13:05:53 [INFO] Initializing WinRT backend 13:05:53 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu.. 13:05:54 [DEBUG] (3) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0] 13:05:54 [DEBUG] (3) goxlr_daemon::device: New Device Loading.. 13:05:54 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden 13:05:54 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr 13:05:54 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive.. 13:05:54 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml.. 13:05:54 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure.. 13:05:54 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 13:05:54 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 13:05:54 [DEBUG] (3) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini! 13:05:54 [DEBUG] (3) goxlr_daemon::device: Applying Profile.. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting Faders.. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting Fader A to Mic 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting Fader B to Chat 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Game 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting Fader D to System 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting Mute States.. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Muted 13:05:54 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Console, Unmuting. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 13:05:54 [DEBUG] (3) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile 13:05:54 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 13:05:54 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Music, Unmuting. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting. 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes.. 13:05:54 [DEBUG] (3) goxlr_daemon::device: No reference volumes, sending channels in order 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 255 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 128 13:05:54 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 128 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 255 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 255 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 255 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 255 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 191 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 255 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 204 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 255 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings.. 13:05:55 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map.. 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes.. 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting display for A 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting display for B 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting display for C 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting display for D 13:05:55 [DEBUG] (3) goxlr_daemon::device: Updating button states.. 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing.. 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone: 13:05:55 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat: 13:05:55 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music: 13:05:55 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:55 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game: 13:05:55 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:55 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console: 13:05:55 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn: 13:05:55 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:55 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System: 13:05:55 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:05:55 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples: 13:05:55 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:05:55 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX 13:05:55 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration.. 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting CompressorThreshold to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting DeEsser to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting CompressorAttack to 1 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting GateThreshold to -37 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRatio to 9 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting GateMode to 2 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting BleepLevel to -20 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting GateRelease to 19 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting GateAttack to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting GateEnabled to 1 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting GateAttenuation to -61 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting DisableMic to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRelease to 9 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 13:05:55 [DEBUG] (3) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial 13:05:55 [DEBUG] (3) goxlr_daemon::device: Setting EchoAmount to -36 13:05:55 [DEBUG] (3) goxlr_daemon::tts: Received TTS Message: Echo 0 percent 13:06:08 [DEBUG] (1) goxlr_daemon::tray::windows: Query End Session Received.. 13:07:08 [INFO] Starting GoXLR Daemon v0.12.2 13:07:08 [INFO] Performing Platform Preflight... 13:07:08 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost 13:07:08 [INFO] Bound IPC Socket @ @goxlr.socket 13:07:08 [DEBUG] (11) goxlr_daemon::servers::ipc_server: Running IPC Server.. 13:07:08 [DEBUG] (12) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" 13:07:08 [INFO] Started GoXLR configuration interface at http://localhost:14564/ 13:07:08 [INFO] Starting TTS Service.. 13:07:08 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray.. 13:07:08 [DEBUG] (11) goxlr_daemon::events: Starting Event Loop.. 13:07:08 [INFO] Initializing Tolk backend 13:07:08 [WARN] API VERSION DETECTED: 2.5 13:07:08 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API 13:07:08 [WARN] Please install version 5.12.0 of the GoXLR Drivers 13:07:08 [WARN] We'll try to keep going, but you may experience instability 13:07:08 [DEBUG] (2) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread.. 13:07:08 [INFO] Initializing WinRT backend 13:07:08 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu.. 13:07:10 [DEBUG] (2) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0] 13:07:10 [DEBUG] (2) goxlr_daemon::device: New Device Loading.. 13:07:10 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden 13:07:10 [DEBUG] (2) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr 13:07:10 [DEBUG] (2) goxlr_profile_loader::profile: Loading Profile Archive.. 13:07:10 [DEBUG] (2) goxlr_profile_loader::profile: Attempting to read profile.xml.. 13:07:10 [DEBUG] (2) goxlr_profile_loader::profile: Preparing Structure.. 13:07:10 [DEBUG] (2) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 13:07:10 [DEBUG] (2) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 13:07:10 [DEBUG] (2) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini! 13:07:10 [DEBUG] (2) goxlr_daemon::device: Applying Profile.. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting Faders.. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader A to Mic 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader B to Chat 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader C to Game 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting Fader D to System 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting Mute States.. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Applying Microphone Mute State 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting Mic to Muted 13:07:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Console, Unmuting. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 13:07:10 [DEBUG] (2) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile 13:07:10 [DEBUG] (2) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 13:07:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Music, Unmuting. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting Channel Volumes.. 13:07:10 [DEBUG] (2) goxlr_daemon::device: No reference volumes, sending channels in order 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Mic to 255 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineIn to 128 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Console to 128 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for System to 255 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Game to 255 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Chat to 255 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Sample to 255 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Music to 191 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for Headphones to 255 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for MicMonitor to 204 13:07:10 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineOut to 255 13:07:10 [DEBUG] (2) goxlr_daemon::device: Applying Submixing Settings.. 13:07:10 [DEBUG] (2) goxlr_daemon::device: Loading Colour Map.. 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Fader display modes.. 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting display for A 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting display for B 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting display for C 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting display for D 13:07:11 [DEBUG] (2) goxlr_daemon::device: Updating button states.. 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing.. 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Microphone: 13:07:11 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Chat: 13:07:11 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Music: 13:07:11 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:07:11 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Game: 13:07:11 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:07:11 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Console: 13:07:11 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing to LineIn: 13:07:11 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:07:11 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing to System: 13:07:11 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 13:07:11 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: System 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Samples: 13:07:11 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 13:07:11 [DEBUG] (2) goxlr_daemon::device: Applying Voice FX 13:07:11 [DEBUG] (2) goxlr_daemon::device: Validating Sampler Configuration.. 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting CompressorThreshold to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting DisableMic to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRelease to 9 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRatio to 9 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting GateMode to 2 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting CompressorAttack to 1 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting GateAttack to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting BleepLevel to -20 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting GateAttenuation to -61 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting DeEsser to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting GateEnabled to 1 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting GateRelease to 19 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzGain to 0 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting GateThreshold to -37 13:07:11 [DEBUG] (2) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial 13:07:11 [DEBUG] (2) goxlr_daemon::device: Setting EchoAmount to -36 13:07:11 [DEBUG] (2) goxlr_daemon::tts: Received TTS Message: Echo 0 percent

FrostyCoolSlug commented 1 year ago

Damn, it looks like in that last log it IS receiving the first half of the shutdown signal, but not the second.

Could you please give this build a try, tiny chance it'll work, but at least contains more debug: windows-artifact.zip

Lioden4 commented 1 year ago

Tried it. Still does not work.

15:35:00 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 800 15:35:00 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 59 15:35:00 [DEBUG] (1) goxlr_daemon::tray::windows: Received WM_QUERYENDSESSION from Windows 15:36:03 [INFO] Starting GoXLR Daemon v0.12.2 15:36:03 [INFO] Performing Platform Preflight... 15:36:03 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost 15:36:03 [INFO] Bound IPC Socket @ @goxlr.socket 15:36:03 [DEBUG] (10) goxlr_daemon::servers::ipc_server: Running IPC Server.. 15:36:03 [DEBUG] (13) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" 15:36:03 [INFO] Started GoXLR configuration interface at http://localhost:14564/ 15:36:03 [INFO] Starting TTS Service.. 15:36:03 [DEBUG] (10) goxlr_daemon::events: Starting Event Loop.. 15:36:03 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray.. 15:36:03 [INFO] Initializing Tolk backend 15:36:03 [WARN] API VERSION DETECTED: 2.5 15:36:03 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API 15:36:03 [WARN] Please install version 5.12.0 of the GoXLR Drivers 15:36:03 [WARN] We'll try to keep going, but you may experience instability 15:36:03 [DEBUG] (2) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread.. 15:36:03 [INFO] Initializing WinRT backend 15:36:03 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu.. 15:36:03 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 799 15:36:05 [DEBUG] (2) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0] 15:36:05 [DEBUG] (2) goxlr_daemon::device: New Device Loading.. 15:36:05 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden 15:36:05 [DEBUG] (2) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr 15:36:05 [DEBUG] (2) goxlr_profile_loader::profile: Loading Profile Archive.. 15:36:05 [DEBUG] (2) goxlr_profile_loader::profile: Attempting to read profile.xml.. 15:36:05 [DEBUG] (2) goxlr_profile_loader::profile: Preparing Structure.. 15:36:05 [DEBUG] (2) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} } 15:36:05 [DEBUG] (2) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } } 15:36:05 [DEBUG] (2) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini! 15:36:05 [DEBUG] (2) goxlr_daemon::device: Applying Profile.. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Faders.. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Fader A to Mic 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Fader B to Chat 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Fader C to Game 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Fader D to System 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Mute States.. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Applying Microphone Mute State 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Mic to Muted 15:36:05 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Console, Unmuting. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Channel System on Fader, Loading State from Profile 15:36:05 [DEBUG] (2) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile 15:36:05 [DEBUG] (2) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile 15:36:05 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Music, Unmuting. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Channel Volumes.. 15:36:05 [DEBUG] (2) goxlr_daemon::device: No reference volumes, sending channels in order 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for Mic to 255 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineIn to 128 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for Console to 128 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for System to 255 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for Game to 255 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for Chat to 255 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for Sample to 255 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for Music to 191 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for Headphones to 255 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for MicMonitor to 204 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineOut to 255 15:36:05 [DEBUG] (2) goxlr_daemon::device: Applying Submixing Settings.. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Loading Colour Map.. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting Fader display modes.. 15:36:05 [DEBUG] (2) goxlr_daemon::device: Setting display for A 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting display for B 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting display for C 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting display for D 15:36:06 [DEBUG] (2) goxlr_daemon::device: Updating button states.. 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing.. 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Microphone: 15:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Chat: 15:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Music: 15:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 15:36:06 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Music 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Game: 15:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 15:36:06 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Game 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Console: 15:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to LineIn: 15:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 15:36:06 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to System: 15:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true} 15:36:06 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: System 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Samples: 15:36:06 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false} 15:36:06 [DEBUG] (2) goxlr_daemon::device: Applying Voice FX 15:36:06 [DEBUG] (2) goxlr_daemon::device: Validating Sampler Configuration.. 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorThreshold to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorMakeUpGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting BleepLevel to -20 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateEnabled to 1 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting DisableMic to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRelease to 9 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateThreshold to -37 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRatio to 9 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting CompressorAttack to 1 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateRelease to 19 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting DeEsser to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateAttenuation to -61 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateAttack to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting GateMode to 2 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzGain to 0 15:36:06 [DEBUG] (2) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial 15:36:06 [DEBUG] (2) goxlr_daemon::device: Setting EchoAmount to -36 15:36:06 [DEBUG] (9) goxlr_daemon::tts: Received TTS Message: Echo 0 percent 15:36:09 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 49816

FrostyCoolSlug commented 1 year ago

Thanks, it's weird, accoding to the windows docs, WM_QUERYENDSESSION is supposed to lead straight into WM_ENDSESSION, but it's not in the logs posted.. So I'm gonna ignore the docs, and put the shutdown code in QUERYENDSESSION instead :p

Hopefully the winner: windows-artifact.zip

AlienXAXS commented 1 year ago

WM_ENDSESSION is only received when the Windows API gets a reply from WM_QUERYENDSESSION from your app as far as i know.

t3duk commented 1 year ago

Thanks, it's weird, accoding to the windows docs, WM_QUERYENDSESSION is supposed to lead straight into WM_ENDSESSION, but it's not in the logs posted.. So I'm gonna ignore the docs, and put the shutdown code in QUERYENDSESSION instead :p

Hopefully the winner: windows-artifact.zip

Unfortunately, this build does not fix the issue for me.

t3duk commented 1 year ago

Thanks, it's weird, accoding to the windows docs, WM_QUERYENDSESSION is supposed to lead straight into WM_ENDSESSION, but it's not in the logs posted.. So I'm gonna ignore the docs, and put the shutdown code in QUERYENDSESSION instead :p

Hopefully the winner: windows-artifact.zip

Logs on that build:

17:47:58 [DEBUG] (2) goxlr_daemon::device: Updating Mic volume from 252 to 250 as a human moved the fader
17:47:58 [DEBUG] (2) goxlr_daemon::device: Updating Music volume from 144 to 143 as a human moved the fader
17:47:58 [DEBUG] (2) goxlr_daemon::device: Updating System volume from 144 to 143 as a human moved the fader
17:51:40 [INFO] Starting GoXLR Daemon v0.12.2
17:51:40 [INFO] Performing Platform Preflight...
17:51:40 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: 0.0.0.0
17:51:40 [INFO] Bound IPC Socket @ @goxlr.socket
17:51:40 [DEBUG] (21) goxlr_daemon::servers::ipc_server: Running IPC Server..
17:51:40 [INFO] Started GoXLR configuration interface at http://0.0.0.0:14564/
17:51:40 [INFO] Starting TTS Service..
17:51:40 [DEBUG] (21) goxlr_daemon::events: Starting Event Loop..
17:51:40 [INFO] Initializing Tolk backend
17:51:40 [DEBUG] (18) goxlr_daemon::platform::windows: Setting Startup Path: "C:\\Users\\Ted\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup"
17:51:40 [INFO] Using GoXLR API Version 7.5
17:51:40 [DEBUG] (18) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..
17:51:40 [INFO] Initializing WinRT backend
17:51:42 [DEBUG] (18) goxlr_usb::device::base: [2c, 13, 0, 0, 6a, 0, 0, 0, 66, 21, 6, 0, 7, 0, 0, 0, 64, 0, 0, 0, 9, 30, 10, 0]
17:51:42 [DEBUG] (18) goxlr_daemon::device: New Device Loading..
17:51:42 [INFO] Configuring GoXLR, Profile: Default, Mic Profile: DEFAULT
17:51:42 [DEBUG] (18) goxlr_daemon::profile: Loading Profile From C:\Users\Ted\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr
17:51:42 [DEBUG] (18) goxlr_profile_loader::profile: Loading Profile Archive..
17:51:42 [DEBUG] (18) goxlr_profile_loader::profile: Attempting to read profile.xml..
17:51:42 [DEBUG] (18) goxlr_profile_loader::profile: Preparing Structure..
17:51:42 [DEBUG] (18) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }
17:51:42 [DEBUG] (18) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }
17:51:42 [DEBUG] (18) goxlr_daemon::device: Created Audio Handler..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Ok(AudioHandler { output_device: None, buffered_input: Some(BufferedRecorder { device: [goxlr_sample.*source, GoXLR_0_4_5.*source, GoXLR.*HiFi__Line5__source, CoreAudio\*Sampler, ^WASAPI\*Sample(?:(?!Mini).)*$], producers: 0 }), last_device_check: None, active_streams: {A: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, B: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}, C: {TopLeft: None, TopRight: None, BottomLeft: None, BottomRight: None}}, process_task: None })
17:51:42 [DEBUG] (18) goxlr_daemon::device: Audio Handler Loaded OK..
17:51:42 [DEBUG] (70) goxlr_audio::recorder: Starting Audio Listener..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Profile..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Faders..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Fader A to Mic
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Fader B to Chat
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Fader C to Music
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Fader D to System
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Mute States..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Microphone Mute State
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Mic to Unmuted
17:51:42 [DEBUG] (18) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.
17:51:42 [DEBUG] (18) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.
17:51:42 [DEBUG] (18) goxlr_daemon::device: Channel System on Fader, Loading State from Profile
17:51:42 [DEBUG] (18) goxlr_daemon::device: Unknown Channel state for Game, Unmuting.
17:51:42 [DEBUG] (18) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile
17:51:42 [DEBUG] (18) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.
17:51:42 [DEBUG] (70) goxlr_audio::recorder: Found Device: WASAPI*Sample (TC-HELICON GoXLR)
17:51:42 [DEBUG] (18) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile
17:51:42 [DEBUG] (18) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.
17:51:42 [DEBUG] (18) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.
17:51:42 [DEBUG] (18) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Channel Volumes..
17:51:42 [DEBUG] (18) goxlr_daemon::device: No reference volumes, sending channels in order
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for Mic to 252
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for LineIn to 128
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for Console to 128
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for System to 144
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for Game to 128
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for Chat to 255
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for Sample to 255
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for Music to 144
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for Headphones to 255
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for MicMonitor to 128
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting volume for LineOut to 255
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Submixing Settings..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Loading Colour Map..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Fader display modes..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting display for A
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting display for B
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting display for C
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting display for D
17:51:42 [DEBUG] (69) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
17:51:42 [DEBUG] (69) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []
17:51:42 [DEBUG] (18) goxlr_daemon::device: Updating button states..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing to Microphone:
17:51:42 [DEBUG] (18) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: true, Sampler: true, LineOut: false}
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing to Chat:
17:51:42 [DEBUG] (18) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing to Music:
17:51:42 [DEBUG] (18) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
17:51:42 [DEBUG] (18) goxlr_daemon::device: Light HardTune Enabled for Channel: Music
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing to Game:
17:51:42 [DEBUG] (18) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
17:51:42 [DEBUG] (18) goxlr_daemon::device: Light HardTune Enabled for Channel: Game
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing to Console:
17:51:42 [DEBUG] (18) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing to LineIn:
17:51:42 [DEBUG] (18) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
17:51:42 [DEBUG] (18) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing to System:
17:51:42 [DEBUG] (18) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
17:51:42 [DEBUG] (18) goxlr_daemon::device: Light HardTune Enabled for Channel: System
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Routing to Samples:
17:51:42 [DEBUG] (18) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}
17:51:42 [DEBUG] (18) goxlr_daemon::device: Applying Voice FX
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbDiffuse to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneStyle to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphonePresenceBW to 7
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotHiGain to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbHighColor to -35
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoXFBRtoL to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotLowFreq to 88
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotHiFreq to 182
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbModSpeed to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting HardTuneScale to 5
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotThreshold to -36
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting HardTunePitchAmount to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotEnabled to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbLowColor to -23
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoDivR to 9
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbHighFactor to 13
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotMidFreq to 173
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoAmount to -17
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoDivL to 9
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbModDepth to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbDecay to 118
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Encoder3Enabled to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoDelayR to 500
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoFeedback to 30
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotHiWidth to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting GenderAmount to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoDelayL to 500
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting PitchAmount to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Encoder1Enabled to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneBeatboxEnable to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting HardTuneKeySource to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting PitchCharacter to 100
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphonePostGain to 2
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneLP to 200
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbEarlyLevel to -25
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotWaveform to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoFeedbackR to 50
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneHP to 120
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoSource to 1
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneEnabled to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbType to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneDistType to 6
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphonePresenceFC to 135
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMid to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotLowGain to -10
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting HardTuneAmount to 70
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting PitchThreshold to -36
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotMidWidth to 25
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MicCompSelect to 1
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneFilterControl to 2
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphonePreGain to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbAmount to -27
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoFilterStyle to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotStyle to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting HardTuneWindow to 20
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphonePresenceGain to 8
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotDryMix to -6
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotMidGain to 5
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotLowWidth to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Encoder4Enabled to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneFilter to 59
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoFeedbackL to 50
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoXFBLtoR to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneAmount to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting MegaphoneDrivePotGainCompMax to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting HardTuneEnabled to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbPredelay to 15
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting RobotPulseWidth to 50
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Encoder2Enabled to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting EchoTempo to 149
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting HardTuneRate to 20
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting ReverbTailLevel to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Validating Sampler Configuration..
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting CompressorMakeUpGain to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer2KHzGain to -3
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer8KHzGain to 3
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting CompressorAttack to 1
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting BleepLevel to -20
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting CompressorRelease to 9
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting CompressorThreshold to -14
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting GateAttenuation to -27
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer500HzGain to -3
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer125HzGain to 3
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer63HzGain to 9
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting GateRelease to 19
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting GateAttack to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting DeEsser to 50
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting GateThreshold to -47
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting GateMode to 2
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting DisableMic to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer31HzGain to -9
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer1KHzGain to -9
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer4KHzGain to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer250HzGain to 0
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting Equalizer16KHzGain to 9
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting CompressorRatio to 9
17:51:42 [DEBUG] (18) goxlr_daemon::device: Setting GateEnabled to 1
17:51:46 [DEBUG] (18) goxlr_daemon::servers::ipc_server: Disconnected 127.0.0.1:0
FrostyCoolSlug commented 1 year ago

WM_ENDSESSION is only received when the Windows API gets a reply from WM_QUERYENDSESSION from your app as far as i know.

Indeed, and if Windows doesn't get a reply, it opens the 'App not closing' dialog after 5 seconds. The problem is that some of the logs show that the code is receiving WM_QUERYENDSESSION, returning TRUE, and the app is terminating without a WM_ENDSESSION triggering.. In other logs, it appears that in some cases, WM_QUERYENDSESSION isn't even being called.. On my Windows install, WM_QUERYENDSESSION AND WM_ENDSESSION are triggering every time without fail, all while using the same binaries.

The problem at the moment is the woefully inconsistent behavior from system to system, and I'm at a complete loss as to how it's occurring.

Best I can do for the moment is double check my pointers, to see if the window is somehow randomly getting lost in specific positions.

FrostyCoolSlug commented 1 year ago

If it's not working for you, it may be worth digging into the Windows Event Viewer, to see if a crash or some other behaviour is happening with the GoXLR daemon binary which is causing the premature exit.

AlienXAXS commented 1 year ago

I have tested the following:

30 times my GoXLR would go into it's shutdown profile without fail.

Good job.

Lioden4 commented 1 year ago

It's working for me too. Just did a quick test before i head to work. 1xfull shutdown and 1xreboot. Attached debug log for your ref.

Debug.txt

t3duk commented 1 year ago

It's working for me too.

Just did a quick test before i head to work.

1xfull shutdown and 1xreboot.

Below debug log for your ref.

23:15:33 [INFO] Starting GoXLR Daemon v0.12.2

23:15:33 [INFO] Performing Platform Preflight...

23:15:33 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost

23:15:33 [INFO] Bound IPC Socket @ @goxlr.socket

23:15:33 [DEBUG] (9) goxlr_daemon::servers::ipc_server: Running IPC Server..

23:15:33 [DEBUG] (11) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"

23:15:33 [INFO] Started GoXLR configuration interface at http://localhost:14564/

23:15:33 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray..

23:15:33 [INFO] Starting TTS Service..

23:15:33 [DEBUG] (9) goxlr_daemon::events: Starting Event Loop..

23:15:33 [INFO] Initializing Tolk backend

23:15:33 [WARN] API VERSION DETECTED: 2.5

23:15:33 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API

23:15:33 [WARN] Please install version 5.12.0 of the GoXLR Drivers

23:15:33 [WARN] We'll try to keep going, but you may experience instability

23:15:33 [DEBUG] (4) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..

23:15:34 [INFO] Initializing WinRT backend

23:15:34 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu..

23:15:34 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 799

23:15:35 [DEBUG] (4) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0]

23:15:35 [DEBUG] (4) goxlr_daemon::device: New Device Loading..

23:15:35 [INFO] Configuring GoXLR Mini, Profile: Sleep, Mic Profile: Lioden

23:15:35 [DEBUG] (4) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr

23:15:35 [DEBUG] (4) goxlr_profile_loader::profile: Loading Profile Archive..

23:15:35 [DEBUG] (4) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:15:35 [DEBUG] (4) goxlr_profile_loader::profile: Preparing Structure..

23:15:35 [DEBUG] (4) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:15:35 [DEBUG] (4) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:15:35 [DEBUG] (4) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini!

23:15:35 [DEBUG] (4) goxlr_daemon::device: Applying Profile..

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Faders..

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Fader A to Mic

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Fader B to Chat

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Fader C to Music

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Fader D to System

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Mute States..

23:15:35 [DEBUG] (4) goxlr_daemon::device: Applying Microphone Mute State

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Mic to Unmuted

23:15:35 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.

23:15:35 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.

23:15:35 [DEBUG] (4) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:15:35 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Game, Unmuting.

23:15:35 [DEBUG] (4) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:15:35 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.

23:15:35 [DEBUG] (4) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile

23:15:35 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.

23:15:35 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.

23:15:35 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Channel Volumes..

23:15:35 [DEBUG] (4) goxlr_daemon::device: No reference volumes, sending channels in order

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for Mic to 0

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for LineIn to 0

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for Console to 0

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for System to 1

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for Game to 0

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for Chat to 1

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for Sample to 0

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for Music to 0

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for Headphones to 0

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for MicMonitor to 128

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting volume for LineOut to 0

23:15:35 [DEBUG] (4) goxlr_daemon::device: Applying Submixing Settings..

23:15:35 [DEBUG] (4) goxlr_daemon::device: Loading Colour Map..

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting Fader display modes..

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting display for A

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting display for B

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting display for C

23:15:35 [DEBUG] (4) goxlr_daemon::device: Setting display for D

23:15:35 [DEBUG] (4) goxlr_daemon::device: Updating button states..

23:15:35 [DEBUG] (4) goxlr_daemon::device: Applying Routing..

23:15:35 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Microphone:

23:15:35 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true}

23:15:36 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Chat:

23:15:36 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:36 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Music:

23:15:36 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:15:36 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:15:36 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Game:

23:15:36 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:15:36 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:15:36 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Console:

23:15:36 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:15:36 [DEBUG] (4) goxlr_daemon::device: Applying Routing to LineIn:

23:15:36 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:15:36 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:15:36 [DEBUG] (4) goxlr_daemon::device: Applying Routing to System:

23:15:36 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:36 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:15:36 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Samples:

23:15:36 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true}

23:15:36 [DEBUG] (4) goxlr_daemon::device: Applying Voice FX

23:15:36 [DEBUG] (4) goxlr_daemon::device: Validating Sampler Configuration..

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting GateMode to 2

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting BleepLevel to -20

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting CompressorRatio to 9

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting GateRelease to 19

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting CompressorThreshold to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting GateAttack to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting GateEnabled to 1

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting DeEsser to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting GateAttenuation to -61

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting GateThreshold to -37

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting DisableMic to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting CompressorRelease to 9

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting CompressorAttack to 1

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:15:36 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:15:36 [DEBUG] (4) goxlr_daemon::device: Updating Mic volume from 0 to 255 as a human moved the fader

23:15:36 [DEBUG] (4) goxlr_daemon::device: Updating Chat volume from 1 to 255 as a human moved the fader

23:15:36 [DEBUG] (4) goxlr_daemon::device: Updating Music volume from 0 to 255 as a human moved the fader

23:15:36 [DEBUG] (4) goxlr_daemon::device: Updating System volume from 1 to 255 as a human moved the fader

23:15:41 [DEBUG] (4) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr

23:15:41 [DEBUG] (4) goxlr_profile_loader::profile: Loading Profile Archive..

23:15:41 [DEBUG] (4) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:15:41 [DEBUG] (4) goxlr_profile_loader::profile: Preparing Structure..

23:15:41 [DEBUG] (4) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:15:41 [DEBUG] (4) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Profile..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting Faders..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Fader Already Assigned, ignoring

23:15:41 [DEBUG] (4) goxlr_daemon::device: Fader Already Assigned, ignoring

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting Fader C to Game

23:15:41 [DEBUG] (4) goxlr_daemon::device: Fader Already Assigned, ignoring

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting Mute States..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Microphone Mute State

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting Mic to Muted

23:15:41 [DEBUG] (4) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:15:41 [DEBUG] (4) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:15:41 [DEBUG] (4) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile

23:15:41 [DEBUG] (4) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:15:41 [DEBUG] (4) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:15:41 [DEBUG] (4) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting Channel Volumes..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for Mic to 255

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for LineIn to 128

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for Console to 128

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for System to 255

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for Game to 255

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for Chat to 255

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for Sample to 255

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for Music to 191

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for MicMonitor to 204

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for Headphones to 255

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting volume for LineOut to 255

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Submixing Settings..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Loading Colour Map..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting Fader display modes..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting display for A

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting display for B

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting display for C

23:15:41 [DEBUG] (4) goxlr_daemon::device: Setting display for D

23:15:41 [DEBUG] (4) goxlr_daemon::device: Updating button states..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Routing..

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Microphone:

23:15:41 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Chat:

23:15:41 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Music:

23:15:41 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:41 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Game:

23:15:41 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:41 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:15:41 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Console:

23:15:41 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:15:42 [DEBUG] (4) goxlr_daemon::device: Applying Routing to LineIn:

23:15:42 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:42 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:15:42 [DEBUG] (4) goxlr_daemon::device: Applying Routing to System:

23:15:42 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:42 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:15:42 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Samples:

23:15:42 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:15:42 [DEBUG] (4) goxlr_daemon::device: Applying Voice FX

23:15:42 [DEBUG] (4) goxlr_daemon::device: Validating Sampler Configuration..

23:15:44 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 537

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 70

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 71

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 28

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 134

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 6

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 641

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 642

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 7

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 529

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 32

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 278

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 279

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 147

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 148

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 148

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 148

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 148

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 148

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 287

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 287

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 287

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:45 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:46 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:46 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 289

23:15:46 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 533

23:15:46 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 293

23:15:46 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 287

23:15:46 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 530

23:15:46 [DEBUG] (1) goxlr_daemon::tray::windows: Top Menu?

23:15:46 [DEBUG] (12) goxlr_daemon::events: Shutdown Phase 1 Triggered..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Shutting Down Device: S220201221DI7

23:15:46 [DEBUG] (12) goxlr_daemon::device: LoadMicProfile("Sleep", false)

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting CompressorRelease to 9

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting CompressorThreshold to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting GateRelease to 19

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting GateThreshold to -37

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting DeEsser to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting GateEnabled to 1

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting CompressorRatio to 9

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting GateAttack to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting GateMode to 2

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting CompressorAttack to 1

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting BleepLevel to -20

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting DisableMic to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting GateAttenuation to -61

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:15:46 [DEBUG] (12) goxlr_daemon::device: LoadProfile("Sleep", false)

23:15:46 [DEBUG] (12) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr

23:15:46 [DEBUG] (12) goxlr_profile_loader::profile: Loading Profile Archive..

23:15:46 [DEBUG] (12) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:15:46 [DEBUG] (12) goxlr_profile_loader::profile: Preparing Structure..

23:15:46 [DEBUG] (12) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:15:46 [DEBUG] (12) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Profile..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Faders..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Fader Already Assigned, ignoring

23:15:46 [DEBUG] (12) goxlr_daemon::device: Fader Already Assigned, ignoring

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Fader C to Music

23:15:46 [DEBUG] (12) goxlr_daemon::device: Fader Already Assigned, ignoring

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Mute States..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Microphone Mute State

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Mic to Unmuted

23:15:46 [DEBUG] (12) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:15:46 [DEBUG] (12) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:15:46 [DEBUG] (12) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:15:46 [DEBUG] (12) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:15:46 [DEBUG] (12) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile

23:15:46 [DEBUG] (12) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Channel Volumes..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for Headphones to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for LineOut to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for Mic to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for LineIn to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for Console to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for System to 1

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for Game to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for Chat to 1

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for Sample to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for Music to 0

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting volume for MicMonitor to 128

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Submixing Settings..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Loading Colour Map..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting Fader display modes..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting display for A

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting display for B

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting display for C

23:15:46 [DEBUG] (12) goxlr_daemon::device: Setting display for D

23:15:46 [DEBUG] (12) goxlr_daemon::device: Updating button states..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing..

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing to Microphone:

23:15:46 [DEBUG] (12) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true}

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing to Chat:

23:15:46 [DEBUG] (12) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing to Music:

23:15:46 [DEBUG] (12) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:15:46 [DEBUG] (12) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing to Game:

23:15:46 [DEBUG] (12) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:15:46 [DEBUG] (12) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing to Console:

23:15:46 [DEBUG] (12) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing to LineIn:

23:15:46 [DEBUG] (12) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:15:46 [DEBUG] (12) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing to System:

23:15:46 [DEBUG] (12) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:15:46 [DEBUG] (12) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Routing to Samples:

23:15:46 [DEBUG] (12) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true}

23:15:46 [DEBUG] (12) goxlr_daemon::device: Applying Voice FX

23:15:46 [DEBUG] (12) goxlr_daemon::device: Validating Sampler Configuration..

23:15:46 [DEBUG] (12) goxlr_daemon::device: LoadProfileColours("Default")

23:15:46 [DEBUG] (12) goxlr_daemon::device: Loading Colours For Profile: Default

23:15:46 [DEBUG] (12) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr

23:15:47 [DEBUG] (12) goxlr_profile_loader::profile: Loading Profile Archive..

23:15:47 [DEBUG] (12) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:15:47 [DEBUG] (12) goxlr_profile_loader::profile: Preparing Structure..

23:15:47 [DEBUG] (12) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:15:47 [DEBUG] (12) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:15:47 [DEBUG] (12) goxlr_daemon::device: Profile Loaded, Applying Colours..

23:15:47 [DEBUG] (12) goxlr_daemon::events: Shutdown Phase 2 Triggered..

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Shutdown Phase 2 active, destroy the window.

23:15:47 [DEBUG] (10) goxlr_daemon::platform::windows: Shutting down Platform Runtime..

23:15:47 [INFO] Shutting down device worker

23:15:47 [INFO] Shutting down TTS Service

23:15:47 [DEBUG] (9) goxlr_daemon::files: Shutdown Signal Received.

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 144

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 134

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 6

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 28

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 8

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 641

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 642

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 2

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Received Event Message: 130

23:15:47 [DEBUG] (1) goxlr_daemon::tray::windows: Primary Loop Ended

23:15:47 [INFO] Shutting down daemon

23:17:00 [INFO] Starting GoXLR Daemon v0.12.2

23:17:00 [INFO] Performing Platform Preflight...

23:17:00 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost

23:17:00 [INFO] Bound IPC Socket @ @goxlr.socket

23:17:00 [DEBUG] (7) goxlr_daemon::servers::ipc_server: Running IPC Server..

23:17:00 [DEBUG] (13) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"

23:17:00 [WARN] API VERSION DETECTED: 2.5

23:17:00 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API

23:17:00 [WARN] Please install version 5.12.0 of the GoXLR Drivers

23:17:00 [WARN] We'll try to keep going, but you may experience instability

23:17:00 [DEBUG] (3) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..

23:17:00 [INFO] Started GoXLR configuration interface at http://localhost:14564/

23:17:00 [INFO] Starting TTS Service..

23:17:00 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray..

23:17:00 [DEBUG] (7) goxlr_daemon::events: Starting Event Loop..

23:17:00 [INFO] Initializing Tolk backend

23:17:00 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu..

23:17:00 [INFO] Initializing WinRT backend

23:17:01 [DEBUG] (3) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0]

23:17:01 [DEBUG] (3) goxlr_daemon::device: New Device Loading..

23:17:01 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden

23:17:01 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr

23:17:01 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive..

23:17:01 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:17:01 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure..

23:17:01 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:17:01 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:17:01 [DEBUG] (3) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini!

23:17:01 [DEBUG] (3) goxlr_daemon::device: Applying Profile..

23:17:01 [DEBUG] (3) goxlr_daemon::device: Setting Faders..

23:17:01 [DEBUG] (3) goxlr_daemon::device: Setting Fader A to Mic

23:17:01 [DEBUG] (3) goxlr_daemon::device: Setting Fader B to Chat

23:17:01 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Game

23:17:01 [DEBUG] (3) goxlr_daemon::device: Setting Fader D to System

23:17:01 [DEBUG] (3) goxlr_daemon::device: Setting Mute States..

23:17:01 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State

23:17:01 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Muted

23:17:01 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.

23:17:01 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.

23:17:01 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:17:01 [DEBUG] (3) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile

23:17:01 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:17:01 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.

23:17:01 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Music, Unmuting.

23:17:01 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.

23:17:02 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.

23:17:02 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes..

23:17:02 [DEBUG] (3) goxlr_daemon::device: No reference volumes, sending channels in order

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 255

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 128

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 128

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 255

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 255

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 255

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 255

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 191

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 255

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 204

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 255

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings..

23:17:02 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map..

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes..

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting display for A

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting display for B

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting display for C

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting display for D

23:17:02 [DEBUG] (3) goxlr_daemon::device: Updating button states..

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing..

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone:

23:17:02 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat:

23:17:02 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music:

23:17:02 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:02 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game:

23:17:02 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:02 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console:

23:17:02 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn:

23:17:02 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:02 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System:

23:17:02 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:02 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples:

23:17:02 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:02 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX

23:17:02 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration..

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting GateEnabled to 1

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting CompressorAttack to 1

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting GateMode to 2

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRelease to 9

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRatio to 9

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting GateAttenuation to -61

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting DeEsser to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting CompressorThreshold to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting BleepLevel to -20

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting DisableMic to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting GateThreshold to -37

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting GateRelease to 19

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting GateAttack to 0

23:17:02 [DEBUG] (3) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial

23:17:02 [DEBUG] (3) goxlr_daemon::device: Setting EchoAmount to -36

23:17:02 [DEBUG] (3) goxlr_daemon::tts: Received TTS Message: Echo 0 percent

23:17:08 [DEBUG] (9) goxlr_daemon::events: Shutdown Phase 1 Triggered..

23:17:08 [DEBUG] (9) goxlr_daemon::device: Shutting Down Device: S220201221DI7

23:17:08 [DEBUG] (9) goxlr_daemon::device: LoadMicProfile("Sleep", false)

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting CompressorRelease to 9

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting CompressorAttack to 1

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting DeEsser to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting GateMode to 2

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting CompressorThreshold to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting GateEnabled to 1

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting GateAttack to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting DisableMic to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting BleepLevel to -20

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting GateThreshold to -37

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting GateAttenuation to -61

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting CompressorRatio to 9

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting GateRelease to 19

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: LoadProfile("Sleep", false)

23:17:08 [DEBUG] (9) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr

23:17:08 [DEBUG] (9) goxlr_profile_loader::profile: Loading Profile Archive..

23:17:08 [DEBUG] (9) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:17:08 [DEBUG] (9) goxlr_profile_loader::profile: Preparing Structure..

23:17:08 [DEBUG] (9) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:17:08 [DEBUG] (9) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:17:08 [DEBUG] (9) goxlr_daemon::device: Applying Profile..

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Faders..

23:17:08 [DEBUG] (9) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:08 [DEBUG] (9) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Fader C to Music

23:17:08 [DEBUG] (9) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Mute States..

23:17:08 [DEBUG] (9) goxlr_daemon::device: Applying Microphone Mute State

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Mic to Unmuted

23:17:08 [DEBUG] (9) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:17:08 [DEBUG] (9) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:17:08 [DEBUG] (9) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:17:08 [DEBUG] (9) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:17:08 [DEBUG] (9) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile

23:17:08 [DEBUG] (9) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting Channel Volumes..

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting volume for Headphones to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting volume for LineOut to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting volume for Mic to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting volume for LineIn to 0

23:17:08 [DEBUG] (9) goxlr_daemon::device: Setting volume for Console to 0

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting volume for System to 1

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting volume for Game to 0

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting volume for Chat to 1

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting volume for Sample to 0

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting volume for Music to 0

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting volume for MicMonitor to 128

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Submixing Settings..

23:17:09 [DEBUG] (9) goxlr_daemon::device: Loading Colour Map..

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting Fader display modes..

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting display for A

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting display for B

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting display for C

23:17:09 [DEBUG] (9) goxlr_daemon::device: Setting display for D

23:17:09 [DEBUG] (9) goxlr_daemon::device: Updating button states..

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing..

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Microphone:

23:17:09 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true}

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Chat:

23:17:09 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Music:

23:17:09 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:09 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Game:

23:17:09 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:09 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Console:

23:17:09 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing to LineIn:

23:17:09 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:09 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing to System:

23:17:09 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:09 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Samples:

23:17:09 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true}

23:17:09 [DEBUG] (9) goxlr_daemon::device: Applying Voice FX

23:17:09 [DEBUG] (9) goxlr_daemon::device: Validating Sampler Configuration..

23:17:09 [DEBUG] (9) goxlr_daemon::device: LoadProfileColours("Default")

23:17:09 [DEBUG] (9) goxlr_daemon::device: Loading Colours For Profile: Default

23:17:09 [DEBUG] (9) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr

23:17:09 [DEBUG] (9) goxlr_profile_loader::profile: Loading Profile Archive..

23:17:09 [DEBUG] (9) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:17:09 [DEBUG] (9) goxlr_profile_loader::profile: Preparing Structure..

23:17:09 [DEBUG] (9) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:17:09 [DEBUG] (9) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:17:09 [DEBUG] (9) goxlr_daemon::device: Profile Loaded, Applying Colours..

23:17:09 [DEBUG] (9) goxlr_daemon::events: Shutdown Phase 2 Triggered..

23:17:09 [DEBUG] (1) goxlr_daemon::tray::windows: Shutdown Phase 2 active, destroy the window.

23:17:09 [INFO] Shutting down TTS Service

23:17:09 [INFO] Shutting down device worker

23:17:09 [DEBUG] (9) goxlr_daemon::files: Shutdown Signal Received.

23:17:09 [DEBUG] (10) goxlr_daemon::platform::windows: Shutting down Platform Runtime..

23:17:09 [DEBUG] (1) goxlr_daemon::tray::windows: Primary Loop Ended

23:17:09 [INFO] Shutting down daemon

23:17:17 [INFO] Starting GoXLR Daemon v0.12.2

23:17:17 [INFO] Performing Platform Preflight...

23:17:17 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost

23:17:17 [INFO] Bound IPC Socket @ @goxlr.socket

23:17:17 [DEBUG] (12) goxlr_daemon::servers::ipc_server: Running IPC Server..

23:17:17 [DEBUG] (13) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"

23:17:17 [INFO] Started GoXLR configuration interface at http://localhost:14564/

23:17:17 [INFO] Starting TTS Service..

23:17:17 [DEBUG] (12) goxlr_daemon::events: Starting Event Loop..

23:17:17 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray..

23:17:17 [WARN] API VERSION DETECTED: 2.5

23:17:17 [INFO] Initializing Tolk backend

23:17:17 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API

23:17:17 [WARN] Please install version 5.12.0 of the GoXLR Drivers

23:17:17 [WARN] We'll try to keep going, but you may experience instability

23:17:17 [DEBUG] (3) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..

23:17:17 [INFO] Initializing WinRT backend

23:17:17 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu..

23:17:18 [DEBUG] (3) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0]

23:17:18 [DEBUG] (3) goxlr_daemon::device: New Device Loading..

23:17:18 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden

23:17:18 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr

23:17:18 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive..

23:17:18 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:17:18 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure..

23:17:18 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:17:18 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:17:18 [DEBUG] (3) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini!

23:17:18 [DEBUG] (3) goxlr_daemon::device: Applying Profile..

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Faders..

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Fader A to Mic

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Fader B to Chat

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Game

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Fader D to System

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Mute States..

23:17:18 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Muted

23:17:18 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.

23:17:18 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.

23:17:18 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:17:18 [DEBUG] (3) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile

23:17:18 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:17:18 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.

23:17:18 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Music, Unmuting.

23:17:18 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.

23:17:18 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.

23:17:18 [DEBUG] (3) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes..

23:17:18 [DEBUG] (3) goxlr_daemon::device: No reference volumes, sending channels in order

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 255

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 128

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 128

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 255

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 255

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 255

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 255

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 191

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 255

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 204

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 255

23:17:18 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings..

23:17:18 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map..

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes..

23:17:18 [DEBUG] (3) goxlr_daemon::device: Setting display for A

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting display for B

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting display for C

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting display for D

23:17:19 [DEBUG] (3) goxlr_daemon::device: Updating button states..

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing..

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone:

23:17:19 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat:

23:17:19 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music:

23:17:19 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:19 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game:

23:17:19 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:19 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console:

23:17:19 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn:

23:17:19 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:19 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System:

23:17:19 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:19 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples:

23:17:19 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:19 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX

23:17:19 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration..

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting DeEsser to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting GateAttenuation to -61

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting GateThreshold to -37

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting BleepLevel to -20

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting CompressorThreshold to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRatio to 9

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting DisableMic to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting GateEnabled to 1

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting GateMode to 2

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting GateAttack to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting CompressorAttack to 1

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting CompressorRelease to 9

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting GateRelease to 19

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:17:19 [DEBUG] (3) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial

23:17:19 [DEBUG] (3) goxlr_daemon::device: Setting EchoAmount to -36

23:17:19 [DEBUG] (3) goxlr_daemon::tts: Received TTS Message: Echo 0 percent

23:17:23 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr

23:17:23 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive..

23:17:23 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:17:23 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure..

23:17:23 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:17:23 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:17:23 [DEBUG] (3) goxlr_daemon::device: Applying Profile..

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting Faders..

23:17:23 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:23 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Music

23:17:23 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting Mute States..

23:17:23 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Unmuted

23:17:23 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:17:23 [DEBUG] (3) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:17:23 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:17:23 [DEBUG] (3) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:17:23 [DEBUG] (3) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile

23:17:23 [DEBUG] (3) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes..

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 0

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 0

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 0

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 0

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 0

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 1

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 0

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 1

23:17:23 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 0

23:17:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 0

23:17:24 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 128

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings..

23:17:24 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map..

23:17:24 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes..

23:17:24 [DEBUG] (3) goxlr_daemon::device: Setting display for A

23:17:24 [DEBUG] (3) goxlr_daemon::device: Setting display for B

23:17:24 [DEBUG] (3) goxlr_daemon::device: Setting display for C

23:17:24 [DEBUG] (3) goxlr_daemon::device: Setting display for D

23:17:24 [DEBUG] (3) goxlr_daemon::device: Updating button states..

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing..

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone:

23:17:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true}

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat:

23:17:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music:

23:17:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:24 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game:

23:17:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:24 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console:

23:17:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn:

23:17:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:24 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System:

23:17:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:24 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples:

23:17:24 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true}

23:17:24 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX

23:17:24 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration..

23:17:26 [DEBUG] (3) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr

23:17:26 [DEBUG] (3) goxlr_profile_loader::profile: Loading Profile Archive..

23:17:26 [DEBUG] (3) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:17:26 [DEBUG] (3) goxlr_profile_loader::profile: Preparing Structure..

23:17:26 [DEBUG] (3) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:17:26 [DEBUG] (3) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Profile..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting Faders..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:26 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting Fader C to Game

23:17:26 [DEBUG] (3) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting Mute States..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Microphone Mute State

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting Mic to Muted

23:17:26 [DEBUG] (3) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:17:26 [DEBUG] (3) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:17:26 [DEBUG] (3) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile

23:17:26 [DEBUG] (3) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:17:26 [DEBUG] (3) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:17:26 [DEBUG] (3) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting Channel Volumes..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for Mic to 255

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineIn to 128

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for Console to 128

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for System to 255

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for Game to 255

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for Chat to 255

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for Sample to 255

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for Music to 191

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for MicMonitor to 204

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for Headphones to 255

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting volume for LineOut to 255

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Submixing Settings..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Loading Colour Map..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting Fader display modes..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting display for A

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting display for B

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting display for C

23:17:26 [DEBUG] (3) goxlr_daemon::device: Setting display for D

23:17:26 [DEBUG] (3) goxlr_daemon::device: Updating button states..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing..

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Microphone:

23:17:26 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Chat:

23:17:26 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Music:

23:17:26 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:26 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Game:

23:17:26 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:26 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Console:

23:17:26 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing to LineIn:

23:17:26 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:26 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing to System:

23:17:26 [DEBUG] (3) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:26 [DEBUG] (3) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Routing to Samples:

23:17:26 [DEBUG] (3) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:26 [DEBUG] (3) goxlr_daemon::device: Applying Voice FX

23:17:26 [DEBUG] (3) goxlr_daemon::device: Validating Sampler Configuration..

23:17:52 [DEBUG] (7) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Default.goxlr

23:17:52 [DEBUG] (7) goxlr_profile_loader::profile: Loading Profile Archive..

23:17:52 [DEBUG] (7) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:17:52 [DEBUG] (7) goxlr_profile_loader::profile: Preparing Structure..

23:17:52 [DEBUG] (7) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:17:52 [DEBUG] (7) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Profile..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting Faders..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting Fader B to Music

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting Fader C to Chat

23:17:52 [DEBUG] (7) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting Mute States..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Microphone Mute State

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting Mic to Unmuted

23:17:52 [DEBUG] (7) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:17:52 [DEBUG] (7) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:17:52 [DEBUG] (7) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:17:52 [DEBUG] (7) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:17:52 [DEBUG] (7) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile

23:17:52 [DEBUG] (7) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting Channel Volumes..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for LineOut to 0

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for Mic to 202

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for LineIn to 128

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for Console to 128

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for System to 126

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for Game to 128

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for Chat to 124

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for Sample to 255

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for Music to 123

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for MicMonitor to 255

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting volume for Headphones to 255

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Submixing Settings..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Loading Colour Map..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting Fader display modes..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting display for A

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting display for B

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting display for C

23:17:52 [DEBUG] (7) goxlr_daemon::device: Setting display for D

23:17:52 [DEBUG] (7) goxlr_daemon::device: Updating button states..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Routing..

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Microphone:

23:17:52 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true}

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Chat:

23:17:52 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Music:

23:17:52 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:52 [DEBUG] (7) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Game:

23:17:52 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:52 [DEBUG] (7) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Console:

23:17:52 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Routing to LineIn:

23:17:52 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:52 [DEBUG] (7) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:17:52 [DEBUG] (7) goxlr_daemon::device: Applying Routing to System:

23:17:52 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:52 [DEBUG] (7) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:17:53 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Samples:

23:17:53 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true}

23:17:53 [DEBUG] (7) goxlr_daemon::device: Applying Voice FX

23:17:53 [DEBUG] (7) goxlr_daemon::device: Validating Sampler Configuration..

23:17:54 [DEBUG] (9) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr

23:17:54 [DEBUG] (9) goxlr_profile_loader::profile: Loading Profile Archive..

23:17:54 [DEBUG] (9) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:17:54 [DEBUG] (9) goxlr_profile_loader::profile: Preparing Structure..

23:17:54 [DEBUG] (9) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:17:54 [DEBUG] (9) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:17:54 [DEBUG] (9) goxlr_daemon::device: Applying Profile..

23:17:54 [DEBUG] (9) goxlr_daemon::device: Setting Faders..

23:17:54 [DEBUG] (9) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:54 [DEBUG] (9) goxlr_daemon::device: Setting Fader B to Chat

23:17:54 [DEBUG] (9) goxlr_daemon::device: Setting Fader C to Game

23:17:54 [DEBUG] (9) goxlr_daemon::device: Fader Already Assigned, ignoring

23:17:54 [DEBUG] (9) goxlr_daemon::device: Setting Mute States..

23:17:54 [DEBUG] (9) goxlr_daemon::device: Applying Microphone Mute State

23:17:54 [DEBUG] (9) goxlr_daemon::device: Setting Mic to Muted

23:17:54 [DEBUG] (9) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:17:54 [DEBUG] (9) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:17:54 [DEBUG] (9) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile

23:17:54 [DEBUG] (9) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:17:54 [DEBUG] (9) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:17:54 [DEBUG] (9) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:17:54 [DEBUG] (9) goxlr_daemon::device: Setting Channel Volumes..

23:17:54 [DEBUG] (9) goxlr_daemon::device: Setting volume for Mic to 255

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for LineIn to 128

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for Console to 128

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for System to 255

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for Game to 255

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for Chat to 255

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for Sample to 255

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for Music to 191

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for MicMonitor to 204

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for Headphones to 255

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting volume for LineOut to 255

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Submixing Settings..

23:17:55 [DEBUG] (9) goxlr_daemon::device: Loading Colour Map..

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting Fader display modes..

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting display for A

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting display for B

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting display for C

23:17:55 [DEBUG] (9) goxlr_daemon::device: Setting display for D

23:17:55 [DEBUG] (9) goxlr_daemon::device: Updating button states..

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing..

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Microphone:

23:17:55 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Chat:

23:17:55 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Music:

23:17:55 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:55 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Game:

23:17:55 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:55 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Console:

23:17:55 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing to LineIn:

23:17:55 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:55 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing to System:

23:17:55 [DEBUG] (9) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:17:55 [DEBUG] (9) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Routing to Samples:

23:17:55 [DEBUG] (9) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:17:55 [DEBUG] (9) goxlr_daemon::device: Applying Voice FX

23:17:55 [DEBUG] (9) goxlr_daemon::device: Validating Sampler Configuration..

23:18:03 [DEBUG] (1) goxlr_daemon::tray::windows: Received WM_QUERYENDSESSION from Windows

23:18:03 [DEBUG] (1) goxlr_daemon::tray::windows: Attempting Shutdown..

23:18:03 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:18:03 [DEBUG] (7) goxlr_daemon::events: Shutdown Phase 1 Triggered..

23:18:03 [DEBUG] (7) goxlr_daemon::device: Shutting Down Device: S220201221DI7

23:18:03 [DEBUG] (7) goxlr_daemon::device: LoadMicProfile("Sleep", false)

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting CompressorRelease to 9

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting GateThreshold to -37

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting DisableMic to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting GateMode to 2

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting DeEsser to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting CompressorThreshold to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting GateAttack to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting GateEnabled to 1

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting BleepLevel to -20

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting CompressorAttack to 1

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting GateRelease to 19

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting GateAttenuation to -61

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting CompressorRatio to 9

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:18:03 [DEBUG] (7) goxlr_daemon::device: LoadProfile("Sleep", false)

23:18:03 [DEBUG] (7) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr

23:18:03 [DEBUG] (7) goxlr_profile_loader::profile: Loading Profile Archive..

23:18:03 [DEBUG] (7) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:18:03 [DEBUG] (7) goxlr_profile_loader::profile: Preparing Structure..

23:18:03 [DEBUG] (7) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:18:03 [DEBUG] (7) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:18:03 [DEBUG] (7) goxlr_daemon::device: Applying Profile..

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Faders..

23:18:03 [DEBUG] (7) goxlr_daemon::device: Fader Already Assigned, ignoring

23:18:03 [DEBUG] (7) goxlr_daemon::device: Fader Already Assigned, ignoring

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Fader C to Music

23:18:03 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:18:03 [DEBUG] (7) goxlr_daemon::device: Fader Already Assigned, ignoring

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Mute States..

23:18:03 [DEBUG] (7) goxlr_daemon::device: Applying Microphone Mute State

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Mic to Unmuted

23:18:03 [DEBUG] (7) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:18:03 [DEBUG] (7) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:18:03 [DEBUG] (7) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:18:03 [DEBUG] (7) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:18:03 [DEBUG] (7) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile

23:18:03 [DEBUG] (7) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting Channel Volumes..

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for Headphones to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for LineOut to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for Mic to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for LineIn to 0

23:18:03 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for Console to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for System to 1

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for Game to 0

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for Chat to 1

23:18:03 [DEBUG] (7) goxlr_daemon::device: Setting volume for Sample to 0

23:18:04 [DEBUG] (7) goxlr_daemon::device: Setting volume for Music to 0

23:18:04 [DEBUG] (7) goxlr_daemon::device: Setting volume for MicMonitor to 128

23:18:04 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Submixing Settings..

23:18:04 [DEBUG] (7) goxlr_daemon::device: Loading Colour Map..

23:18:04 [DEBUG] (7) goxlr_daemon::device: Setting Fader display modes..

23:18:04 [DEBUG] (7) goxlr_daemon::device: Setting display for A

23:18:04 [DEBUG] (7) goxlr_daemon::device: Setting display for B

23:18:04 [DEBUG] (7) goxlr_daemon::device: Setting display for C

23:18:04 [DEBUG] (7) goxlr_daemon::device: Setting display for D

23:18:04 [DEBUG] (7) goxlr_daemon::device: Updating button states..

23:18:04 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing..

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Microphone:

23:18:04 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true}

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Chat:

23:18:04 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Music:

23:18:04 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:18:04 [DEBUG] (7) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Game:

23:18:04 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:18:04 [DEBUG] (7) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Console:

23:18:04 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing to LineIn:

23:18:04 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:18:04 [DEBUG] (7) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing to System:

23:18:04 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:18:04 [DEBUG] (7) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:18:04 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Routing to Samples:

23:18:04 [DEBUG] (7) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true}

23:18:04 [DEBUG] (7) goxlr_daemon::device: Applying Voice FX

23:18:04 [DEBUG] (7) goxlr_daemon::device: Validating Sampler Configuration..

23:18:04 [DEBUG] (7) goxlr_daemon::device: LoadProfileColours("Sleep")

23:18:04 [DEBUG] (7) goxlr_daemon::device: Loading Colours For Profile: Sleep

23:18:04 [DEBUG] (7) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr

23:18:04 [DEBUG] (7) goxlr_profile_loader::profile: Loading Profile Archive..

23:18:04 [DEBUG] (7) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:18:04 [DEBUG] (7) goxlr_profile_loader::profile: Preparing Structure..

23:18:04 [DEBUG] (7) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:18:04 [DEBUG] (7) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:18:04 [DEBUG] (7) goxlr_daemon::device: Profile Loaded, Applying Colours..

23:18:04 [DEBUG] (7) goxlr_daemon::events: Shutdown Phase 2 Triggered..

23:18:04 [DEBUG] (3) goxlr_daemon::platform::windows: Shutting down Platform Runtime..

23:18:04 [INFO] Shutting down TTS Service

23:18:04 [DEBUG] (12) goxlr_daemon::files: Shutdown Signal Received.

23:18:04 [INFO] Shutting down device worker

23:18:04 [DEBUG] (1) goxlr_daemon::tray::windows: Shutdown Phase 2 active, destroy the window.

23:18:04 [DEBUG] (1) goxlr_daemon::tray::windows: Primary Loop Ended

23:18:04 [INFO] Shutting down daemon

23:18:59 [INFO] Starting GoXLR Daemon v0.12.2

23:18:59 [INFO] Performing Platform Preflight...

23:18:59 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost

23:18:59 [INFO] Bound IPC Socket @ @goxlr.socket

23:18:59 [DEBUG] (8) goxlr_daemon::servers::ipc_server: Running IPC Server..

23:18:59 [DEBUG] (12) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"

23:18:59 [INFO] Started GoXLR configuration interface at http://localhost:14564/

23:18:59 [INFO] Starting TTS Service..

23:18:59 [DEBUG] (8) goxlr_daemon::events: Starting Event Loop..

23:18:59 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray..

23:18:59 [INFO] Initializing Tolk backend

23:18:59 [WARN] API VERSION DETECTED: 2.5

23:18:59 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API

23:18:59 [WARN] Please install version 5.12.0 of the GoXLR Drivers

23:18:59 [WARN] We'll try to keep going, but you may experience instability

23:18:59 [DEBUG] (4) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..

23:18:59 [INFO] Initializing WinRT backend

23:18:59 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu..

23:19:01 [DEBUG] (4) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0]

23:19:01 [DEBUG] (4) goxlr_daemon::device: New Device Loading..

23:19:01 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden

23:19:01 [DEBUG] (4) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr

23:19:01 [DEBUG] (4) goxlr_profile_loader::profile: Loading Profile Archive..

23:19:01 [DEBUG] (4) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:19:01 [DEBUG] (4) goxlr_profile_loader::profile: Preparing Structure..

23:19:01 [DEBUG] (4) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:19:01 [DEBUG] (4) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:19:01 [DEBUG] (4) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini!

23:19:01 [DEBUG] (4) goxlr_daemon::device: Applying Profile..

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Faders..

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Fader A to Mic

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Fader B to Chat

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Fader C to Game

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Fader D to System

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Mute States..

23:19:01 [DEBUG] (4) goxlr_daemon::device: Applying Microphone Mute State

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Mic to Muted

23:19:01 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.

23:19:01 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.

23:19:01 [DEBUG] (4) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:19:01 [DEBUG] (4) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile

23:19:01 [DEBUG] (4) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:19:01 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.

23:19:01 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Music, Unmuting.

23:19:01 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.

23:19:01 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.

23:19:01 [DEBUG] (4) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Channel Volumes..

23:19:01 [DEBUG] (4) goxlr_daemon::device: No reference volumes, sending channels in order

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for Mic to 255

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for LineIn to 128

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for Console to 128

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for System to 255

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for Game to 255

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for Chat to 255

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for Sample to 255

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for Music to 191

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for Headphones to 255

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for MicMonitor to 204

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting volume for LineOut to 255

23:19:01 [DEBUG] (4) goxlr_daemon::device: Applying Submixing Settings..

23:19:01 [DEBUG] (4) goxlr_daemon::device: Loading Colour Map..

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting Fader display modes..

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting display for A

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting display for B

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting display for C

23:19:01 [DEBUG] (4) goxlr_daemon::device: Setting display for D

23:19:01 [DEBUG] (4) goxlr_daemon::device: Updating button states..

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing..

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Microphone:

23:19:02 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Chat:

23:19:02 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Music:

23:19:02 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:19:02 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Game:

23:19:02 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:19:02 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Console:

23:19:02 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing to LineIn:

23:19:02 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:19:02 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing to System:

23:19:02 [DEBUG] (4) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:19:02 [DEBUG] (4) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Routing to Samples:

23:19:02 [DEBUG] (4) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:19:02 [DEBUG] (4) goxlr_daemon::device: Applying Voice FX

23:19:02 [DEBUG] (4) goxlr_daemon::device: Validating Sampler Configuration..

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting CompressorRelease to 9

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting GateAttack to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting GateMode to 2

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting CompressorAttack to 1

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting DisableMic to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting BleepLevel to -20

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting GateThreshold to -37

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting GateAttenuation to -61

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting CompressorThreshold to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting DeEsser to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting GateEnabled to 1

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting CompressorRatio to 9

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting GateRelease to 19

23:19:02 [DEBUG] (4) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial

23:19:02 [DEBUG] (4) goxlr_daemon::device: Setting EchoAmount to -36

23:19:02 [DEBUG] (4) goxlr_daemon::tts: Received TTS Message: Echo 0 percent

23:19:23 [DEBUG] (35) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []

23:19:26 [DEBUG] (35) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []

23:21:12 [DEBUG] (1) goxlr_daemon::tray::windows: Received WM_QUERYENDSESSION from Windows

23:21:12 [DEBUG] (1) goxlr_daemon::tray::windows: Attempting Shutdown..

23:21:12 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:21:12 [DEBUG] (11) goxlr_daemon::events: Shutdown Phase 1 Triggered..

23:21:12 [DEBUG] (11) goxlr_daemon::device: Shutting Down Device: S220201221DI7

23:21:12 [DEBUG] (11) goxlr_daemon::device: LoadMicProfile("Sleep", false)

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting GateMode to 2

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting GateAttenuation to -61

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting BleepLevel to -20

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting CompressorAttack to 1

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting GateEnabled to 1

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting GateRelease to 19

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting DisableMic to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting GateAttack to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting GateThreshold to -37

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting DeEsser to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting CompressorThreshold to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting CompressorRatio to 9

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting CompressorRelease to 9

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:21:12 [DEBUG] (11) goxlr_daemon::device: LoadProfile("Sleep", false)

23:21:12 [DEBUG] (11) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr

23:21:12 [DEBUG] (11) goxlr_profile_loader::profile: Loading Profile Archive..

23:21:12 [DEBUG] (11) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:21:12 [DEBUG] (11) goxlr_profile_loader::profile: Preparing Structure..

23:21:12 [DEBUG] (11) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:21:12 [DEBUG] (11) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:21:12 [DEBUG] (11) goxlr_daemon::device: Applying Profile..

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Faders..

23:21:12 [DEBUG] (11) goxlr_daemon::device: Fader Already Assigned, ignoring

23:21:12 [DEBUG] (11) goxlr_daemon::device: Fader Already Assigned, ignoring

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Fader C to Music

23:21:12 [DEBUG] (11) goxlr_daemon::device: Fader Already Assigned, ignoring

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Mute States..

23:21:12 [DEBUG] (11) goxlr_daemon::device: Applying Microphone Mute State

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Mic to Unmuted

23:21:12 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:21:12 [DEBUG] (11) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:21:12 [DEBUG] (11) goxlr_daemon::device: Channel D already Unmuted, doing nothing.

23:21:12 [DEBUG] (11) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:21:12 [DEBUG] (11) goxlr_daemon::device: Channel B already Unmuted, doing nothing.

23:21:12 [DEBUG] (11) goxlr_daemon::device: Channel Music on Fader, Loading State from Profile

23:21:12 [DEBUG] (11) goxlr_daemon::device: Channel C already Unmuted, doing nothing.

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting Channel Volumes..

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for Headphones to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for LineOut to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for Mic to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for LineIn to 0

23:21:12 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for Console to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for System to 1

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for Game to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for Chat to 1

23:21:12 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for Sample to 0

23:21:12 [DEBUG] (11) goxlr_daemon::device: Setting volume for Music to 0

23:21:13 [DEBUG] (11) goxlr_daemon::device: Setting volume for MicMonitor to 128

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Submixing Settings..

23:21:13 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:21:13 [DEBUG] (11) goxlr_daemon::device: Loading Colour Map..

23:21:13 [DEBUG] (11) goxlr_daemon::device: Setting Fader display modes..

23:21:13 [DEBUG] (11) goxlr_daemon::device: Setting display for A

23:21:13 [DEBUG] (11) goxlr_daemon::device: Setting display for B

23:21:13 [DEBUG] (11) goxlr_daemon::device: Setting display for C

23:21:13 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:21:13 [DEBUG] (11) goxlr_daemon::device: Setting display for D

23:21:13 [DEBUG] (11) goxlr_daemon::device: Updating button states..

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing..

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing to Microphone:

23:21:13 [DEBUG] (11) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: true, LineOut: true}

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing to Chat:

23:21:13 [DEBUG] (11) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing to Music:

23:21:13 [DEBUG] (11) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:21:13 [DEBUG] (11) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing to Game:

23:21:13 [DEBUG] (11) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:21:13 [DEBUG] (11) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing to Console:

23:21:13 [DEBUG] (11) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: false, Sampler: false, LineOut: true}

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing to LineIn:

23:21:13 [DEBUG] (11) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:21:13 [DEBUG] (11) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:21:13 [DEBUG] (1) goxlr_daemon::tray::windows: Waiting..

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing to System:

23:21:13 [DEBUG] (11) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:21:13 [DEBUG] (11) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Routing to Samples:

23:21:13 [DEBUG] (11) goxlr_daemon::device: {Headphones: true, BroadcastMix: true, ChatMic: true, Sampler: false, LineOut: true}

23:21:13 [DEBUG] (11) goxlr_daemon::device: Applying Voice FX

23:21:13 [DEBUG] (11) goxlr_daemon::device: Validating Sampler Configuration..

23:21:13 [DEBUG] (11) goxlr_daemon::device: LoadProfileColours("Sleep")

23:21:13 [DEBUG] (11) goxlr_daemon::device: Loading Colours For Profile: Sleep

23:21:13 [DEBUG] (11) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Sleep.goxlr

23:21:13 [DEBUG] (11) goxlr_profile_loader::profile: Loading Profile Archive..

23:21:13 [DEBUG] (11) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:21:13 [DEBUG] (11) goxlr_profile_loader::profile: Preparing Structure..

23:21:13 [DEBUG] (11) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:21:13 [DEBUG] (11) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:21:13 [DEBUG] (11) goxlr_daemon::device: Profile Loaded, Applying Colours..

23:21:13 [DEBUG] (11) goxlr_daemon::events: Shutdown Phase 2 Triggered..

23:21:13 [INFO] Shutting down device worker

23:21:13 [DEBUG] (13) goxlr_daemon::files: Shutdown Signal Received.

23:21:13 [INFO] Shutting down TTS Service

23:21:13 [DEBUG] (9) goxlr_daemon::platform::windows: Shutting down Platform Runtime..

23:21:13 [DEBUG] (1) goxlr_daemon::tray::windows: Shutdown Phase 2 active, destroy the window.

23:21:13 [DEBUG] (1) goxlr_daemon::tray::windows: Primary Loop Ended

23:21:13 [INFO] Shutting down daemon

23:22:16 [INFO] Starting GoXLR Daemon v0.12.2

23:22:16 [INFO] Performing Platform Preflight...

23:22:17 [DEBUG] (1) goxlr_daemon: HTTP Bind Address: localhost

23:22:17 [INFO] Bound IPC Socket @ @goxlr.socket

23:22:17 [DEBUG] (11) goxlr_daemon::servers::ipc_server: Running IPC Server..

23:22:17 [DEBUG] (12) goxlr_daemon::platform::windows: Setting Startup Path: "C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"

23:22:17 [INFO] Started GoXLR configuration interface at http://localhost:14564/

23:22:17 [DEBUG] (1) goxlr_daemon::tray::windows: Spawning Windows Tray..

23:22:17 [DEBUG] (11) goxlr_daemon::events: Starting Event Loop..

23:22:17 [INFO] Starting TTS Service..

23:22:17 [INFO] Initializing Tolk backend

23:22:17 [WARN] API VERSION DETECTED: 2.5

23:22:17 [WARN] API VERSION MISMATCH: This code was made with Version 7.5 of the API

23:22:17 [WARN] Please install version 5.12.0 of the GoXLR Drivers

23:22:17 [WARN] We'll try to keep going, but you may experience instability

23:22:17 [DEBUG] (2) goxlr_usb::device::tusb::tusbaudio: Spawning PnP Thread..

23:22:17 [INFO] Initializing WinRT backend

23:22:17 [DEBUG] (1) goxlr_daemon::tray::windows: Window Spawned, creating menu..

23:22:18 [DEBUG] (2) goxlr_usb::device::base: [0, 12, 0, 0, 2e, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 2e, 0, 0, 0, 0, 20, 10, 0]

23:22:18 [DEBUG] (2) goxlr_daemon::device: New Device Loading..

23:22:18 [INFO] Configuring GoXLR Mini, Profile: Lioden, Mic Profile: Lioden

23:22:18 [DEBUG] (2) goxlr_daemon::profile: Loading Profile From C:\Users\User\AppData\Roaming\GoXLR-on-Linux\GoXLR-Utility\data\profiles\Lioden.goxlr

23:22:18 [DEBUG] (2) goxlr_profile_loader::profile: Loading Profile Archive..

23:22:18 [DEBUG] (2) goxlr_profile_loader::profile: Attempting to read profile.xml..

23:22:18 [DEBUG] (2) goxlr_profile_loader::profile: Preparing Structure..

23:22:18 [DEBUG] (2) goxlr_profile_loader::profile: MixRoutingTree { mix: {Headphones: A, Broadcast: A, LineOut: A, ChatMic: A, Sampler: A} }

23:22:18 [DEBUG] (2) goxlr_profile_loader::profile: SubMixer { submix_enabled: false, volume_table: {Mic: 0, Chat: 0, Music: 0, Game: 0, Console: 0, LineIn: 0, System: 0, Sample: 0}, monitor_tree: MonitorTree { monitored_output: Headphones, headphone_mix: A, routing: {Mic: 8192, Chat: 8192, Music: 8192, Game: 8192, Console: 8192, LineIn: 8192, System: 8192, Sample: 8192} }, linking_tree: LinkingTree { linked_list: {Mic: true, Chat: true, Music: true, Game: true, Console: true, LineIn: true, System: true, Sample: true}, linked_ratio: {Mic: 1.0, Chat: 1.0, Music: 1.0, Game: 1.0, Console: 1.0, LineIn: 1.0, System: 1.0, Sample: 1.0} } }

23:22:18 [DEBUG] (2) goxlr_daemon::device: Not Spawning Audio Handler, Device is Mini!

23:22:18 [DEBUG] (2) goxlr_daemon::device: Applying Profile..

23:22:18 [DEBUG] (2) goxlr_daemon::device: Setting Faders..

23:22:18 [DEBUG] (2) goxlr_daemon::device: Setting Fader A to Mic

23:22:18 [DEBUG] (2) goxlr_daemon::device: Setting Fader B to Chat

23:22:18 [DEBUG] (2) goxlr_daemon::device: Setting Fader C to Game

23:22:18 [DEBUG] (2) goxlr_daemon::device: Setting Fader D to System

23:22:18 [DEBUG] (2) goxlr_daemon::device: Setting Mute States..

23:22:18 [DEBUG] (2) goxlr_daemon::device: Applying Microphone Mute State

23:22:18 [DEBUG] (2) goxlr_daemon::device: Setting Mic to Muted

23:22:18 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineIn, Unmuting.

23:22:18 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Console, Unmuting.

23:22:18 [DEBUG] (2) goxlr_daemon::device: Channel System on Fader, Loading State from Profile

23:22:18 [DEBUG] (2) goxlr_daemon::device: Channel Game on Fader, Loading State from Profile

23:22:18 [DEBUG] (2) goxlr_daemon::device: Channel Chat on Fader, Loading State from Profile

23:22:18 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Sample, Unmuting.

23:22:19 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Music, Unmuting.

23:22:19 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for Headphones, Unmuting.

23:22:19 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for MicMonitor, Unmuting.

23:22:19 [DEBUG] (2) goxlr_daemon::device: Unknown Channel state for LineOut, Unmuting.

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Channel Volumes..

23:22:19 [DEBUG] (2) goxlr_daemon::device: No reference volumes, sending channels in order

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for Mic to 255

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineIn to 128

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for Console to 128

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for System to 255

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for Game to 255

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for Chat to 255

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for Sample to 255

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for Music to 191

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for Headphones to 255

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for MicMonitor to 204

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting volume for LineOut to 255

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Submixing Settings..

23:22:19 [DEBUG] (2) goxlr_daemon::device: Loading Colour Map..

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Fader display modes..

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting display for A

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting display for B

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting display for C

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting display for D

23:22:19 [DEBUG] (2) goxlr_daemon::device: Updating button states..

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing..

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Microphone:

23:22:19 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Chat:

23:22:19 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Music:

23:22:19 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:22:19 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Music

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Game:

23:22:19 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:22:19 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: Game

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Console:

23:22:19 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing to LineIn:

23:22:19 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:22:19 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: LineIn

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing to System:

23:22:19 [DEBUG] (2) goxlr_daemon::device: {Headphones: true, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: true}

23:22:19 [DEBUG] (2) goxlr_daemon::device: Light HardTune Enabled for Channel: System

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Routing to Samples:

23:22:19 [DEBUG] (2) goxlr_daemon::device: {Headphones: false, BroadcastMix: false, ChatMic: false, Sampler: false, LineOut: false}

23:22:19 [DEBUG] (2) goxlr_daemon::device: Applying Voice FX

23:22:19 [DEBUG] (2) goxlr_daemon::device: Validating Sampler Configuration..

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting GateMode to 2

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting GateEnabled to 1

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting CompressorThreshold to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzFrequency to 87

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzFrequency to 111

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer125HzFrequency to 63

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer2KHzFrequency to 159

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer250HzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting DisableMic to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting BleepLevel to -20

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting GateThreshold to -37

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting GateAttenuation to -61

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRelease to 9

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting CompressorAttack to 1

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer4KHzFrequency to 183

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer63HzFrequency to 40

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting DeEsser to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer31HzFrequency to 16

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting GateAttack to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer16KHzFrequency to 231

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting GateRelease to 19

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer500HzGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting CompressorRatio to 9

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting CompressorMakeUpGain to 0

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer1KHzFrequency to 135

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting Equalizer8KHzFrequency to 207

23:22:19 [DEBUG] (2) goxlr_daemon::device: Updating ECHO value from 16 to 0 as human moved the dial

23:22:19 [DEBUG] (2) goxlr_daemon::device: Setting EchoAmount to -36

23:22:19 [DEBUG] (2) goxlr_daemon::tts: Received TTS Message: Echo 0 percent

23:22:41 [DEBUG] (35) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []

23:22:44 [DEBUG] (35) goxlr_usb::device::tusb::tusbaudio: Unexpected Event Response Length: 0: []

Would you mind, oh my keyboard is weird cause of yor longer message, what build did you install?

Lioden4 commented 1 year ago

Hey @teddybrine! Apologies! Cos i not sure which part of the log @FrostyCoolSlug requires so i just paste the whole chunk.

I used "Hopefully the winner: windows-artifact.zip"

AlienXAXS commented 1 year ago

For those unaware I thought that I would mention that it's much better to simply drag + drop your log file into the text field on GitHub than to paste the contents, it'll upload it and put a little link into your message instead of really long replies :)

Hope this helps someone!

t3duk commented 1 year ago

Nothing has worked for me, where should I check?

FrostyCoolSlug commented 1 year ago

Ok, one more build to try, can you provide me with logs for this if it works (please save the logs as a .txt file, and drag them into the comment window to attach!), or at the very least, let me know if WM_ENDSESSION appears in the logs :p

This build also has the new installer, let me know if you have any problems with it.

windows-artifact.zip

t3duk commented 1 year ago

I can confirm, everything is working!

FrostyCoolSlug commented 1 year ago

Huzzah!

Ok, as for the causes, Windows will send a WM_QUERYENDSESSION to all active windows when a shutdown is started, if ANY of those windows call DestroyWindow, windows will assume you're done, and kill the process.

The util originally had 2, one for the tray, and one for the shutdown handling code, the obvious solution, seeing as I had no control over its signalling, was to remove and replace the tray code, so everything is handled in one window. This meant that in a lot of cases the query message was reaching the code, and I handled shutdown there.

After digging, scratching and testing I still wasn't getting the proper results (most runs weren't reaching ENDSESSION),

I decided to take a look and see if any of the dependencies were spawning a window, and wouldn't you know, the official API library (goxlr_audioapi_x64.dll) spawns one for Plug and Play handling, used to detect when devices are plugged and unplugged, it was intercepting the shutdown calls and ending the process prematurely.

So I've replaced the PnP detection with some libusb probing (similar to how the util works on Linux), meaning that window no longer spawns, and the util is able to receive the nessecary messages for shutdown.

Interestingly, this is likely the same reason the official apps beta implementation of 'Load profile on shutdown' was pretty spotty, it uses the same library so is likely to be falling foul of the same issue!

I'll probably have one more test build where I tidy everything up and put the shutdown code back to the correct place, then we can finally put this issue to bed :)

A huge thanks for everyone who has helped with testing and debugging, it's been amazingly valuable!

t3duk commented 1 year ago

I believe it is safe to say that this issue can be closed now.