Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch linux: crashing on start #336

Closed
yagarea opened this issue Nov 14, 2022 · 7 comments
Closed

Arch linux: crashing on start #336

yagarea opened this issue Nov 14, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@yagarea
Copy link

yagarea commented Nov 14, 2022

Describe the bug
Jellyfin imidietly crashes on lauch with this error:

jellyfinmediaplayer: error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory

To Reproduce
Steps to reproduce the behavior:

  1. Install jellyfinmediaplayer on arch linux
  2. start it

Expected behavior
not crashing

Desktop (please complete the following information):

  • OS: Arch Linux 6.0.8-arch1-1
  • Version: 1.7.1-1
  • Installation Method: AUR

Additional context
There are no logs since this error occurred.

@yagarea yagarea added the bug Something isn't working label Nov 14, 2022
@Zebradil
Copy link

As a workaround, jellyfin-media-player can be replaced by jellyfin-media-player-git.

@gordon848
Copy link

Another workaround would be to downgrade the "mpv-package".

pacman -U /var/cache/pacman/pkg/mpv-1:0.34.1-5-x86_64.pkg.tar.zst

@HamletDuFromage
Copy link

HamletDuFromage commented Nov 14, 2022

An easy fix that doesn't seem to break anything is to symlink the now gone library with the new one

$ sudo ln -s /usr/lib/libmpv.so /usr/lib/libmpv.so.1

@akyag
Copy link

akyag commented Nov 15, 2022

I had the same problem, I rebuilt the jellyfin-media-player and it works now.

@DevPGSV
Copy link

DevPGSV commented Nov 18, 2022

I have just yay -S jellyfin-media-player on Arch x86_64 6.0.8-arch1-1, and it worked flawlessly

@mcarlton00
Copy link
Member

mcarlton00 commented Nov 19, 2022

This likely isn't an issue with jellyfin media player. It's that a library that JMP depends on has been updated on your system, so you need to rebuild the package against your local libraries

@yagarea
Copy link
Author

yagarea commented Nov 23, 2022

This likely isn't an issue with jellyfin media player. It's that a library that JMP depends on has been updated on your system, so you need to rebuild the package against your local libraries

In that case I am closing this issue.Thank you everyone involved for their support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants