pjrinaldi / wombatforensics

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

Crash on Application Launch #410

Closed pjrinaldi closed 1 year ago

pjrinaldi commented 2 years ago

The program crashes sometimes when launched, and if you kill it and restart it it runs fine. It appears to be an issue with trying to open a ForImg object. need to figure it out and fix so it doesn't happen anymore, hopefully prior to the v0.4 launch.

pjrinaldi commented 2 years ago

it seemed to be occuring because of the default imgtype variable for the ForImg structure, i changed it and it seemed to work and hasn't crashed since. will open a new ticket if it starts happening again.

pjrinaldi commented 2 years ago

Still occurring on application launch. when initializing the user interface at the application start. two possible solutions to this problem:

  1. Remove the qhexedit from ui file and add in once i get to the point where i want it loaded.
  2. modify qhexedit initialization code to not read any chunks at load, since that is what is causing the issue.
pjrinaldi commented 2 years ago

I think i fixed this by moving the qhexedit initialization to later when i have an image loading.