rofl0r / agsutils

contains utils for AGS: game extractor, repacker, disassembler and assembler
44 stars 14 forks source link

running on Win10x64 WSL (Ubuntu 18.08 image), what I do wrong? #7

Closed necros2k7 closed 4 years ago

necros2k7 commented 4 years ago

bash: ./agstract: cannot execute binary file: Exec format error

rofl0r commented 4 years ago

where did you get the file from?

necros2k7 commented 4 years ago

your github releases section

rofl0r commented 4 years ago

try this https://0x0.st/zDBL.gz

necros2k7 commented 4 years ago

thanx a lot it works! pls can you upload other fixed agsutils xept agsex (works fine)? PS. I should install Python2 for agsoptimize right? (/usr/bin/env: ‘python2’: No such file or directory)

rofl0r commented 4 years ago

here you go https://0x0.st/zDJl.xz

apparently WSL only supports linux x86_64 binaries. and yes, agsoptimize requires python2 at the moment.