- Dec 17, 2017
- 838
- 487
Thanks for taking a look!
That's what i feared.
Well...SHIT!...in the RevertableDict class __module__ = "renpy.python", then errors appear in some files, and if __module__ = "renpy.revertable", then in others...
That's what i feared.
Hm, do you think its possible to build a switch between both? If one variant fails we catch the exception and run it in the other... Or we put the files with this exception in a list and run it in the end with the other module....in some compiled files there is simply the old format of this class and it is not possible to decompile both variants at the same time, since the __module__ variable can be set only once.