October 10, 2024 at 6:47 am #7194
Matthew DudleyMatthew Dudley
Participant

Ive installed strace, I tried what you suggested above and I get a syntax error. Ive renamed the file name to match what is in my download folder where I am running this. Strace seems to be working if I run it on the appimage, I get a fire hose of text.

here is the result Im getting with the syntax error:
strace ./AnimationPaper.AppImage 2>&1 | grep -E ‘^open(at)?\(.*\crypto.so’
bash: syntax error near unexpected token `(‘

thanks for the help and ideas.