Thanks to visit codestin.com
Credit goes to github.com

Skip to content

std::logic_error #281

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

Open
ivanbistrovic opened this issue May 30, 2024 · 1 comment
Open

std::logic_error #281

ivanbistrovic opened this issue May 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ivanbistrovic
Copy link

Hi, since I am complete beginner with linuxdeploy, for testing and learning purposes I tried packing a simpler app that doesn't use QT, in my case it was Htop 3.3.0. I created a directory with proper structure that was created with make install DESTDIR=/home/user/htop-3.3.0/.
I put all necessary Linuxdeploy executables in a single directory so that it looks like this:

linuxdeploy-plugin-appimage-x86_64.AppImage
linuxdeploy-plugin-appimage-x86_64.AppImage.zsync
linuxdeploy-plugin-qt-x86_64.AppImage
linuxdeploy-plugin-qt-x86_64.AppImage.zsync
linuxdeploy-x86_64.AppImage
linuxdeploy-x86_64.AppImage.zsync

After running
$ ./linuxdeploy-x86_64.AppImage --appdir=/home/user/htop-3.3.0/
I get the following error:
linuxdeploy version 1-alpha (git commit ID 2b73a21), GitHub actions build 260 built on 2024-01-09 16:46:33 UTC terminate called after throwing an instance of 'std::logic_error' what(): subprocess /home/user/LinuxDeploy/linuxdeploy-plugin-appimage-x86_64.AppImage.zsync --plugin-api-version failed with exit code 2

From here I don't know what is happening.

@TheAssassin
Copy link
Member

linuxdeploy accidentally considered this .zsync file a plugin. Did the file happen to be executable?

@TheAssassin TheAssassin added the bug Something isn't working label Aug 9, 2024
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

2 participants