-
Notifications
You must be signed in to change notification settings - Fork 217
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
SyncPlay AppImage not working with Mpv (Latest versions) on Manjaro #536
Comments
I just tried the latest Windows build of mpv at https://sourceforge.net/projects/mpv-player-windows/files/64bit/mpv-x86_64-20220619-git-c1a46ec.7z/download and it ran with Syncplay fine. Is mpv running for you fine if you run it separately to Syncplay? |
Good day, yes mpv seems to work perfectly fine alone, both launching it alone and dragging files in, aswell as double clicking files to open with mpv and other methods, i seen no errors or issues with this (including in the terminal), only when trying to play from inside the syncplay session. i also wanna note that i also have problems with VLC, albeit slightly different type of problem its possible that i lack certain libraries and such perhaps.. although i cant think of what, considering both mpv and vlc work perfect while launched standalone a few other details which may or may not be relevant:
|
btw, in the log (pastebin in my first post), it mentions
and looking at the code for that message: this whole failure to launch was most likely caused by return code 127, now doing a quick google on this exit code shows: 127 - command not found and looking at the top line, mpv was found, and when it tried to load the required library "/usr/lib/libgobject-2.0.so.0" it failed with an error from the library: also, when i did run SyncPlay under strace, it did not detect that it did execute the mpv binary, this all seems to imply that while syncplay DID try launch mpv, mpv never actually got started due to that library error |
I've failed to encounter the issue on my machine (Debian Unstable) with latest Syncplay AppImage/deb and both master/latest release of mpv. This would possibly narrow down the issue to some interaction between our AppImage build and Manjaro? Or possibly mpv build in Manjaro somehow differs from what I'm geting from mpv-build |
the issue is caused here
where ENV on Manjaro inside the Appimage contains That on the other hand (when used for calling mpv) causes mpv to crash, because it cannot find Unsetting that variable by adding |
I'm facing a similar issue. I think it may be a regression after #432. By bundling The bundled
I think the fix here is to either bundle all of the libraries in the libglib package, ( |
We tried to fix the Manjaro LD_LIBRARY_PATH issue along those lines with #546 but it ended up creating other problems. |
As @teohhanhui produced #432 it might be helpful for them to offer a view on the proposal from @frei0. (I am a Windows user so generally leave it to @daniel-123 and others to comment on Linux-related matters.) |
@EnderCrypt can you try an AppImage built in newer environment? There is a few in result of this action. I'm particularly hopeful that the one built on Ubuntu 20.04 will work, but the 22.04 might also be a second option worth checking. |
Has this issue been resolved or at least anyone came up with a solution? I just downloaded the AppImage (v1.7.0 b1) in my Linux Mint 21.1 Cinnamon. Whenever I also install it via terminal, and clicked Run Syncplay with a video and mpv set, I also encounter the same message.
Take Note: I'm really new to Linux and I switched from Windows due to my laptop being slow nowadays. I've been using Syncplay on Windows and I don't think I've encountered this before with MPC-BE. UPDATE: It seems that installing Syncplay 1.6.9 is another solution as of now in order for the app to work properly. |
I am closing this issue because Syncplay has now discontinued AppImage support. See: #643 for more details. If an issue recurs with the Deb package or Tarball then please re-open this comment and let us know of the details. |
Describe the bug
When launching SyncPlay with MPV as the media player, it crashes with this gui error message:
Media player error: "MPV process retry limit reached." The reason mpv cannot start may be due to the use of unsupported command line arguments or an unsupported version of mpv.
To Reproduce
Expected behavior
No error message and a functional SyncPlay session.
Screenshots


Version and platform:
Additional information
Strace log of Syncplay when pressing the "Run syncplay" button: https://pastebin.com/SRNaBu7w
The text was updated successfully, but these errors were encountered: