shex icon indicating copy to clipboard operation
shex copied to clipboard

Program crashes on startup

Open Yoshimaster96 opened this issue 5 years ago • 1 comments

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.

Yoshimaster96 avatar Feb 07 '20 23:02 Yoshimaster96

Never mind, I just had to disable USE_DEFAULT_ROM

Yoshimaster96 avatar Feb 08 '20 00:02 Yoshimaster96