Ren'Py Holiday island Joi PLay

ombo

New Member
Oct 28, 2017
2
2
Getting the below error on the latest update


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/options.rpy", line 185, in <module>
File "renpy/common/00keymap.rpy", line 28, in remove
ValueError: list.remove(x): x not in list

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
File "renpy/main.py", line 570, in main
File "options.rpyc", line 185, in script
File "options.rpyc", line 185, in script
File "renpy/ast.py", line 1133, in execute
File "renpy/python.py", line 1124, in py_exec_bytecode
File "game/options.rpy", line 185, in <module>
File "renpy/common/00keymap.rpy", line 28, in remove
ValueError: list.remove(x): x not in list
 
Jun 16, 2023
442
577
Renpy and python errors like likely due to renpy sdk mismatch. Since the game had a latest release, I'm assuming it's using latest renpy and you might be using older version.

I would suggest using the and the renpy apk to see if the problem goes away. If not, then I'm not sure.
 

dbs5987

New Member
Feb 16, 2020
2
1
I had the same issue. Downgrade the RenPy Plugin to 8.0.3_7.5.3_009 version from patron official page. Just a caveat.. Other games might not work... What i do is keep both the latest and the above version APKs locally on my phone and keep switching between versions for different games. It's tedious but that's the only work around that is working for me.