pjrinaldi / wombatforensics

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

Exiting the Program #272

Closed pjrinaldi closed 5 years ago

pjrinaldi commented 5 years ago

When exiting the program, I sometimes get the issue...

QIODevice::read(QFile,"/tmp/wombatforensics/datamnt/cfreds_2015_data_leakage_pc.E01/ewf1"): maxSize argument exceeds QByteArray size limit

Need to research this error and resolve if i can resolve...

pjrinaldi commented 5 years ago

i think it has to do with the max a qbytearray can hold and large image files with the hexviewer.. will need to check and see.

pjrinaldi commented 5 years ago

changed to low since there is no impact on fucntionality during close.

pjrinaldi commented 5 years ago

Also, need to get around the dialog window for exiting and get it to update the status bar... or something

pjrinaldi commented 5 years ago

Fixed the dialog window so the statusbar updates.