I made an appimage for linux for cura 21.08, since I still run a Taz 2 from back in the day and old cura works best.
It works for me, but need some other eyes to test it out… This at least makes it nice for newer linux distros that no longer support old dependancies…
hmk
2
Thanks for creating the AppImage!
(BTW, I think this is great for Open Source Ecology because they use this version.)
Unfortunately, when I run the AppImage I get a seg fault. I see the splash screen pop up before this happens.
$ ./Cura-21.08.glibc2.25-x86_64.AppImage
load preferences from /home/xxx/.cura/21.08/preferences.ini
Segmentation fault
I am running Debian 10.0, 5.10.0-8-amd64.
1 Like
hmk
3
Stupid me, running it with sudo
works! (That is good enough for me for now.)
Running with strace -f
:
...
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=43782, si_uid=1000, si_status=0, si_utime=0, si_stime=0} ---
wait4(43782, NULL, 0, NULL) = 43782
openat(AT_FDCWD, "/tmp/.mount_Cura-2OSnFCJ", O_RDONLY) = -1 ENOENT (No such file or directory)
dup(2) = 4
fcntl(4, F_GETFL) = 0x80002 (flags O_RDWR|O_CLOEXEC)
fstat(4, {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0x2), ...}) = 0
write(4, "open dir error: No such file or "..., 42open dir error: No such file or directory
) = 42
close(4) = 0
exit_group(127) = ?
+++ exited with 127 +++