cnfatal / rpycdec

Tools to decompile renpy .rpyc .rpymc files.
https://pypi.org/project/rpycdec
MIT License
14 stars 3 forks source link

AttributeError: 'RawTime' object has no attribute 'get_code' #12

Closed XIGRISH closed 6 days ago

XIGRISH commented 1 week ago

I looked through a bunch of sites and didn't find anything.

  1. OS window 10 2h22
  2. Python 3.10
  3. Renpy 6.99.12.4

I'm decompiling a large number of .rpyc files, some decompile to .rpy and some don't. And those that are not decompiled give an error:

AttributeError: 'RawTime' object has no attribute 'get_code'

Снимок экрана (238)

cnfatal commented 6 days ago

hi , can you provide the file which can't decompile so that i can fix it.

cnfatal commented 6 days ago

Hi try the latest version 0.1.5 , It may fixed.

XIGRISH commented 6 days ago

Thank you very much! It's now working😁