Not sure how to get any debugging information, but running in a nix shell and in config, with or without sudo -E results in a flash of the ui rendering and then crashing with that error. After spamming a few times, the ui opens up, the keybinds work, and then it crashes again with the same error. All the keybinds seem to work as normal, before the app closes. Using kitty on hyprland, my pipewire config is this:
services.pipewire = {
enable = true;
alsa.enable = true;
alsa.support32Bit = true;
pulse.enable = true;
};
services.pulseaudio.enable = false;
I also have some other sinks set up for recording audio over mumble, I disabled those and the issue persisted. Full config at https://git.voidarc.co.uk/voidarc/nixos if you want to have a look
Not sure how to get any debugging information, but running in a nix shell and in config, with or without
sudo -Eresults in a flash of the ui rendering and then crashing with that error. After spamming a few times, the ui opens up, the keybinds work, and then it crashes again with the same error. All the keybinds seem to work as normal, before the app closes. Using kitty on hyprland, my pipewire config is this:I also have some other sinks set up for recording audio over mumble, I disabled those and the issue persisted. Full config at https://git.voidarc.co.uk/voidarc/nixos if you want to have a look