Constant Crash Issue

Thorka

Newbie
Jul 14, 2023
21
3
23
Hello,

I'm experiencing crash issues in many games. For example, I recently tried Photo Hunt, Deliverance, and Lust Academy. I keep crashing even though I'm not using any add-ons, and I get this error. I've even tried reinstalling Windows and all the drivers.


You don't have permission to view the spoiler content. Log in or register now.
 

Thorka

Newbie
Jul 14, 2023
21
3
23
Look, I just redownloaded Lust Academy and tried to run it. Soon as I tried running it I got this


I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: 'StringTranslator' object has no attribute '__getitem__'

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "tl/chinese/logic/main_interface/quest_log_db.rpyc", line 1266, in script
File "tl/chinese/logic/main_interface/quest_log_db.rpyc", line 1266, in script
File "renpy/ast.py", line 2519, in execute
renpy.translation.add_string_translation(self.language, self.old, self.new, newloc)
File "renpy/translation/__init__.py", line 451, in add_string_translation
stl = tl.strings[language]
TypeError: 'StringTranslator' object has no attribute '__getitem__'

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
LustAcademy 0.7.1f
Thu Nov 27 19:32:30 2025
 

Winterfire

Conversation Conqueror
Respected User
Game Developer
Sep 27, 2018
6,523
9,364
800
Look, I just redownloaded Lust Academy and tried to run it. Soon as I tried running it I got this


I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: 'StringTranslator' object has no attribute '__getitem__'

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "tl/chinese/logic/main_interface/quest_log_db.rpyc", line 1266, in script
File "tl/chinese/logic/main_interface/quest_log_db.rpyc", line 1266, in script
File "renpy/ast.py", line 2519, in execute
renpy.translation.add_string_translation(self.language, self.old, self.new, newloc)
File "renpy/translation/__init__.py", line 451, in add_string_translation
stl = tl.strings[language]
TypeError: 'StringTranslator' object has no attribute '__getitem__'

Windows-10-10.0.26100
Ren'Py 7.4.11.2266
LustAcademy 0.7.1f
Thu Nov 27 19:32:30 2025
Are you extracting the game to a folder before running it?
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,934
21,513
1,026
[...]
File "game/script_loc/script_events/rach/rach_rm.rpy", line 662, in script
mc 12 "{i}(Bunny is absolutely obedient, it’s possible there was a good investment in getting into her good graces, but seems like she pays it off in spades.)"
AttributeError: 'module' object has no attribute 'items'

[...]
File "renpy/display/video.py", line 504, in update_playing
for c, m in old_channel_movie.items():
AttributeError: 'module' object has no attribute 'items'
Incoherent error, there's no need to be in the video part of the code when you display a dialog line.


File "renpy/translation/__init__.py", line 451, in add_string_translation
stl = tl.strings[language]
TypeError: 'StringTranslator' object has no attribute '__getitem__'
Incoherent error, StringTranslator objects DO HAVE a "__getitem__" attribute.



Conclusion, it's the Intel CPU error, this should solve the issue.
 
  • Like
Reactions: Winterfire