@BarryK I tried to install LMMS app image in EasyOs Daedalus.
Error, corrupted image.
Do you have this problem?
Thanks.
Moderator: BarryK
@BarryK I tried to install LMMS app image in EasyOs Daedalus.
Error, corrupted image.
Do you have this problem?
Thanks.
PP4MNK
Same problem with the Audacity Appimage in Daedalus 6.5.4
The error comes from the line 572 from /usr/local/appi/appi
Code: Select all
busybox mount -o loop,offset=${OFFSET} ${APPname} mntpt
# busybox mount -o loop,offset=188456 lmms-1.2.2.AppImage mntpt
mount: mounting /dev/loop1 on mntpt failed: Invalid argument
No such error in Scarthgap 6.5.4
In Scarthgap the busybox version is v1.36.1, in Daedalus the version is v1.32.0
Caramel wrote: Fri Jan 10, 2025 6:13 amSame problem with the Audacity Appimage in Daedalus 6.5.4
The error comes from the line 572 from /usr/local/appi/appi
Code: Select all
busybox mount -o loop,offset=${OFFSET} ${APPname} mntpt
# busybox mount -o loop,offset=188456 lmms-1.2.2.AppImage mntpt
mount: mounting /dev/loop1 on mntpt failed: Invalid argumentNo such error in Scarthgap 6.5.4
In Scarthgap the busybox version is v1.36.1, in Daedalus the version is v1.32.0
Oh dear, that is another serious bug.
The busybox 'mount' command did not support the "offset" parameter.
Support was introduced, I don't recall what version of busybox.
It looks like 1.32.0 is too old.
OK, I will release Daedalus 6.5.4.1 soon, it will have busybox 1.36.1
EDIT:
I checked the busybox.net site; "offset" option for 'mount' got introduced in 1.33.0.
Daedalus 6.5.4.1 will be uploaded later today, with only that one fix.
There is another bug when try to run an appimage non-root:
fusermount: mount failed: operation not permitted
This is because /usr/bin/fusermount requires the suid bit set.
OK in Scarthgap.
Both bugs are fixed in Daedalus, will upload 6.5.4.1 in a couple of hours.
@BarryK , thanks, solved with 6.5.4.1 Daedalus
(now It's time to learn to use this program, haha and change my mind from AcousticaMixCraft, Mixmeister, Recordbox, Atomix Virtual... to LMMS)
Related with this, is it possible to use any of this mentioned programs (Acoustica and Mixmeister specially) with EasyOS Daedalus or ScarthGap??)
Thanks a lot.
(If Wine is requiered, how to configure it? THANKS?
Have a nice Sunday u all.
PP4MNK