Open CrsiX opened 5 years ago
I'm not well versed on how linux audio work, please take my comment with a grain of salt.
OpenSpades is failing to open an OpenAL device which was previously working just fine before you installed pulseaudio-equalizer, so I suspect it's something with your system configuration and there's nothing OpenSpades can do about it.
Two things that come to my mind:
Of course, it might also be an issue with the code.
Actually, I reinstalled all the different parts, with no success. But after all, I completely removed qjackctl
and rebooted the system (and changed some config). Now, PulseAudio manages all the audio traffic by itself like it did before.
Note that you can't switch between different sinks for OpenSpades while it's running (that's possible with almost any other application). Thus, it's tricky to make it work when you have e.g. JACK and PulseAudio running in parallel (which I had).
Also note that OpenSpades ran fine when disabling audio support completely by setting the backend to Null
(as long as I had the problems at the beginning).
Hm, I just killed and restarted the PulseAudio server right now, and the error is back again ...
It looks like rebooting the machine is the only hope :joy:
seems related to #839 casuallity at my first time at openspades found its a windosoft crap software..
does not implemnet correctly the openal and detect inscorrectly... note that OpenSpades ran fine when disabling audio support completely by setting the backend to Null .. due bad detection .. lest see, all are detect "fine" (or not) and then implement all the openall related ???? what????
2019/06/25 03:31:13 [ALFuncs.cpp:249] Linking with OpenAL library.
2019/06/25 03:31:13 [ALDevice.cpp:433] --- All devices ---
2019/06/25 03:31:13 [ALDevice.cpp:436] ALSA Default
2019/06/25 03:31:13 [ALDevice.cpp:436] HDA Intel PCH, ALC269VB Analog (CARD=PCH,DEV=0)
2019/06/25 03:31:13 [ALDevice.cpp:436] HDA Intel PCH, HDMI 0 (CARD=PCH,DEV=3)
2019/06/25 03:31:13 [ALDevice.cpp:439] -------------------
2019/06/25 03:31:13 [ALDevice.cpp:441] --- Devices ---
2019/06/25 03:31:13 [ALDevice.cpp:444] OpenAL Soft
2019/06/25 03:31:13 [ALDevice.cpp:447] ---------------
2019/06/25 03:31:13 [ALDevice.cpp:450] Default device: OpenAL Soft
2019/06/25 03:31:13 [ALDevice.cpp:465] OpenAL Info:
2019/06/25 03:31:13 [ALDevice.cpp:466] Vendor: (null)
2019/06/25 03:31:13 [ALDevice.cpp:467] Version: (null)
2019/06/25 03:31:13 [ALDevice.cpp:468] Renderer: (null)
2019/06/25 03:31:13 [ALDevice.cpp:472] OpenAL ALC Extensions:
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_ENUMERATE_ALL_EXT
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_ENUMERATION_EXT
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_EXT_CAPTURE
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_EXT_DEDICATED
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_EXT_disconnect
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_EXT_EFX
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_EXT_thread_local_context
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_SOFT_device_clock
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_SOFT_HRTF
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_SOFT_loopback
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_SOFT_output_limiter
2019/06/25 03:31:13 [ALDevice.cpp:474] ALC_SOFT_pause_device
2019/06/25 03:31:13 [ALDevice.cpp:493] EAX enabled
2019/06/25 03:31:13 [ALDevice.cpp:515] 96 source(s) initialized
AL lib: (EE) ALCplaybackAlsa_mixerNoMMapProc: available update failed: Broken pipe
This tutorial fix OpenSpades Don't open OpenAl on Ubuntu 21.04 and 21.10
This tutorial fix OpenSpades Don't open OpenAl on Ubuntu 21.04 and 21.10
SPAWN .. video is unrelated .. only promotes wayland crap
This tutorial fix OpenSpades Don't open OpenAl on Ubuntu 21.04 and 21.10 https://www.youtube.com/watch?v=j9XRRP_GDfg
SPAWN .. video is unrelated .. only promotes wayland crap
you who are dumb, imbecile, unable to solve the problem, I solved it with this video.
This tutorial fix OpenSpades Don't open OpenAl on Ubuntu 21.04 and 21.10 https://www.youtube.com/watch?v=j9XRRP_GDfg
SPAWN .. video is unrelated .. only promotes wayland crap
you who are dumb, imbecile, unable to solve the problem, I solved it with this video.
and you, who doesn't quite understand how graphical interfaces in Linux work, you might not want to switch from X to Wayland as it may corrupt many of your existing applications. A "fix" that may create dozen of problems.
OpenSpades 0.1.1 was running fine until I set up a system-wide equalizer using package
pulseaudio-equalizer
. Now, OpenSpades breaks on every single startup.See the log messages (
SystemMessages.log
):This may be related to issue 710: https://github.com/yvt/openspades/issues/710 However, the problem there was switching audio sinks.