RealEnder / dwpa

Distributed WPA PSK auditor
https://wpa-sec.stanev.org
GNU General Public License v3.0
310 stars 71 forks source link

The process cannot access the file because it is being used by another process: 'help_crack.res' #101

Closed industrialsociety closed 2 months ago

industrialsociety commented 9 months ago

Have 3 machines running help_crack.py and on one of them I am getting this intermittently. Only way to clear it is fully reboot the machine.

Traceback (most recent call last): File "C:\Users\x\help_crack.py", line 938, in hc.run() File "C:\Users\x\help_crack.py", line 895, in run os.unlink(self.conf['res_file']) PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'help_crack.res' PS C:\Users\x\hashcat-6.2.3>

RealEnder commented 2 months ago

Use separate hashcat/john copies on the three machines. help_crack.py writes temporary files with one and the same name, so running several instances from the same directory will not work.