cjcliffe / CubicSDR

Cross-Platform Software-Defined Radio Application
http://www.cubicsdr.com
GNU General Public License v2.0
2.06k stars 253 forks source link

Recording function doesn't work on Pi 4b #869

Closed rrobinett closed 3 years ago

rrobinett commented 3 years ago

Cubic V.0.2.5 installed via the Pi's 'add SW' feature is very fragile on the Pi, but it would be useful to me if it could record wav files.

However after setting the record path to '/home/pi' and pressing 'R', Cubic displays an error dialog: "Recording path does not exist or is not writable"

V0.2.4 records perfectly on my Mac, but I cannot find that version prebuilt for the Pi

vsonnier commented 3 years ago

Hi @rrobinett ,

'/home/pi'

I would bet it is not writable then. Why not choosing another path ?

vsonnier commented 3 years ago

Related to this wxWidgets bug, maybe : #823

vsonnier commented 3 years ago

Closed, marked as duplicate of #823