-
Notifications
You must be signed in to change notification settings - Fork 267
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
Cemu fails to launch after AppImageLauncher integration prompt #559
Comments
I thought AppImageLauncher virtual filesystem was supposed to remove the need for libfuse. Cemu-2.0-26 is built with libfuse2 statically linked, thus no longer requiring the user to install it. Disabling AppImageLauncher no longer works setting the desktop file to use
I did test the correct command |
I have the same problem. When I try to run and integrate Cemu appimage to the system, the message appears: "Failed to register AppImage in the system via libappimage" and also the same error in the terminal: "execv error: No such file or directory". |
Been having this issue as well for months |
I have the same problem. please fix it! |
Someone please test the 3.0.0-alpha-1 release and report back. Does this happen with Cemu only or also with other AppImages? If the latter is the case, this is likely related to #564. |
Only at Cemu. Where can I find version 3? |
I'm having the same issue when trying to run LibreCAD via AppImageLauncher on Ubuntu 22.04. |
The same happens for the nightly build of MuseScore built with the "static runtime" version of appimagetool. |
This still happens on latest version, couldn't open Cemu appimage after uninstalling and killing the daemon, had to restart to get it running again. |
Release build (v2.2.0) - release version and continuous build Same for me with Librecad
Seeing as I can't get LibreCad to run (#602 (comment)), the only workaround option is to uninstall Appimagelauncher, after which LibreCad runs fine, but this is obviously not a reasonable workaround, so this is a breaking bug for me... |
Pre-submit checks
Describe the bug
When attempting to launch the 'Cemu' appimage, the application doesn't launch. I do get prompted by AppImageLauncher to Run Once/Integrate and Run, choosing either option results in the same behavior. AppImageLauncher behaves as far as integrating the Cemu appimage into the Applications folder and creating a .desktop shortcut. Attempting to launch the .AppImage afterwards by double-clicking or launching from the shortcut does not work. There doesn't appear to be any brief pop-ups or evidence that the application has launched and quit.
I attempted to launch the appimage through Terminal, and was given this
execv error: No such file or directory
message.Expected behavior
I expected to see the AppImage launch two windows (one for the Cemu Menu and the other for the gamepad UI). I confirmed that the AppImage does launch on its own when AppImageLauncher is not installed. In fact, when I disabled/uninstalled AppImageLauncher while leaving Cemu integrated in the Applications folder and the shortcut intact, the AppImage launches without any problems.
Steps to reproduce the issue
Screenshots
No response
Distribution and desktop environment
Ubuntu 22.10
Installed AppImageLauncher version
202211022348-stable-0f91801~ubuntu22.10.1
List of AppImages you tried
https://github.com/cemu-project/Cemu/releases/tag/v2.0-26 (This is the version of Cemu I'm currently using)
I also opened a Bug Report with the Cemu developers, they referred me to submit a bug report here. Here is what I had submitted to them for reference: cemu-project/Cemu#653
Additional context
Please let me know if you need any additional information from me. Thank you!
The text was updated successfully, but these errors were encountered: