I’m on Arch Linux, having all the packages up-to-date, namely:
rawtherapee 1:5.8-3
Selecting all the images in the browser using Ctrl-A (almost always) or selecting multiple images using Ctrl-left_click (sometimes), and rarely even selecting a single image causes immediate application crash with the following error message shown on the terminal from which the application has been launched:
/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 = Crop::CropRatio; _Alloc = std::allocatorCrop::CropRatio; std::vector<_Tp, _Alloc>::reference = Crop::CropRatio&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion ‘__n < this->size()’ failed.
I already tried:
- forcefully reinstall the application, just for the case of somehow corrupted files.
- wipe-out user-level rawtherapee config and cache
None of this helped.
When searching for the error message, I found this stackoverflow discussion:
I cannot say how useful it is; I’m a Java guy.