While trying to open the in-game files tab, (for seeing and reading the tablets etc.) I have continuously encountered the following exception.
I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "game/extra_screens_files.rpy", line 6, in execute screen mobileFilesMenu(): File "game/extra_screens_files.rpy", line 6, in execute screen mobileFilesMenu(): File "game/extra_screens_files.rpy", line 17, in execute if main_menu: File "game/extra_screens_files.rpy", line 28, in execute default permissions = { File "game/extra_screens_files.rpy", line 34, in <module> "Other": UI_permissions['file_other'], KeyError: u'file_other' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3276, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3693, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3693, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/extra_screens_files.rpy", line 6, in execute screen mobileFilesMenu(): File "game/extra_screens_files.rpy", line 6, in execute screen mobileFilesMenu(): File "game/extra_screens_files.rpy", line 17, in execute if main_menu: File "game/extra_screens_files.rpy", line 28, in execute default permissions = { File "game/extra_screens_files.rpy", line 34, in <module> "Other": UI_permissions['file_other'], KeyError: u'file_other' Windows-10-10.0.26100 Ren'Py 7.4.6.1693 Minotaur Hotel 0.7 Wed Apr 9 21:51:35 2025</module></lambda></module></module></module>
************************
Not gamebreaking or anything, just can't access that section of the game. A similar exception occurs whenever sending out an exploration team and they find something that is to be accessed in the files tab. I love the game regardless, but wanted to make sure if this is something I messed up when I added the in-game guide mod and if there was a way to fix it that allows me to keep the mod or if its something else.
Thank you for creating such a wonderful game.