musicat icon indicating copy to clipboard operation
musicat copied to clipboard

crash on start up

Open shuyuxie opened this issue 2 months ago • 1 comments

intel MacOS 15.7.1

pulled from log:

WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::70a3:b0ff:feee:32bb: io error: Can't assign requested address (os error 49)

shuyuxie avatar Nov 08 '25 03:11 shuyuxie

macOS 15.6.1

mine crashes too

~ % /Applications/Musicat.app/Contents/MacOS/Musicat MPRemoteCommandCenter: MPRemoteCommandCenter: 0x11df47a00

thread '' panicked at src/player.rs:658:18: called Result::unwrap() on an Err value: Unsupported("core (codec):unsupported codec") note: run with RUST_BACKTRACE=1 environment variable to display a backtrace zsh: abort /Applications/Musicat.app/Contents/MacOS/Musicat

northminds avatar Nov 14 '25 22:11 northminds

Sounds like two separate issues, but let's try and get to the bottom of it.

@shuyuxie are there any ERROR lines in ~/Library/Logs/Musicat/file.log ? I'm afraid that warning doesn't tell me much...

@northminds which format were you trying to play? Maybe send me the audio file to [email protected]

basharovV avatar Nov 20 '25 09:11 basharovV

[2025-11-21T03:06:48.709525 WARN webrtc_ice::agent::agent_internal] [controlled]: pingAllCandidates called with no candidate pairs. Connection is not possible yet. [2025-11-21T03:06:48.710090 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::ef69:b42c:2f16:7dbe: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.710205 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::1: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.710275 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::f86e:98b:f95a:c37e: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.710377 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::f657:dada:8a3a:4ab8: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.710429 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::88de:c7ff:fef3:5796: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.710566 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::1483:b366:731f:658f: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.710607 WARN webrtc_ice::agent::agent_internal] [controlled]: pingAllCandidates called with no candidate pairs. Connection is not possible yet. [2025-11-21T03:06:48.711676 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::aede:48ff:fe00:1122: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.711745 WARN webrtc_ice::agent::agent_internal] [controlled]: pingAllCandidates called with no candidate pairs. Connection is not possible yet. [2025-11-21T03:06:48.711825 WARN webrtc_ice::agent::agent_internal] [controlled]: pingAllCandidates called with no candidate pairs. Connection is not possible yet. [2025-11-21T03:06:48.712048 WARN webrtc::peer_connection::peer_connection_internal] Failed to start manager ice: connecting canceled by caller [2025-11-21T03:06:48.712081 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::2ad6:85d:ffa9:dbdd: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.712180 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::ce81:b1c:bd2c:69e: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.712241 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::806e:db9d:9197:fa0b: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.712283 WARN webrtc_ice::agent::agent_gather] [controlled]: could not listen udp fe80::a01a:b4ff:fe35:3594: io error: Can't assign requested address (os error 49) [2025-11-21T03:06:48.712380 WARN webrtc::peer_connection::peer_connection_internal] on_ice_connection_state_change: dtls_transport unavailable

shuyuxie avatar Nov 21 '25 11:11 shuyuxie