FM receiver exampel won't work

Hi
I have a new installed Ubuntu 18.04.1
followed the steps in:
https://wiki.myriadrf.org/Gr-limesdr_Plugin_for_GNURadio

and then I try to run the example FM receive.
enter serial no, and pres play.
The following error message comes up:

Generating: ‘/home/alita/LimeSDR Tester/top_block.py’

Generating: ‘/home/alita/LimeSDR Tester/top_block.py’

Executing: /usr/bin/python -u /home/alita/LimeSDR Tester/top_block.py

Traceback (most recent call last):
File “/home/alita/LimeSDR Tester/top_block.py”, line 232, in
main()
File “/home/alita/LimeSDR Tester/top_block.py”, line 226, in main
tb = top_block_cls()
File “/home/alita/LimeSDR Tester/top_block.py”, line 138, in init
peak_hold=False,
File “/usr/lib/python2.7/dist-packages/gnuradio/wxgui/fftsink_gl.py”, line 92, in init
win=win,
File “/usr/lib/python2.7/dist-packages/gnuradio/fft/logpwrfft.py”, line 65, in init
fft = self._fft_block[0](fft_size, True, fft_window)
File “/usr/lib/python2.7/dist-packages/gnuradio/fft/fft_swig.py”, line 154, in make
return _fft_swig.fft_vcc_make(fft_size, forward, window, shift, nthreads)
RuntimeError: std::exception

Done

someone who knows what it might be for wrong? grateful for help :slight_smile:

best regards
//Tobias /SA5CHW

if i run sudo gnuradio-companion in terminal it works.

//Tobias

Did you install from source? If so you need to install the udev rules:

Yes i did.
I can’t run any SDR (lime & RTL V3) if I don’t run the program as sudo gnuradio-companion in the terminal.
Is there a risk of running gnuradio as sudo? Otherwise i can live by starting the program in terminal.

//Tobias