Ok the problem is this on the game Lisa-TI_full_update_4_win-linux i know for sure it us renpy 8.2.0.
as you can see number 10 is for the new versions of renpy and the command line for new renpy versions is this python
You must be registered to see the links
.py name.rpy now if i enter number 10 this happens.
File "E:\novel_games+unity\Lisa-TI_full_update_4_win-linux\unrpyc.py", line 523, in main
results = run_workers(worker_common, args, worklist, args.processes)
File "E:\novel_games+unity\Lisa-TI_full_update_4_win-linux\unrpyc.py", line 271, in run_workers
with Pool(parallelism) as pool:
File "lib/python3.9/multiprocessing/context.py", line 118, in Pool
File "lib/python3.9/multiprocessing/pool.py", line 30, in <module>
File "lib/python3.9/multiprocessing/connection.py", line 21, in <module>
ModuleNotFoundError: No module named '_multiprocessing'
It seem to me that this comes from renpy or from unrpyc because if i run unrpyc.py with my system python 3.12 it works.
If i am not mistaken renpy renamed are import because of this.
try:
from multiprocessing import Pool, cpu_count that is from unrpyc.py