I need a bit more information to solve this. What is it that you are attempting to do when this happens and do you have a more complete Traceback of the error?
Viewing post in Farm Grown - A Weight Gain Game comments
Ah sorry for the delay. And I can't pinpoint what exactly the crash would just randomly happen, like I would have a conversatoin with a character or be working in the fields. And to get around it I would just reload a save and do the same exact thing. The crash felt like random chance. Although perhaps it's because the save was originally from an older version? And here's the full traceback-
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/rosannapage.rpy", line 1427, in script
"Senna!"
File "game/rosannapage.rpy", line 1427, in script
"Senna!"
TypeError: 'sortwrapper' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 670, in main
run(restart)
File "renpy/main.py", line 144, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 955, in run_context
context.run()
File "game/rosannapage.rpy", line 1427, in script
"Senna!"
File "game/rosannapage.rpy", line 1427, in script
"Senna!"
File "renpy/ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1474, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 1006, in do_display
**display_args)
File "renpy/character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 4249, in interact_core
if renpy.display.render.check_redraws():
File "render.pyx", line 341, in renpy.display.render.check_redraws.lambda
File "render.pyx", line 341, in renpy.display.render.check_redraws.lambda
TypeError: 'sortwrapper' object has no attribute '__getitem__'
Windows-10-10.0.26100 AMD64
Ren'Py 7.6.3.23091805
Farm Grown 1.3.0