rtlsdr-wwb-scanner icon indicating copy to clipboard operation
rtlsdr-wwb-scanner copied to clipboard

crashes with access violation

Open Statick opened this issue 1 year ago • 1 comments

tried installing using latest python 3.11, failed on some dependencies. went back to 3.10, installed okay, then failed to run giving the numpy float error I've seen documented here. fixed that, now when I run a scan it just gives OS access violation

Statick avatar Jul 07 '23 23:07 Statick

@Statick I've corrected the numpy dtype issues as well as some others in the develop branch that can be found here: https://github.com/nocarryr/rtlsdr-wwb-scanner/compare/b88e83a91b47415ccdc5c11cac07bcf024dc9737...5fc3b089f052d6acbd778cb1e63a17c8d4e9ef90

Those were mostly related to the mouse tracking logic for crosshair position while scanning (recursion limits).

If you're seeing access violation, it's possible that your sdr device isn't being loaded properly. What happens when you run the rtl_test program?

nocarryr avatar Jul 15 '23 20:07 nocarryr