[tharkang, 16:06]:~/sys/planeshift>./psclient
./psclient: line 5: /home/tharkang/sys/planeshift/psc: cannot execute binary file
./psclient: line 5: /home/tharkang/sys/planeshift/psc: Success
[tharkang, 16:06]:~/sys/planeshift>./psc
./psc: Błędny format pliku wykonywalnego. Binary file not executable.
[tharkang, 16:06]:~/sys/planeshift>strings psc | head
/lib64/ld-linux-x86-64.so.2
libpthread.so.0
longjmp
pthread_cond_wait
pthread_cond_timedwait
pthread_attr_destroy
sem_getvalue
pthread_exit
pthread_cancel
recvfrom
\"Błędny format pliku wykonywalnego.\" means \"Invalid format of executable file\" (don\'t know why it was shown in my national language, locales were set to en_US.UTF-8).
Should there be \"/lib64/ld-linux-x86-64.so.2\"?
Situation after running updater --auto (binary \"up\" was downloaded from forum, because original was segfaulting).