Hey there,
Is “Dott” the executable? I think what’s going on is that you need to make the file executable for everyone.
I’m sure if that would solve it, but try running
chmod +x Dott
in the same directory, and then
./Dott
and see if that solves it.