cli-visualizer
cli-visualizer copied to clipboard
Crash upon open
The following output is yielded:
/usr/include/c++/11.1.0/bits/stl_vector.h:1045: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = vis::ColorDefinition; _Alloc = std::allocator<vis::ColorDefinition>; std::vector<_Tp, _Alloc>::reference = vis::ColorDefinition&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__n < this->size()' failed.
[1] 78151 IOT instruction (core dumped) vis
Happens to me too:
os: arch
using: pulseaudio
installed via yay (both stable and git version crash)
Happening to me too. Using Artix and pulseaudio, installed with yay.
/usr/include/c++/11.1.0/bits/stl_vector.h:1045: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = vis::ColorDefinition; _Alloc = std::allocator<vis::ColorDefinition>; std::vector<_Tp, _Alloc>::reference = vis::ColorDefinition&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__n < this->size()' failed.
zsh: IOT instruction vis
%
Exactly the same error for me, installed with yay
, package version 1.8-8
/usr/include/c++/11.2.0/bits/stl_vector.h:1045: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = vis::ColorDefinition; _Alloc = std::allocator<vis::ColorDefinition>; std::vector<_Tp, _Alloc>::reference = vis::ColorDefinition&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__n < this->size()' failed.
zsh: IOT instruction (core dumped) command vis
I'm having the same problem, is there any updates?, I'm on manjaro, tried with both AUR packages cli-visualizer and cli-visualizer-git, default config file but with the pulse audio part
I am also having the same issue
Any devs going to maybe respond same issue here....
exact same... in arch with pulseaudio
Edit: Okay... just ignore the AUR package. Clone this repo and run install.sh It worked. AUR package is broken.
a fix: add options(!buildflags)
to the PKGBUILD like this.
Reference: https://wiki.archlinux.org/title/Makepkg#Troubleshooting