CensoredUsername / unrpyc

A ren'py script decompiler
Other
837 stars 149 forks source link

Merge updates #122

Closed Gouvernathor closed 3 years ago

Gouvernathor commented 3 years ago

I'm having a "multiprocessing module doesn't exist" exception, but it's solved on the master branch. Maybe it can be solved by merging the changes (maybe it can't, deserves checking).

Gouvernathor commented 3 years ago

I tried to test the merge from my fork of the repo, but it doesn't seem to work. 25 files fail to decompress, which is still a progress from the 40 ones failing with the base version of unrpyc, . I tried the try-harder option, still 25 failures.

In the resulting files, there are two syntax errors, which I have no idea if they originate from the 25 files or from the others.

I also tried dropping the un.rpyc folder and launching the game, not working (no log is produced and there's no difference with when I boot the game without it), and I don't have any bytecode.rpyb file in my repo...?