mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #803] Bug: Application silently exits on launch on Linux Mint #476
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#476
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ANGELUSD11 on GitHub (Aug 12, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/803
System Information:
OS: Linux Mint (Debian/Ubuntu based)
spotify-player version: v0.20.7
Problem Description:
The application silently and immediately exits upon launch. This occurs with both the pre-compiled release binary and after a successful fresh compilation from the v0.20.7 source code. No errors or warnings are printed to the console.
Steps to Reproduce:
sudo apt install libssl-dev libasound2-dev libdbus-1-dev.cargo build --release. The build completes successfully with only a few minor warnings../target/release/spotify_player.Expected Behavior:
The TUI (Terminal User Interface) should launch.
Actual Behavior:
The command exits immediately with no output. The shell prompt returns instantly.
Troubleshooting Steps Taken:
Confirmed all dependencies are installed.
Cleared config and cache folders (
~/.config/spotify-playerand~/.cache/spotify-player).Ran the application with
RUST_BACKTRACE=1environment variable, which produced no output.Tested with CLI commands (e.g.,
playback start liked), which also had no effect.Tested in different terminal emulators (GNOME Terminal, Alacritty).
The issue seems to be a low-level incompatibility that causes the application to exit cleanly before the TUI can be rendered.
@zahirmelian commented on GitHub (Aug 23, 2025):
im using Mint and i have no issues. What mint version are you on and what do the logs show? what "minor" errors are you getting when the program finishes compiling? did you installed the correct rustup previous to the other dependencies?
please run
rustc --versionon your terminal and post the result.