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

All files decompilation failed #6

Open
archonoff opened this issue Jul 29, 2018 · 9 comments
Open

All files decompilation failed #6

archonoff opened this issue Jul 29, 2018 · 9 comments

Comments

@archonoff
Copy link

Hi
I have an issue
After script finishes I see a message: "decompiled 5434 files: 0 okay, 5434 failed"
What could be a reason and how to fix?

python 2.7.15,

@wibiti
Copy link
Owner

wibiti commented Jul 30, 2018

Hi. I'm not sure what the reason is.
Do you have https://github.com/wibiti/uncompyle2 installed?

@archonoff
Copy link
Author

Yes, uncompyle2 is installed.
May be the last eve-version can't be decompiled with your tool anymore?

@wibiti
Copy link
Owner

wibiti commented Jul 30, 2018

I just checked with the latest version of eve, and it's still working on my computer.

Does it create any files? If it isn't creating any files at the store_path, then it may not be able to call uncompyle2 successfully or it is unable to create files at the store_path.

I probably should add a verbose mode to evedec to help diagnose this type of situation.

@archonoff
Copy link
Author

Yeap, it creates a lot of files in my store_path (eve-16.05.1356219)
But each file has *.py_failed extension and contains strings like # Embedded file name: C:\BuildAgent\<path to *.py file with the same name>

@wibiti
Copy link
Owner

wibiti commented Jul 30, 2018

Interesting. I made some changes to uncompyle2 recently through github's webui. I may have made a mistake in that process. I'll have to verify that the uncompyle2 files on my machine are the same as what is in the github repository.

@archonoff
Copy link
Author

Wait a second. I didn't notice you pointed uncompyle2 on your github account. I installed it through pip. So here is my pip freeze:

(venv) D:\evedec-master>pip freeze
click==6.7
spark-parser==1.8.7
uncompyle2==2.0.0
uncompyle6==3.2.3
xdis==3.8.6

Can it be a reason of this issue?

@wibiti
Copy link
Owner

wibiti commented Jul 31, 2018

That might be the problem. I only test evedec with my version of uncompyle2.

@mfp20
Copy link

mfp20 commented Nov 25, 2018

EDIT: installed uncompyle2 from your repository instead of using pip, and reverted back imports from modified uncompyle6 back to uncompyle2, and it worked :)

Same here. I had to change uncompyle2 to uncompyle2 in evedec.py because uncompyle2 was throwing an error 'no module found uncompyle2'. Then the same result: some hundreds of decompile failed errors, and a directory full of empy files.

@aploium
Copy link

aploium commented Apr 9, 2019

I comes to this issues for the same problem. after installed your version of uncompyle2, it decompiles successfully
version 17.03.1482909

just leave a note here for these comes later
python2.7 -m pip install git+https://github.com/wibiti/uncompyle2

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

No branches or pull requests

4 participants