-
Notifications
You must be signed in to change notification settings - Fork 156
Version 1.1.2 doesn't work on Ubuntu 20.04 #318
Comments
I have a similar problem with version 1.1.2 $ abricotine
[
[Error: ENOENT: no such file or directory, lstat '/opt/Abricotine/resources/app.asar.unpacked/default/dictionaries'] {
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '/opt/Abricotine/resources/app.asar.unpacked/default/dictionaries'
}
]
[
[Error: ENOENT: no such file or directory, lstat '/opt/Abricotine/resources/app.asar.unpacked/default/lang'] {
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '/opt/Abricotine/resources/app.asar.unpacked/default/lang'
}
]
[
[Error: ENOENT: no such file or directory, lstat '/opt/Abricotine/resources/app.asar.unpacked/default/templates'] {
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '/opt/Abricotine/resources/app.asar.unpacked/default/templates'
}
]
[
[Error: ENOENT: no such file or directory, lstat '/opt/Abricotine/resources/app.asar.unpacked/default/themes'] {
errno: -2,
code: 'ENOENT',
syscall: 'lstat',
path: '/opt/Abricotine/resources/app.asar.unpacked/default/themes'
}
] Here is some more results: $ ls /opt/Abricotine/resources/app.asar.unpacked/default/themes
ls: cannot access '/opt/Abricotine/resources/app.asar.unpacked/default/themes': No such file or directory
$ ls /opt/Abricotine/resources/app.asar.unpacked/default/
ls: cannot access '/opt/Abricotine/resources/app.asar.unpacked/default/': No such file or directory
$ ls /opt/Abricotine/resources/app.asar.unpacked/
ls: cannot access '/opt/Abricotine/resources/app.asar.unpacked/': No such file or directory
$ ls /opt/Abricotine/resources
app.asar
$ ls -l /opt/Abricotine/resources
total 45912
-rw-r--r-- 1 root root 47011579 May 22 17:51 app.asar |
@funkycram @kkasra12 Thanks for your feedback. Can you please try to run |
Same problem, even after
When I reinstall version 1.0.0 it works well. PS: je viens de voir que t'es Français, moi je suis à Toulouse ! Merci pour le débogage et surtout cet excellent éditeur markdown ! |
OK, I will have a look at this when I have some time. Merci ;-) |
Just to let you know, I get the same error on Windows 11 with version 1.1.2, the same directories cannot be found: |
So it's not only happening on Linux. It's probably an issue when reading into the asar archive. |
I think this was fixed in version 1.1.3. |
Thanks a lot!
I get:
And I cannot do anything (e.g. loading a file). Then, with --reset:
On of the problem seems to be here:
Then, I did try this:
So the folder
If I reinstall version 1.0.0, then
|
@funkycram I think this is another issue. Can you please try |
Yes, I did, same problem. |
OK, thank you. I need to do further investigation. |
Exactly the same problem after install as @funkycram describes. Tested on Ubuntu 18.04 with LXDE environment. |
I'm planning to fix this bug as a priority, as soon as I find enough time to work on it. Before then you can use version 1.0.0 on Linux. |
Can you please try https://github.com/brrd/abricotine/releases/tag/v1.1.4 and confirm it fixed the issue? |
It works fine, thanks a lot! 😊 For informations for others, I don't know if it's necessary, but I did, after installing:
|
Tested. Also version 1.1.4 works great. Thanks a lot for the quick fix ! |
Version 1.0.0 works well, but version 1.1.2 doesn't work on Ubuntu 20.04.
Error message:
Then, if I press CRTL + C:
Thanks for this great app!
The text was updated successfully, but these errors were encountered: