Skip to content
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

[Bug] Will not run on linux, requires root, requires --no-sandbox fails due to missing latest-linux.yml #299

Open
krstp opened this issue Jun 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@krstp
Copy link

krstp commented Jun 21, 2024

Describe the bug
The run on ubuntu requires fuse installation, which is OK. However, further executioion of executable chmod +x .AppImage will not run claiming the execution requires root. Even sudo-ing it will require --no-sandbox, which is further not good. Ultimately will fail complaining from underlying electron's node execution such as:

(node:9747) UnhandledPromiseRejectionWarning: Error: Cannot find latest-linux.yml in the latest release artifacts (https://github.com/smol-ai/GodMode/releases/download/v1.0.0-beta.10/latest-linux.yml): HttpError: 404

To Reproduce

 sudo ./GodMode-1.0.0-beta.10.AppImage --no-sandbox

Expected behavior
I expected the application to run, instead an empty window launches with electron unable to create UI.

Screenshots
Godmode

Desktop (please complete the following information):

  • OS:
OS: Linux X11 ubuntu 24.04
Memory: 15.3 GiB
Architecture: x86_64
  • GodMode Version GodMode-1.0.0-beta.10.AppImage

Additional context
N/A

@krstp krstp added the bug Something isn't working label Jun 21, 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

1 participant