This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
bash: ./setup_dxup.sh: can't execute binary file #7
Comments
As far as i understand script somehow tries to run itself as binary file, not as script. |
axredneck
changed the title
./setup_dxup.sh: ./setup_dxup.sh: can't execute binary file
bash ./setup_dxup.sh: can't execute binary file
May 12, 2018
axredneck
changed the title
bash ./setup_dxup.sh: can't execute binary file
bash: ./setup_dxup.sh: can't execute binary file
May 12, 2018
Interesting! |
@TedsterTech yes i did: |
chmod +x ? |
This was referenced May 17, 2018
Closed
Issue #11 has a workaround |
@Joshua-Ashton chmod +x doesn't help but dos2unix does. |
Prefix |
Strange but with LC_ALL=C it works:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I got DXUP 32-bit build from Appveyor, copied DXVK's files according to readme, and that's what i get when i try to run setup_dxup.sh from terminal:
[redneck@pylesos dxup-32bit]$ ./setup_dxup.sh
bash: ./setup_dxup.sh: не удаётся запустить бинарный файл: Ошибка формата выполняемого файла
(translates as "can't execute binary file: executable file format error")
Maybe i use this script wrong way?
The text was updated successfully, but these errors were encountered: