xffm hangs when extracting/uncompressing archives.
This happens when tar requires input from the user, and there is no mechanism in xffm to give it.
The 4.1 branch has a mechanism for feedback, but no feedback is considered for doing a "tar -zxf" (should there be?). Due to the other bugs reported recently, I suspect a junk pointer somewhere.
This could be the same problem as in bug #57. Please apply the reverse patch listed in bugnote #57 and confirm if problem is gone. Thanx.
Please replace file libs/tubo.c with uploaded file and verify if bug is gone.
It works! The bug is gone. Thanks.