Tuner and Shortwave applications are not working

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
petar
Posts: 7
Joined: Sun Jul 21, 2024 3:12 pm

Tuner and Shortwave applications are not working

Post by petar »

Hi,

Tuner and Shortwave are not working. Fresh install from latest image with mate.

Tried to see if there is any dependency missing or something, could not find any..

When you start the app, it opens the main window and when you pick a station it just closes the main window without any sound.

I assume something changed in the last update. Up to the August 15th everything worked fine.

This was before latest update.

Any suggestions?

Thanks
RodMyers
Posts: 87
Joined: Sat Nov 27, 2021 8:16 pm

Re: Tuner and Shortwave applications are not working

Post by RodMyers »

ports? or packages?

What happens when running from a terminal?
petar
Posts: 7
Joined: Sun Jul 21, 2024 3:12 pm

Re: Tuner and Shortwave applications are not working

Post by petar »

Packages I assume, not sure how to check. In reality both sw are written for Linux first, so they can be considered as ports :)

output at the term for shortwave with setenv rust_backtrace full

p@p-ghostbsd ~/.c/gtk-4.0> setenv RUST_BACKTRACE full
p@p-ghostbsd ~/.c/gtk-4.0> shortwave

(<unknown>:10232): Gtk-WARNING **: 07:55:04.962: Unknown key gtk-modules in /home/p/.config/gtk-4.0/settings.ini
thread '<unnamed>' panicked at src/audio/gcast_discoverer.rs:71:75:
called `Result::unwrap()` on an `Err` value: Error(Io(Os { code: 48, kind: AddrInUse, message: "Address already in use" }), State { next_error: None, backtrace: InternalBacktrace { backtrace: Some( 0: <unknown>
1: <unknown>
2: <unknown>
3: <unknown>
4: <unknown>
) } })
stack backtrace:
0: 0x2cbc9739f4cb - <unknown>
1: 0x2cbc9725d20b - <unknown>
2: 0x2cbc97390248 - <unknown>
3: 0x2cbc97394cc3 - <unknown>
4: 0x2cbc97395ae0 - <unknown>
5: 0x2cbc9739fb15 - <unknown>
6: 0x2cbc9739fa79 - <unknown>
7: 0x2cbc97395054 - <unknown>
8: 0x2cbc9726a042 - <unknown>
9: 0x2cbc9726a465 - <unknown>
10: 0x2cbc9714d872 - <unknown>
11: 0x2cbc9715e59e - <unknown>
12: 0x2cbc97399c7b - <unknown>
13: 0x2cc4c3645e25 - <unknown>
fish: Job 1, 'shortwave' terminated by signal SIGABRT (Abort)
p@p-ghostbsd ~/.c/gtk-4.0>
petar
Posts: 7
Joined: Sun Jul 21, 2024 3:12 pm

Re: Tuner and Shortwave applications are not working

Post by petar »

for tuner application:

p@p-ghostbsd ~/Desktop> com.github.louis77.tuner

** (com.github.louis77.tuner:12169): WARNING **: 08:23:07.056: Window.vala:398: current theme: system

(com.github.louis77.tuner:12169): Json-CRITICAL **: 08:23:07.101: json_node_get_array: assertion 'JSON_NODE_IS_VALID (node)' failed

(com.github.louis77.tuner:12169): Json-CRITICAL **: 08:23:07.101: json_array_foreach_element: assertion 'array != NULL' failed

** (com.github.louis77.tuner:12169): WARNING **: 08:23:07.108: LocationDiscovery.vala:9: Starting Geo Location service...

** (com.github.louis77.tuner:12169): WARNING **: 08:23:11.496: Window.vala:423: storing last played station: 90938fb8-07b1-42c3-aa30-c87498acf16b

(com.github.louis77.tuner:12169): libsoup-ERROR **: 08:23:11.500: libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
fish: Job 1, 'com.github.louis77.tuner' terminated by signal SIGTRAP (Trace or breakpoint trap)


They are both installed via integrated software station app which comes preinstalled with GhostBSD.
The previous version of GhostBSD worked well and had no problems.
chadbsd
Posts: 45
Joined: Thu Oct 05, 2023 8:53 pm

Re: Tuner and Shortwave applications are not working

Post by chadbsd »

Running 'sudo pkg install gtk4' will get rid of the gtk4 error message.

After you install gtk4, please let us know the next error message.

It is worth noting that there is no maintainer for this application. You will need to notify 'ports@FreeBSD.org' about any Rust related error messages. The GhostBSD project does not maintain this software.
petar
Posts: 7
Joined: Sun Jul 21, 2024 3:12 pm

Re: Tuner and Shortwave applications are not working

Post by petar »

Hi,

Thanks for the reply. I have tried to install and nothing changed.

Which app does not have maintainer tuner or shortwave?

Please check the console output below.

Br,


p@p-ghostbsd ~/Desktop> sudo pkg install gtk4
Password:
Updating GhostBSD repository catalogue...
GhostBSD repository is up to date.
Updating GhostBSD-base repository catalogue...
GhostBSD-base repository is up to date.
All repositories are up to date.
Checking integrity... done (0 conflicting)
The most recent versions of packages are already installed

p@p-ghostbsd ~/Desktop> com.github.louis77.tuner

** (com.github.louis77.tuner:4683): WARNING **: 11:09:56.335: Window.vala:398: current theme: system

(com.github.louis77.tuner:4683): Json-CRITICAL **: 11:09:56.382: json_node_get_array: assertion 'JSON_NODE_IS_VALID (node)' failed

(com.github.louis77.tuner:4683): Json-CRITICAL **: 11:09:56.382: json_array_foreach_element: assertion 'array != NULL' failed

** (com.github.louis77.tuner:4683): WARNING **: 11:09:56.389: LocationDiscovery.vala:9: Starting Geo Location service...

** (com.github.louis77.tuner:4683): WARNING **: 11:10:01.844: Window.vala:423: storing last played station: f5717e6d-968a-45ba-9e99-5b7c1d55df95

(com.github.louis77.tuner:4683): libsoup-ERROR **: 11:10:01.852: libsoup2 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.
fish: Job 1, 'com.github.louis77.tuner' terminated by signal SIGTRAP (Trace or breakpoint trap)
p@p-ghostbsd ~/Desktop [SIGTRAP]>
Post Reply