f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.72k stars 421 forks source link

SDRAngel Crashing on open #2179

Closed farm24 closed 5 days ago

farm24 commented 1 week ago

With the newest maintenance update, whenever i try to open sdrangel it just crashes when loading plugins shows up in the loading bar. I've tried reinstalling, restarting, trying the Github Actions releases, and nothing helps.

srcejon commented 1 week ago

What os?

Run you run from the command line so we can see any debug output?

You could try running with --scratch option, to start with an empty workspace.

Also try starting with SDRs unplugged

farm24 commented 1 week ago

im running windows and have no SDR's plugged in

farm24 commented 1 week ago

and running it with --scratch in the command line does nothing and doesnt return anything either

f-alex commented 1 week ago

Has the same problem. Win 11 logs point that problem in this lib MSVCP140.dll. Download and inslall latest visual C++ redistributable pack and all works https://aka.ms/vs/17/release/vc_redist.x64.exe or x86)

srcejon commented 1 week ago

Has the same problem. Win 11 logs point that problem in this lib MSVCP140.dll. Download and inslall latest visual C++ redistributable pack and all works https://aka.ms/vs/17/release/vc_redist.x64.exe or x86)

This appears to be version 14.40.33810.

We are currently including 14.30.30708: https://github.com/f4exb/sdrangel-windows-libraries/commits/master/vcredist - which is ~2 years old.

srcejon commented 1 week ago

Have created a PR in sdrangel-windows-libraries with the latest VC Redistributables: https://github.com/f4exb/sdrangel-windows-libraries/pull/24

Probably worth updating regardless.