shex
shex copied to clipboard
Program crashes on startup
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.
Never mind, I just had to disable USE_DEFAULT_ROM