Skip to main content

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

the game has some significant bugs on the english version. I don't know if it's the same for other versions, but it gives a bunch of errors at times

Could you tell me what the bugs are?

(-1)

Error messages

Each one is different and there were quite a few so I won't be able to show every single one, but here's two:

One is near the end of chapter 3, a bit after Zento calls Daichi a "little devil"

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/tl/English/script.rpy", line 3453, in script

TypeError: %c requires int or char

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

Traceback (most recent call last):

  File "game/tl/English/script.rpy", line 3453, in script

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

    Say.execute(self)

    ~~~~~~~~~~~^^^^^^

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

    renpy.exports.say(who, what, *args, **kwargs)

    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/exports/sayexports.py", line 118, in say

    what = what % tag_quoting_dict

           ~~~~~^~~~~~~~~~~~~~~~~~

TypeError: %c requires int or char

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.5.2.26010301

与那家伙合租房·VN 3.12-beta

Fri May 29 10:51:48 2026

```


The next one is on chapter 7, where Akika reveals she's lesbian

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/tl/English/script.rpy", line 9223, in script

Exception: Say has image attributes ('the', 'same'), but there's no image tag associated with the speaking character.

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

Traceback (most recent call last):

  File "game/tl/English/script.rpy", line 9223, in script

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

    Say.execute(self)

    ~~~~~~~~~~~^^^^^^

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

    renpy.exports.say(who, what, *args, **kwargs)

    ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/exports/sayexports.py", line 127, in say

    renpy.store.say(who, what, *args, **kwargs)

    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/common/00library.rpy", line 330, in say

    who(what, interact=interact, *args, **kwargs)

    ~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "renpy/character.py", line 1503, in __call__

    old_attr_state = self.handle_say_attributes(False, interact)

                     ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^

  File "renpy/character.py", line 1321, in handle_say_attributes

    if self.resolve_say_attributes(predicting, attrs):

       ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ 

  File "renpy/character.py", line 1249, in resolve_say_attributes

    raise Exception(

    ...<2 lines>...

    )

Exception: Say has image attributes ('the', 'same'), but there's no image tag associated with the speaking character.

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.5.2.26010301

与那家伙合租房·VN 3.12-beta

Fri May 29 10:58:11 2026

```

Got it! I'll fix this issue before the next update.

Just remember that these2  aren't the only ones, just a few of the ones that appeared