-
Notifications
You must be signed in to change notification settings - Fork 21
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
thread 'main' panicked at 'called Result::unwrap()
on an Err
value: VersionMismatch { linked: 65644, loaded: 131072 }', front-end/src/ui/utils.rs:496:38
#35
Comments
Same here.
|
I get the same error on ArchLinux, using version 2.0.0-rc1. Replacing the problematic
This seems to corroborate what @christianparpart said about the mpv version. |
Sorry people, i am quite caught up in work, but i tried quickly in below setup, is working fine. if you still have problem let me know and i will try to look and if you found a workaround also post it here for others <3
|
Having the same issue on macOS.
|
Hello guys I found a solution to this. The problem is that libmpv-rs crate was not updated, however the repo itself is updated. So what you need to do is download the repo and tell cargo to look for local libmpv-rs. To do this paste the following inside
( I cloned it in the same parent directory as ytui-music ) |
Can we get a proper fix submitted as a PR to this project instead, such that all users can benefit from it with least impact? |
This issue had been fixed within latest commit. please confirm |
Hi,
this is on Fedora 38 (on ARM64) and it seems like the Mpv rust binding thinks it wants to expect and load a too old native libmpv, whereas the installed libmpv on the system seems to be way newer. NB: i was just git clone'ing the repo, as there seems to be no ARM64 native builds. Compiling works, executing the binary does not.
when executing the binary:
Is there any chance to work around this, get fixed, or something else?
p.s.: great project, would love to use it!
The text was updated successfully, but these errors were encountered: