AlexandreRouma / SDRPlusPlus

Cross-Platform SDR Software
GNU General Public License v3.0
3.95k stars 544 forks source link

SDR++ no working #476

Closed grinfelds closed 1 year ago

grinfelds commented 2 years ago

Hi after the splash screen loads, at the point of initializing the radio (radio) it just closes.

F:\Documentos\Documentos\Victor\SDR Software\sdrpp_windows_x64 1.0.4>sdrpp.exe -s [2021-10-24 01:44:09.499] [info] SDR++ v1.0.4 [2021-10-24 01:44:09.500] [info] Loading config [2021-10-24 01:44:09.815] [info] Using OpenGL 3.0 [2021-10-24 01:44:09.959] [info] Loading icons [2021-10-24 01:44:09.968] [info] Loading band plans [2021-10-24 01:44:09.972] [info] Loading band plans color table [2021-10-24 01:44:10.010] [info] Loading modules [2021-10-24 01:44:10.011] [info] Loading ./modules/airspyhf_source.dll [2021-10-24 01:44:10.014] [info] Loading ./modules/airspy_source.dll [2021-10-24 01:44:10.024] [info] Loading ./modules/audio_sink.dll [2021-10-24 01:44:10.042] [info] Loading ./modules/bladerf_source.dll [2021-10-24 01:44:10.058] [info] Loading ./modules/discord_integration.dll [2021-10-24 01:44:10.074] [info] Loading ./modules/file_source.dll [2021-10-24 01:44:10.091] [info] Loading ./modules/frequency_manager.dll [2021-10-24 01:44:10.108] [info] Loading ./modules/hackrf_source.dll [2021-10-24 01:44:10.190] [info] Loading ./modules/limesdr_source.dll [2021-10-24 01:44:10.193] [info] Loading ./modules/m17_decoder.dll [2021-10-24 01:44:10.258] [info] Loading ./modules/meteor_demodulator.dll [2021-10-24 01:44:10.260] [info] Loading ./modules/network_sink.dll [2021-10-24 01:44:10.339] [info] Loading ./modules/plutosdr_source.dll [2021-10-24 01:44:10.342] [info] Loading ./modules/radio.dll [2021-10-24 01:44:10.406] [info] Loading ./modules/recorder.dll [2021-10-24 01:44:10.409] [info] Loading ./modules/rigctl_server.dll [2021-10-24 01:44:10.411] [info] Loading ./modules/rtl_sdr_source.dll [2021-10-24 01:44:10.426] [info] Loading ./modules/rtl_tcp_source.dll [2021-10-24 01:44:10.442] [info] Loading ./modules/sdrplay_source.dll [2021-10-24 01:44:10.461] [info] Loading ./modules/spyserver_source.dll [2021-10-24 01:44:10.476] [info] Initializing Airspy Source (airspy_source) [2021-10-24 01:44:10.516] [info] Initializing AirspyHF+ Source (airspyhf_source) [2021-10-24 01:44:10.543] [info] Initializing Audio Sink (audio_sink) [2021-10-24 01:44:10.544] [info] Initializing BladeRF Source (bladerf_source) [2021-10-24 01:44:10.571] [error] Could not list devices -7 [2021-10-24 01:44:10.571] [info] Initializing File Source (file_source) [2021-10-24 01:44:10.620] [info] Initializing Frequency Manager (frequency_manager) [2021-10-24 01:44:10.621] [info] Initializing HackRF Source (hackrf_source) [2021-10-24 01:44:10.649] [info] Initializing LimeSDR Source (limesdr_source) [2021-10-24 01:44:10.650] [info] Initializing Network Sink (network_sink) [2021-10-24 01:44:10.658] [info] Initializing PlutoSDR Source (plutosdr_source) [2021-10-24 01:44:10.675] [info] Initializing RTL-SDR Source (rtl_sdr_source) Found Rafael Micro R820T tuner [2021-10-24 01:44:11.219] [info] Initializing RTL-TCP Source (rtl_tcp_source) [2021-10-24 01:44:11.222] [info] Initializing Radio (radio)

Thanks

m1ctk commented 2 years ago

Same here but no one seems to know how to fix this still, disappointing

AlexandreRouma commented 2 years ago

Hard to know what's going on when nobody having the issue can debug it properly. I can't exactly fix something if I don't know what's wrong. The two backtrace I got had different sources and I haven't been able to replicated either

loewal commented 2 years ago

[2021-10-24 01:44:10.544] [info] Initializing BladeRF Source (bladerf_source) [2021-10-24 01:44:10.571] [error] Could not list devices -7

Perhaps this...

git clone https://github.com/Nuand/bladeRF.git cd bladeRF/host git reset --hard "2019.07" mkdir build; cd build cmake -Wno-dev ..

AlexandreRouma commented 2 years ago

That's not an issue, it's just saying it didn't find any device. It doesn't cause a crash

Could you try to completely disable the audio_sink module to see if maybe it's linked? Like this: mv /usr/lib/sdrpp/plugins/audio_sink.so /usr/lib/sdrpp/plugins/audio_sink.so.bak

grinfelds commented 2 years ago

/usr/ lib/rpp/plugins/audio_sink.so Excuse this location in windows? Thanks

grinfelds commented 2 years ago

do some experiment and renown in this direction sdrpp_windows_x64\modules\audio_sink.dll.bak and I start the program fine, but I have no audio. Thank you so much for your help

grinfelds commented 2 years ago

Sorry for writing so often. The problem was in the use of the audio from the pc and the monitor, when I accidentally disconnected the headphones everything started to work fine. Thank you very much for your answers.

zanco48 commented 1 year ago

Not sure if this is the right subject area. Have been here quite some time ago having the problem that SDR++ starts loading and quits after that.

Haven't been active some time but today tried to install the Windows x64 version on a new (Windows 11 pro) system and with 1.0.4 the same happens.

May be caused because no radio is connected as I want to use a remote tcp radio. Should I do something specific to get it working that way?