We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your Windows build number: Microsoft Windows [Version 10.0.16299.19] WSL: Ubuntu 16.04.3 LTS
What you're doing and what's happening: Trying to run ioncube encoder and make_license binaries. Steps:
make_license
make_license_64
ioncube_encoder71_10.0
ioncube_encoder71_10.0_64
What's wrong / what should be happening instead: Should output help info or ask correct command line. Actual I have:
Strace of the failing command:
make_license:
execve("./make_license", ["./make_license"], [/* 13 vars */]) = -1 ENOEXEC (Exec format error) write(2, "strace: exec: Exec format error\n", 32) = 32 exit_group(1) = ? +++ exited with 1 +++
make_license_64:
execve("./make_license_64", ["./make_license_64"], [/* 13 vars */]) = 0 uname({sysname="Linux", nodename="ADG-02", ...}) = 0 brk(NULL) = 0x1b6b000 brk(0x1b6c180) = 0x1b6c180 arch_prctl(ARCH_SET_FS, 0x1b6b860) = 0 brk(0x1b8d180) = 0x1b8d180 brk(0x1b8e000) = 0x1b8e000 --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0xffffffffff600400} --- +++ killed by SIGSEGV (core dumped) +++
ioncube_encoder71_10.0:
execve("./ioncube_encoder71_10.0", ["./ioncube_encoder71_10.0"], [/* 13 vars */]) = -1 ENOEXEC (Exec format error) write(2, "strace: exec: Exec format error\n", 32) = 32 exit_group(1) = ? +++ exited with 1 +++
The text was updated successfully, but these errors were encountered:
make_license is #228
make_license_64 is #1462
Sorry, something went wrong.
No branches or pull requests
Your Windows build number: Microsoft Windows [Version 10.0.16299.19]
WSL: Ubuntu 16.04.3 LTS
What you're doing and what's happening: Trying to run ioncube encoder and make_license binaries. Steps:
make_license
,make_license_64
,ioncube_encoder71_10.0
andioncube_encoder71_10.0_64
What's wrong / what should be happening instead: Should output help info or ask correct command line. Actual I have:
make_license
= cannot execute binary file: Exec format errormake_license_64
= Segmentation faultioncube_encoder71_10.0
= cannot execute binary file: Exec format errorioncube_encoder71_10.0_64
= looks like workStrace of the failing command:
The text was updated successfully, but these errors were encountered: