-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
libmpv1 deprecated on Ubuntu 24.02 LTS/Linux Mint 22 #270
Comments
you can do a temporary fix by symlinking |
The crash seems to be unrelated to the change to libmpv actually. Looks like CEF doesn't like some parameters, I'll need to investigate this a bit further. The warning about root_cache_path is something we should be able to remove too. |
Anything I can do to provide more information or test? I'm a bit rusty when it comes to debugging, let alone in Linux. |
Hello, I got the same issue after building and testing the app, doing --no-sandbox or running as root return something just like this :
And then crash (same without sudo)
Running it normally :
And it also seems like the app won't respond for any others arguments that have an impact on something from the workshop or the steam app (--list-properties) Also this bug always get an issue with zygote, it may be related to a zygote version that isn't very compatible with the script, I'll check that later. |
Can I ask you a simple question, did you use something like electron 34, because I remember seeing zygote or zenity thing in another app that I got trouble to run. Issue from cider2 : ciderapp/Cider-2#929 I don't think it's a electron issue since I don't remember seeing wallpaper engine using some kind of electron but it's probably good to see if someone else as already explained what can make a zygote 215 error. |
EDIT OF EDIT : I simply used --no-sandbox flag and tell the full path of the wallpaper I installed from the workshop.
here is full log when it worked :
As you can see it struggle to process with my GPU, it's a Nvidia RTX 3080 and here is other useful information if needed Package: nvidia-driver And other apps like torch in python can see the gpu and use it :
I haven't try it yet with my liquorix kernel but since it's a kernel that only does optimization (in gaming as example) I'll pass. Using --no-sandox and full path, I wasn't able to pass the 1 fps wall with my current CPU I go check why does it won't work on the gpu. |
Attempting to setup the build environment for this project requires libmpv1, which is no longer available as of Ubuntu 24.02 and, by extension, Linux Mint 22. Compiling with libmpv2 does work with a few warnings, but I have been unsuccessful in running the project, resulting in errors related to #228.
/linux-wallpaperengine /home/flame/.steam/debian-installation/steamapps/workshop/content/431960/3133917889/ [1109/212414.801860:WARNING:resource_util.cc(94)] Please customize CefSettings.root_cache_path for your application. Use of the default value may lead to unintended process singleton behavior. [1109/212415.936080:FATAL:zygote_host_impl_linux.cc(215)] Check failed: . : Invalid argument (22) [1] 24563 trace trap (core dumped) ./linux-wallpaperengine --list-properties
I have both symlinked and directly copied the assets folder in case the auto-detection did not work. This is being tested using x11/Cinnamon.
CMake Log: cmake.log
Build Log: build.log
The text was updated successfully, but these errors were encountered: