mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #332] Crashes on startup on FreeBSD #1112
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#1112
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 @pepe82sh on GitHub (Jan 6, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/332
Describe the bug
I've just installed Spotify-Player inside a freeBSD jail. It has been built with the default options. On calling
spotify_playermy it'll start rendering the "window" but then fails fatally creating a core dump.To Reproduce
Install on FreeBSD and run.
Expected behavior
Application not crashing.
Log and backtrace
Core dump can be provided upon request. Buildlog:
spotify-player-0.16.3.buildlog.txt
Screenshots

Environment
Additional context
This device has no sound connected. In the end it's meant to create a stream to another device that'll ultimately output the audio.
@aome510 commented on GitHub (Jan 7, 2024):
Can you see any logs/backtraces in the
.cache/spotify_playerfolder?@aome510 commented on GitHub (Jan 16, 2024):
Hi any updates on this issue? Otherwise, I'll close it.
@pepe82sh commented on GitHub (Jan 16, 2024):
Sorry, I was very sure I had sent an answer. The only thing I can see there is the core dump I was mentioning in the original ticket. It's a bit too big to add it to the ticket, but if anyone can use it I'm happy to figure out a way to provide the dump to someone working on it.
@aome510 commented on GitHub (Jan 17, 2024):
Can you send me the core dump to phamducthang1234@gmail.com? I can take a look to see if there is a problem.
Very weird because normally if you can spawn the UI window, there should be a log and backtrace created in the cache folder.
@Nafanya commented on GitHub (Jan 24, 2024):
Probably not related, but had similar issue -- in my case
spotify_playerjust exited after a couple of seconds. The issue was an already runningspotifydinstance. In the logs I had this error:Used v0.16.3 on NixOS.
@miguelbarao commented on GitHub (Apr 16, 2024):
Maybe it's jail related?
Running on FreeBSD 14 outside a jail and it works perfectly.
Installed with
pkg.