Extracting _decomp.cab...
Searching for rpyc files...
+ Decompiling "script.rpyc" - 405463 bytes
Decompiling C:\Users\Neuro\Desktop\Unren\game\script.rpyc to C:\Users\Neuro\Desktop\Unren\game\script.rpy...
Error while decompiling C:\Users\Neuro\Desktop\Unren\game\script.rpyc:
Traceback (most recent call last):
File "C:\Users\Neuro\Desktop\Unren\unrpyc.py", line 203, in worker
tag_outside_block=args.tag_outside_block, init_offset=args.init_offset, try_harder=args.try_harder)
File "C:\Users\Neuro\Desktop\Unren\unrpyc.py", line 166, in decompile_rpyc
ast = read_ast_from_file(in_file)
File "C:\Users\Neuro\Desktop\Unren\unrpyc.py", line 139, in read_ast_from_file
data, stmts = magic.safe_loads(raw_contents, class_factory, {"_ast", "collections"})
File "../decompiler/magic.py", line 598, in safe_loads
encoding=encoding, errors=errors).load()
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/pickle.py", line 864, in load
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/pickle.py", line 1212, in load_setitems
TypeError: 'RevertableDict' object does not support item assignment
UnRen-v.0.12
After building the game with web version 7.5.0
this does not happen with all .rpyc files
Decompilation of 1 file failed
+ Decompiling "script.rpyc" - 405463 bytes
Decompiling C:\Users\Neuro\Desktop\Unren\game\script.rpyc to C:\Users\Neuro\Desktop\Unren\game\script.rpy...
Error while decompiling C:\Users\Neuro\Desktop\Unren\game\script.rpyc:
Traceback (most recent call last):
File "C:\Users\Neuro\Desktop\Unren\unrpyc.py", line 194, in worker
tag_outside_block=args.tag_outside_block, init_offset=args.init_offset, try_harder=args.try_harder)
File "C:\Users\Neuro\Desktop\Unren\unrpyc.py", line 157, in decompile_rpyc
ast = read_ast_from_file(in_file)
File "C:\Users\Neuro\Desktop\Unren\unrpyc.py", line 130, in read_ast_from_file
data, stmts = magic.safe_loads(raw_contents, class_factory, {"_ast", "collections"})
File "../decompiler/magic.py", line 599, in safe_loads
encoding=encoding, errors=errors).load()
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/pickle.py", line 864, in load
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/pickle.py", line 1089, in load_newobj
TypeError: __new__() takes exactly 4 arguments (5 given)
UnRen-v.0.11
After building the game with web version 7.5.0
this does happen with all .rpyc files