Hey, I'm getting this error when trying to start the game.
No patches just the original game.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "game/00_Functions/02_init_python_translation.rpy", line 71, in <module>
language_dict_fields_len = len(language_dict.items()[0][1])
TypeError: 'dict_items' object is not subscriptable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/main.py", line 558, in main
renpy.game.context().run(node)
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "game/00_Functions/02_init_python_translation.rpy", line 13, in script
init python:
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Volumes/Macbook/Mega/renpy-8.0.3-sdk/renpy/python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/00_Functions/02_init_python_translation.rpy", line 71, in <module>
language_dict_fields_len = len(language_dict.items()[0][1])
TypeError: 'dict_items' object is not subscriptable
macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
v8.00
Sun Jan 22 14:44:09 2023
Can anybody help? Thanks