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

App.asar missing #281

Open
Peiprjs opened this issue Feb 21, 2024 · 2 comments
Open

App.asar missing #281

Peiprjs opened this issue Feb 21, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Peiprjs
Copy link

Peiprjs commented Feb 21, 2024

Describe the bug
Altus is unable to launch. From a terminal it exits with error:

Unable to find Electron app at /usr/lib/altus/app.asar

Cannot find module '/usr/lib/altus/app.asar'

To Reproduce
Steps to reproduce the behavior:

  1. Be on Arch
  2. Update
  3. Attempt to launch

Expected behavior
Altus launching, therefore app.asar being findable

Screenshots
If applicable, add screenshots to help explain your problem:
image

Information:
Version Info (Go to About > About and click "Copy Version Info"):
5.0.0-1 and 5.0.1-1 (According to yay)
Additional context
Add any other context about the problem here.

@Peiprjs Peiprjs added the bug Something isn't working label Feb 21, 2024
@amanharwara
Copy link
Owner

I'm guessing this from the AUR? Have you reported this to the AUR package you're using?

Do you see this issue if you use the AppImage directly?

@admrk
Copy link

admrk commented Mar 10, 2024

It seems like there is a problem in the altus.sh script. If you clone the the Repository yourself and change
_RUNNAME="${_APPDIR}/@runname@" to _RUNNAME="${_APPDIR}/app" (line 4) it should work again.

I know it is only a quick fix, but at least it works again.

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

3 participants