Skip to content
New issue

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

ioncube encoder binaries did not work #2622

Closed
SailorMax opened this issue Nov 1, 2017 · 1 comment
Closed

ioncube encoder binaries did not work #2622

SailorMax opened this issue Nov 1, 2017 · 1 comment

Comments

@SailorMax
Copy link

SailorMax commented Nov 1, 2017

  • 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:

  • 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 error
    • make_license_64 = Segmentation fault
    • ioncube_encoder71_10.0 = cannot execute binary file: Exec format error
    • ioncube_encoder71_10.0_64 = looks like work
  • 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 +++ 
@therealkenc
Copy link
Collaborator

make_license is #228

make_license_64 is #1462

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants