Hey so, I need some help here. I run into this problem when trying to decompile the rpas for a game called "Blood code" with UnRen-1.0.11d.bat, I get:
Cannot locate python.exe, unable to continue.
Are you sure we're in the game's root or game directory?
Press any key to exit...
I then tried using UnRen-forall.bat and got this error instead:
Searching for RPA packages
Python path configuration:
PYTHONHOME = 'C:\Users\Anem\Desktop\me when the\Blood Code v1.20\lib\py3-windows-x86_64\'
PYTHONPATH = (not set)
program name = 'C:\Users\Anem\Desktop\me when the\Blood Code v1.20\lib\py3-windows-x86_64\python.exe'
isolated = 0
environment = 1
user site = 1
import site = 1
sys._base_executable = 'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64\\python.exe'
sys.base_prefix = 'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64'
sys.base_exec_prefix = 'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64'
sys.platlibdir = 'lib'
sys.executable = 'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64\\python.exe'
sys.prefix = 'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64'
sys.exec_prefix = 'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64'
sys.path = [
'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64\\lib\\python39.zip',
'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64\\lib\\python3.9',
'C:\\Users\\Anem\\Desktop\\me when the\\Blood Code v1.20\\lib\\py3-windows-x86_64\\lib\\python3.9\\lib-dynload',
'',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00005968 (most recent call first):
<no Python frame>
Cleaning up temporary files...
Thanks in advanced!