CensoredUsername / unrpyc

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

COULD NOT DECOMPILE: Unknown AST node #93

Closed RbElli0t closed 4 years ago

RbElli0t commented 4 years ago

Hi, I tried to decompile a .rpyc file. but after decompiling, in .rpy file it says

pass # <<<COULD NOT DECOMPILE: Unknown AST node: <class 'store.locations.CallLocation'>>>>

Problem with un.rpyc tool or scripts ? This .rpyc files extracted from .rpa with rpatool

Complete Decompiled Script file: https://pastebin.com/Si1LntMC

OS: Linux

CensoredUsername commented 4 years ago

See #70 . This isn't an issue unrpyc can handle in a portable way.

RbElli0t commented 4 years ago

Thanks :)