Frosthaven / voicemeeter-windows-volume

Tray app that allows you to sync windows volume and mute state to Voicemeeter volume controls
265 stars 9 forks source link

Crashes on windows startup #17

Closed Jerrk closed 2 years ago

Jerrk commented 2 years ago

VM version: 3.0.2.0 VMWV version: 1.7.2.0 windows version: 10.0.19044 Build 19044

noticed this in the past couple of weeks that vmwv would crash on reboot/power on. i've restarted maybe 10x in the past 2 weeks and i've noticed it crashed 8-9 times - very frequent.

the space in the taskbar for the icon is blank, and right-clicking does not bring up a menu.

taskmanager shows it running but it is unresponsive.

changing the windows volume does not change the voicemeeter volume

ending the task and then relaunching works with no issue

heres my settings.json

{
  "polling_rate": 100,
  "gain_min": -60,
  "gain_max": 12,
  "start_with_windows": true,
  "limit_db_gain_to_0": true,
  "remember_volume": true,
  "disable_donate": true,
  "audiodg": {
    "priority": 128,
    "affinity": 2
  },
  "toggles": [
    {
      "setting": "Strip_0",
      "value": false
    },
    {
      "setting": "Strip_1",
      "value": false
    },
    {
      "setting": "Strip_2",
      "value": false
    },
    {
      "setting": "Strip_3",
      "value": false
    },
    {
      "setting": "Strip_4",
      "value": false
    },
    {
      "setting": "Strip_5",
      "value": true
    },
    {
      "setting": "Strip_6",
      "value": false
    },
    {
      "setting": "Strip_7",
      "value": true
    },
    {
      "setting": "Bus_0",
      "value": false
    },
    {
      "setting": "Bus_1",
      "value": false
    },
    {
      "setting": "Bus_2",
      "value": false
    },
    {
      "setting": "Bus_3",
      "value": false
    },
    {
      "setting": "Bus_4",
      "value": false
    },
    {
      "setting": "Bus_5",
      "value": false
    },
    {
      "setting": "Bus_6",
      "value": false
    },
    {
      "setting": "Bus_7",
      "value": false
    },
    {
      "setting": "restart_audio_engine_on_device_change",
      "value": false
    },
    {
      "setting": "restart_audio_engine_on_resume",
      "value": false
    },
    {
      "setting": "restart_audio_engine_on_app_launch",
      "value": false
    },
    {
      "setting": "start_with_windows",
      "value": true
    },
    {
      "setting": "limit_db_gain_to_0",
      "value": true
    },
    {
      "setting": "remember_volume",
      "value": true
    },
    {
      "setting": "apply_volume_fix",
      "value": true
    },
    {
      "setting": "apply_crackle_fix",
      "value": true
    }
  ],
  "initial_volume": 74
}
Frosthaven commented 2 years ago

Thanks for the heads up. I'm seeing this on my end too, now. I'm going to push out a new version very soon.

Frosthaven commented 2 years ago

https://github.com/Frosthaven/voicemeeter-windows-volume/releases/tag/v1.7.3.0

Jerrk commented 1 year ago

I'm still getting this issue sometimes, maybe every 5 reboots or so.

Same behavior as OP