You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/olivertzeng/.local/bin/rpycdec", line 8, in
sys.exit(main())
~~~~^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/cli.py", line 23, in main
decompile(src)
~~~~~~~~~^^^^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/decompile.py", line 40, in decompile
decompile_file(input_path, output_path)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/decompile.py", line 18, in decompile_file
stmt = stmts.load_file(input_file)
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/stmts.py", line 107, in load_file
return load(file)
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/stmts.py", line 92, in load
_, stmts = pickle.loads(bindata)
~~~~~~~~~~~~^^^^^^^^^
ModuleNotFoundError: No module named 'renpy.parameter'
2025-01-13 09:45:09 UTC
Linux-6.12.9-arch1-1-x86_64-with-glibc2.40
Ren'Py 8.2.0.24012702
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/olivertzeng/.local/bin/rpycdec", line 8, in
sys.exit(main())
~~~~^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/cli.py", line 23, in main
decompile(src)
~~~~~~~~~^^^^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/decompile.py", line 40, in decompile
decompile_file(input_path, output_path)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/decompile.py", line 18, in decompile_file
stmt = stmts.load_file(input_file)
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/stmts.py", line 107, in load_file
return load(file)
File "/home/olivertzeng/.local/lib/python3.13/site-packages/rpycdec/stmts.py", line 92, in load
_, stmts = pickle.loads(bindata)
~~~~~~~~~~~~^^^^^^^^^
ModuleNotFoundError: No module named 'renpy.parameter'
2025-01-13 09:45:09 UTC
Linux-6.12.9-arch1-1-x86_64-with-glibc2.40
Ren'Py 8.2.0.24012702
The text was updated successfully, but these errors were encountered: