As title says. In the actual latest build on gzdoom 4.14.0, there's a big crash that happens when the player picks up CDs when it's some specific musics. Here's the error:
/usr/include/c++/14.2.1/bits/stl_vector.h:1130: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = short int; _Alloc = std::allocator<short int>; reference = short int&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
One of the songs calling this crash is "Alexander Brandon - Versalife - Deus Ex" which seems to correspond to the file dx_versa.it which is present and can be played with no issues on VLC... Maybe investigate and fix or even consider removing them if gzdoom don't support IT music files anymore?
Thanks.