Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash upon open #195

Open
amyipdev opened this issue Jan 13, 2022 · 8 comments
Open

Crash upon open #195

amyipdev opened this issue Jan 13, 2022 · 8 comments

Comments

@amyipdev
Copy link

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
@xNaCly
Copy link

xNaCly commented Jan 14, 2022

Happens to me too:

os: arch
using: pulseaudio
installed via yay (both stable and git version crash)

@Skrib
Copy link

Skrib commented Feb 14, 2022

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
                                                                      %

@Laura7089
Copy link

Laura7089 commented Feb 27, 2022

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

@OscarGPDev
Copy link

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

@Celibistrial
Copy link

I am also having the same issue

@dcindallas
Copy link

Any devs going to maybe respond same issue here....

@MaywormIII
Copy link

MaywormIII commented May 11, 2022

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.

@streetsamurai00mi
Copy link

a fix: add options(!buildflags) to the PKGBUILD like this.
Reference: https://wiki.archlinux.org/title/Makepkg#Troubleshooting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants