Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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?

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

From what I can see it does seem to happen because it's an older save file from a previous version that is being played in the newer version. I haven't personally encountered this when playtesting, so I'm unsure if I can actually "fix" this issue.

But I hope you still enjoy the game!

Gotcha! Thank you for the heads up! I'll start a new save then, I'm just going to miss all the gold I had saved up and progress I made lol. And yeah overall I'm really enjoying the game and I'm happy to see it updated!