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

AppImage on Linux (Ubuntu 22.04) throws errors #105

Open
holgerjakobs opened this issue Dec 2, 2024 · 0 comments
Open

AppImage on Linux (Ubuntu 22.04) throws errors #105

holgerjakobs opened this issue Dec 2, 2024 · 0 comments

Comments

@holgerjakobs
Copy link

When starting the AppImage, errors are thrown:

Error: ENOENT: no such file or directory, open '/tmp/.mount_Quba-1qXVK8F/resources/app.asar\..\..\AppConfig.ini'
    at async open (node:internal/fs/promises:639:25)
    at async readFile (node:internal/fs/promises:1242:14)
    at async readInstallerConfigAndPerformAutoUpdate (/tmp/.mount_Quba-1qXVK8F/resources/app.asar/app/main.js:367:20) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/tmp/.mount_Quba-1qXVK8F/resources/app.asar\\..\\..\\AppConfig.ini'
}

This seems due to the usage of backslashes when slashes should be used close to the end of the path to AppConfig.ini

The app works anyway, so this might be a minor issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant