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
When running the appimage file the first time the 7zzs file is created with the wrong perms causing it to fail
konetzed@serenity ~ $ ls -l /home/konetzed/.config/StabilityMatrix/Assets/7zzs -r----x--t 1 konetzed konetzed 3656792 Sep 3 22:00 /home/konetzed/.config/StabilityMatrix/Assets/7zzs
The user is missing the execute bit, I saw it was supposed to be 755
OS Debian 12.1 (Bookworm)
When running the appimage file the first time the 7zzs file is created with the wrong perms causing it to fail
konetzed@serenity ~ $ ls -l /home/konetzed/.config/StabilityMatrix/Assets/7zzs -r----x--t 1 konetzed konetzed 3656792 Sep 3 22:00 /home/konetzed/.config/StabilityMatrix/Assets/7zzs
The user is missing the execute bit, I saw it was supposed to be 755
StabilityMatrix/StabilityMatrix.Avalonia/Assets.cs
Line 40 in 022b79d
After start up I quickly changed file to 755 and the program was able to install w/o issue.
konetzed@serenity ~ $ ls -l /home/konetzed/.config/StabilityMatrix/Assets/7zzs -rwxr-xr-x 1 konetzed konetzed 3656792 Sep 3 22:01 /home/konetzed/.config/StabilityMatrix/Assets/7zzs konetzed@serenity ~ $
I have not tried any other releases and as I have slow bandwidth I am still waiting on torch-2.0.1 to finish downloading. :)
The text was updated successfully, but these errors were encountered: