nocarryr / rtlsdr-wwb-scanner

RF Scanner and Exporter for use with Shure Wireless Workbench
GNU General Public License v2.0
30 stars 5 forks source link

crashes with access violation #15

Open Statick opened 1 year ago

Statick commented 1 year ago

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

nocarryr commented 1 year ago

@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?