I tried to build the program, but it crashes on startup with an assert error:
ASSERT: "uint(i) < uint(size))" in file C:\Qt\5.12.3\mingw73_32\include/QtCore/qbytearray.h, line 481
This seems to occur in the function QVector<int> ROM_buffer::get_rats_tags() const after calling inline unsigned short read_word(const QByteArray&,int), though I'm not sure why.
I tried to build the program, but it crashes on startup with an assert error:
ASSERT: "uint(i) < uint(size))" in file C:\Qt\5.12.3\mingw73_32\include/QtCore/qbytearray.h, line 481This seems to occur in the function
QVector<int> ROM_buffer::get_rats_tags() constafter callinginline unsigned short read_word(const QByteArray&,int), though I'm not sure why.