.cap conversion fails
#1
I tried aircrack-ng to covert my .cap file to a .hccap using

aircrack-ng.exe in.cap -J out

When I load the hccap file in hashcat 1.01 I get a "Line-length exception" and ERROR no hashes loaded

I've read that if the file has too much data/noise that wpaclean.exe can clean it up so I did

wpaclean.exe clean.cap in.cap
aircrack-ng.exe clean.cap -J out

It seems to clean up correctly as it just show the 3 WPA handshakes I'm after and none of the other info, but again when trying that file I get the same error from hashcat.

Any ideas?
#2
Please double-check if you did all the steps mentioned here: https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2

For wpa you need to add -m 2500 to the command line: see http://hashcat.net/wiki/doku.php?id=example_hashes

Please test w/ the example hccap file to see if that works
#3
Ah right the -m 2500 seems to resolve that error, now I'm getting a no Nvidia compatible platform found error, that's probably because I'm logged in via RDP though and it messes with the display adapter.

Thanks for the help!