CensoredUsername / unrpyc

A ren'py script decompiler
Other
852 stars 154 forks source link

An error occured while decompiling the first script of Katawa Shoujo #44

Closed RazoRTR closed 9 years ago

RazoRTR commented 9 years ago

First of all, thank you for this wonderful tool. It works really good. But, when I try to decompile the first script file of Katawa Shoujo, I get an error. ks

In fact, even if it gives me this error, it also decompiles some of the file, but incomplete; only till when it comes to the first menu label. I've tried to decompile German, Japanese, Russian etc. versions of the same file as well, but it always gives me the same error. My operating system is Windows 8.1 64-bit, and I've installed Python 2.7 as stated in the Read Me file. Sadly, I'm not that experienced in programming, and Python, so I don't know how to solve it. :(

CensoredUsername commented 9 years ago

The issue should be solved now, backwards compatibility was accidentally forgotten when parsing Menu statements preceded by Say statements.

RazoRTR commented 9 years ago

Yes, now it decompiled the file perfectly. Thanks for the hard work! ^^