Rup0rt / pcapfix

repair corrupted pcap files
http://f00l.de/pcapfix/
GNU General Public License v3.0
202 stars 34 forks source link

Precompiled binaries don't work citing missing cygwin1.dll #29

Open shebrien opened 2 years ago

shebrien commented 2 years ago

I am trying to use the precompiled binaries found on your main page for v1.1.7 but attempting to run the exe file shows the error "The code execution cannot proceed because cygwin1.dll was not found. Reinstalling the program may fix this problem."

Rup0rt commented 2 years ago

Thanks for reporting this issue. This might be a problem with current cygwin compilation. Can you please try to download this file and put it into pcapfix extraction path?

https://f00l.de/pcapfix/cygwin1.dll

I will use mingw for compiling the next version and hope that this will fix the problem.