You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When starting the AppImage, errors are thrown:
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.
The text was updated successfully, but these errors were encountered: