Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I need to report a new error. Today my steam version was updated and when i try to talk with palla  this pops up:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/ac/talk.rpy", line 215, in <module>

  File "game/cl/class_person.rpy", line 225, in get_talk_subjects

  File "game/cl/class_hero.rpy", line 72, in __getattr__

AttributeError: talk_subjects

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

Full traceback:

  File "start.rpyc", line 628, in script call

  File "cl/class_room.rpyc", line 361, in script call

  File "cl/class_person.rpyc", line 693, in script call

  File "cl/class_activity.rpyc", line 233, in script call

  File "ac/talk.rpyc", line 215, in script

  File "renpy/ast.py", line 1131, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 1061, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/ac/talk.rpy", line 215, in <module>

  File "game/cl/class_person.rpy", line 225, in get_talk_subjects

  File "game/cl/class_hero.rpy", line 72, in __getattr__

AttributeError: talk_subjects

Windows-10-10.0.19041 AMD64

Ren'Py 7.5.3.22090809

Love & Sex : Second Base - Steam 23.3.0a

Mon Apr  3 10:57:10 2023

```

Did this happen when you rollback before the save point you've loaded?

I think i did but with another option, like kissing or something like that. No directly on briging topics of conversation (i see that other error quite frequenly that why i got stranged with this error)

I Had to let time pass so i could begin a new conversation with Palla.

Small explanation :)

We reworked the talk subject implementation.
When you load your save, it's altered to reflect the changes.
Rollback before your save point will also rollback these changes, leading to the talk subjects error.

Ohhh, that so. I suppose this wont happen again then. Thanks.