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

Cannot decompile a directory unless using threaded mode #33

Open
w1ndStrik3 opened this issue Jun 21, 2024 · 0 comments
Open

Cannot decompile a directory unless using threaded mode #33

w1ndStrik3 opened this issue Jun 21, 2024 · 0 comments

Comments

@w1ndStrik3
Copy link

w1ndStrik3 commented Jun 21, 2024

In the old Champollion (v1.0.1) I can without any issues decompile all .pex files in a directory without having to use the threaded mode. Trying the same in the new Champollion (v1.3.2) results in an error. For example:

OLD Champollion (v1.0.1)

Command
C:\Users\%USERNAME%\Desktop\test>champollion.exe smallTest/scripts -p smallTest/source
Output
smallTest/scripts\file1.pex decompiled to smallTest/source\file1.psc
smallTest/scripts\file2.pex decompiled to smallTest/source\file2.psc
ERROR: smallTest/scripts\file3_edited.pex : Invalid string index
smallTest/scripts\file4.pex decompiled to smallTest/source\file4.psc
smallTest/scripts\file5.pex decompiled to smallTest/source\file5.psc
5 files processed in 0.0224941 s

Please note that "file3_edited.pex" is corrupted on purpose

NEW Champollion (v1.3.2)

Command
C:\Users\%USERNAME%\Desktop\test>champollion.exe smallTest/scripts -p smallTest/source
Output
ERROR: smallTest/scripts : Unable to open file
ERROR: smallTest/scripts : Unable to open file
ERROR: smallTest/scripts : Unable to open file
ERROR: smallTest/scripts : Unable to open file
ERROR: smallTest/scripts : Unable to open file
5 files processed in 0.0013759 s
5 files failed to decompile.

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

1 participant