ryanvolz / radioconda

Software radio distribution and installer for conda
Other
342 stars 39 forks source link

Gnuradio Companion crashes on macOS Big Sur (M1) #44

Closed Vinz87 closed 1 year ago

Vinz87 commented 1 year ago

Hi, I installed radioconda on my Macbook Pro M1 with macOS Big Sur, and it seemed all fine because Gnuradio Companion opens correctly, but after adding some blocks as soon as I click on input/output ports to link blocks together the app crashes:

(base) Vincenzo@Vins-Macbook-Pro ~ % gnuradio-companion
>>> Warning: vocoder_codec2_decode_ps - option_attributes are for enums only, ignoring
>>> Warning: vocoder_codec2_encode_sp - option_attributes are for enums only, ignoring
<<< Welcome to GNU Radio Companion 3.10.4.0 >>>

Block paths:
    /Users/Vincenzo/radioconda/share/gnuradio/grc/blocks
zsh: segmentation fault  gnuradio-companion
ryanvolz commented 1 year ago

There were some crashing bugs fixed recently that haven't quite made it into a radioconda release yet, so I suspect that's the issue. Try mamba upgrade gnuradio or mamba upgrade --all to see if you can get the most recent build of gnuradio 3.10.4.0 or gnuradio 3.10.50, which have the latest fixes. If you're running one of those and this is still an issue, then it's probably something we need to report upstream.

Vinz87 commented 1 year ago

Upgraded to gnuradio 3.10.5.0 and it works now!