dpayne / cli-visualizer

CLI based audio visualizer
MIT License
2.11k stars 123 forks source link

"vis" gives error message #193

Closed GGDeezNuts closed 2 years ago

GGDeezNuts commented 2 years ago

Whenever I run vis I get this message:

/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; std::vector<_Tp, _Alloc>::reference = vis::ColorDefinition&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__n < this->size()' failed. fish: Job 1, 'vis' terminated by signal SIGABRT (Abort)

I have no idea what any of it means

OS is Arch Linux

bdefore commented 2 years ago

i get the same on manjaro

GGDeezNuts commented 2 years ago

Solved it by downloading the git package and running the install script.