if you don't have this version installed, download here and install it.
execute the command line bellow on terminal.
sudo perl -pi -e 's/\x00\x85\xc0\x74\x7b\xe8/\x00\x85\xc0\xEB\x7b\xe8/g' /opt/resolve/bin/resolve
it will replace some bytes of the executable file.
after that, your program will run fine.
Enjoy :)
how is this even possible?