Open ticklemahcow opened 4 years ago
After the program starts starts it keeps saying Disconnected from PulseAudio in the bottom left corner.
I tried running as root with --no-sandbox to no avail. I could not find any other launch options that might help me fix it.
after complete
yarn build
you must see in terminal:
Wrote new app to dist/pagraphcontrol-linux-x64
this directory contain your instance of pagraphcontrol :)
New account, I hope it isn't confusing. I first installed it using the arch package, but now that you told me this I tried to install it manually. Everything installed properly, however the program still says "Disconnected from Pulseaudio"
Does pacmd
work on your system?
Yes, it does. It tells me I am running PulseAudio version 13 in case that matters.
Same problem for me, using pulseaudio 14.2. Any logs I could take a look at/post?
I don't know if it's ralated but shows this output when running in the terminal.
(node:20271) electron: The default of contextIsolation is deprecated and will be changing from false to true in a future release of Electron. See https://github.com/electron/electron/issues/23506 for more information
(node:20319) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 ready listeners added to [PAClient]. Use emitter.setMaxListeners() to increase limit
(node:20319) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 error listeners added to [PAClient]. Use emitter.setMaxListeners() to increase limit
After the program starts starts it keeps saying Disconnected from PulseAudio in the bottom left corner.
I tried running as root with --no-sandbox to no avail. I could not find any other launch options that might help me fix it.