If I try to run either the 0.2.2 or 0.3.0 releases on manjaro I get:
LANG=C /tmp/appimage-debug/etf_image_tools-v0.3.0-x86_64-linux/ocio_maker.AppImage
Segmentation fault (core dumped)
strace'ing it isn't really helpful.
Running
./lut_maker.AppImage --appimage-extract
yields a squashfs-root/ folder.
If I cd into squashfs-root/usr/bin and run ./bin there the program works.
If I try running the squashfs-root/AppRun program - that segfaults.
ldd'ing that is fine, as is the ./bin program. No libraries are missing.