Uniextract freezes often whole PC!
Uniextract has many advantages and give programmers and editors on open-source-projects access to binary files. Also super when it comes to making an app portable.
Problem: But in some cases its able to freeze whole computer! That happened several times to me so far. I studied the error similarities and recognized that it always happens when Uniextract tries to unpack a simple ZIP/RAR77Z-based file with the "Inno Setup" method. I know that Inno Setup is a tool for creating app installers and mostly its unpacking works fine. But here Uniextract believes its InnoSetup but it isn't. In retrying unpack it with the same unfitting method again and again the computer doesn't do anything else. Even the task manager can't be accessed. Sometimes th stuck will stop after a few minutes and it comes to an end (with an error of unextract that it is unable tu unpack the EXE) but there is a possible chance it won't stop. Because of command will be processed one per 2 minutes, I tried to kill the processes with the task-manager (after it finally opened...). But even then nothing changed. Only a complete restart seems to make the computer running normal again.
I would be grateful for an update fixing this problem.