You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Ades128
changed the title
From 1.3.0 crash when select a station automaticaly added or via station name [Linux / avf-native]]
From 1.3.0 crash when select a station automatically added or via station name [Linux / avf-native]
Nov 3, 2024
Yes, stationName.c_str(), returns a const char*, and it's casted to void * (which prefixes it). Your workaround is a bit funky but I know how to fix this and will do!
On 1.3.0 b4
During investigations on issue#157 I found that in adding manual frequency it works.
Currently using:
6.11.6-arch1-1
pipewire-pulse 1:1.2.6-1
alsa-utils 1.2.12-1
gnome 47.0.1
xorg-server 21.1.14-1
libpulse 17.0-3
May be issue#157 was resolved with last updates ?
I found in backend/extern/afv-native/src/core/atcClient.cpp
line 499:
With LOG point investigations I found that stationName.c_str() returns a const char* instead void*
I didn't make further investigations to know why, specially on my system, but here a workaround:
The text was updated successfully, but these errors were encountered: