Madeddy
Active Member
- Dec 17, 2017
- 962
- 668
Ok. I figured out whats wrong with the bugs in my last bulled point:
The error roots in sl2decompiler.py in the
So, just a bit more work needed to figure out how to deal with both variants. Yeah, soooooooo fun! </sarcasm-node=off>
Ok, i think/hope i got it. Three of the games above, including STS, decompiling with this clean and run also fine! All new fixes are in here:
The error roots in sl2decompiler.py in the
class SLUse
and is related to the move of PyExpr
from module ast to astsupport. We import there just the old style PyExpr, but the new one appears there now also and it uses (logically) the wrong code for such appearances, because unrpyc supports it so far not.So, just a bit more work needed to figure out how to deal with both variants. Yeah, soooooooo fun! </sarcasm-node=off>
Ok, i think/hope i got it. Three of the games above, including STS, decompiling with this clean and run also fine! All new fixes are in here:
You must be registered to see the links
Take a look, test, report if you like. Have fun folks!
Last edited: