-
Notifications
You must be signed in to change notification settings - Fork 821
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
Can't run binaries compressed with UPX #330
Comments
// typo in title: s=UPC=UPX=g This is what upx'ed programs look like in objdump:
|
why is this labeled "feature" and not "bug"? UPXed files are proper (if a little unusual) ELFs, they should at least start without issues. There are no errors in the file format. |
@benhillis @ionescu007 (sorry Alex :) |
A fix for this issue has been checked in and will be available in a Windows Insider build soon. @skochinsky - The bug versus feature tags are somewhat arbitrary, don't get too caught up on them. |
Great @benhillis, now you're training people that by CC'ing me, bugs get fixed instantly. |
I can confirm that this was fixed in Build 17017. Is there a definitive source to check when the fix landed before that? I'm curious if it made the Creators Update. |
Thanks for the response Herst. I really appreciate the link to the detailed release notes. |
This should be fixed in the Insider build 17017. |
I had issues installing PVRTexToolCLI on previous builds and it's actually been resolved from Insider build 17017. I still get the same error when I try to install the FBX SDK . I can't figure out if it's the same problem though. |
@benhillis amazing ! thanks for the quick answer |
@essbedev - Downloaded the binary you attached and unfortunately it's not the same thing. Your binary is 32 bit which is not currently supported by WSL (#2468).
|
Was also just trying to set up the FBX SDK on WSL and hit this issue. @essbedev were you able to figure out an alternative? |
@sayangel, I created a topic on the Autodesk FBX forum but never got an answer... https://forums.autodesk.com/t5/fbx-forum/compatibility-with-wsl-x64/m-p/7739197/highlight/true#M9178 |
@sunilmut This issue was closed:
But problem seems to persist; well into the newer Win10/WSL releases. Shouldn't this be reopened ? Also tracked at: upx/upx#201 |
I am having problems on WSL1 with this at the moment. upx/upx#201 |
Build 14332:
apt install upx-ucl
upx-ucl -8 /bin/ls -o ./lscompressed
./lscompressed
bash: ./lscompressed: cannot execute binary file: Exec format error
The call to execve fails, output from strace attached.
The text was updated successfully, but these errors were encountered: