-
Notifications
You must be signed in to change notification settings - Fork 38
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
Can't run appimage #7
Comments
Looking into this |
For reference, This is the output I get when running the AppImage on the Ubuntu 22 AWS instance (no GPU) that I have on hand. Haystack runs normally in this scenario. Main takeaway for me is that the libselinux.so.1 messages are expected and are not the cause of the failure. Continuing to investigate. |
Set up an Ubuntu 24.04 instance with a display, and was able to reproduce the issue. For the following error:
I am able to get past it by passing the Afterwards, I encounter another issue. Not sure if you will encounter this. In case you do run into this, I was able to solve this with the following:
based on the solution described here: bottlesdevs/Bottles#230 (comment) |
Does this issue occur when all extensions are disabled?: Can't run the first time. No extensions enabled -- unless it's picking up extensions from my existing vscode installation.
VS Code Version: haystack-editor-0.18.AppImage
OS Version: Ubuntu 24.04.1 LTS
Steps to Reproduce:
chmod +x haystack-editor-0.18.AppImage
. Get error:Install Fuse:
sudo add-apt-repository universe
sudo apt install libfuse2t64
Run the app image again:
Note: Other app images (e.g. "Libre Office Fresh Basic") work fine.
The text was updated successfully, but these errors were encountered: