pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

QIODevice::Read error #361

Closed pjrinaldi closed 3 years ago

pjrinaldi commented 3 years ago

Tree Model Saved QIODevice::read (QFile, "/home/pasquale/Projects/TestImages/indirectext2.dd"): maxSize argument exceeds QByteArray size limit Hexviewer Reset

when closing the application after the tree model save and before the hexviewer reset, i get the above warning/error which doesn't crash the program.

This usually results from the hexeditor not using a qint64 somewhere, so i'll have to investigate and fix.

pjrinaldi commented 3 years ago

this issue should go away when i finish with the new access implementation.