Attempting to run Gzdoom 4.8.0 on Linux with the Hideous Destructor mod (git version) causes a messy crash with the following error.
/usr/include/c++/12.1.0/bits/stl_algo.h:3623: constexpr const _Tp& std::clamp(const _Tp&, const _Tp&, const _Tp&) [with _Tp = int]: Assertion '!(__hi < __lo)' failed.
To reproduce: Install GZdoom 4.8.0 on Linux 5.18.3. Get the git version of Hideous Destructor from https://codeberg.org/mc776/hideousdestructor (download the repo as a .zip) and load it and a test map into GZdoom. Find a Vulkanette, pick it up, and walk/run. Gzdoom crashes immediately afterward, with the error posted above. I cannot reproduce the error on Windows and I suspect it to be a GZdoom error as there is no trace from anything going wrong inside HDest, and as previously said, it is OS-specific. Linked below is a screencap of the issue.
https://streamable.com/x3cl1l
If I can provide any other information that may be useful, please let me know.