Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)(-1)

Is it possible to choose your name in the game, or is it just Y/N?

Also, in the English version, there is an exception. Markdown below:




```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/tl/english/scenes/scene0.rpy", line 22, in script

    "[say_pronoun('See you soon, my Lady', 'See you soon, my Lord', 'See you soon, Your Highness')]"

  File "game/pronoun_system.rpy", line 5, in say_pronoun

    print(they_text)

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

OSError: [Errno 9] Bad file descriptor

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

Traceback (most recent call last):

  File "game/tl/english/scenes/scene0.rpy", line 22, in script

    "[say_pronoun('See you soon, my Lady', 'See you soon, my Lord', 'See you soon, Your Highness')]"

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

    Say.execute(self)

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

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

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

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

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

    who(what, *args, **kwargs)

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

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

    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)

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

  File "renpy/character.py", line 1464, in prefix_suffix

    return sub(prefix) + sub(body, translate=not renpy.game.context().translated) + sub(suffix)

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

  File "renpy/character.py", line 1443, in sub

    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]

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

  File "renpy/substitutions.py", line 355, in substitute

    s = interpolate(s, variables)  # type: ignore

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

  File "renpy/substitutions.py", line 89, in interpolate

    raise e

  File "renpy/substitutions.py", line 81, in interpolate

    value = renpy.python.py_eval(code, {}, scope)

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

  File "renpy/python.py", line 1308, in py_eval

    return py_eval_bytecode(code, globals, locals)

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

  File "renpy/python.py", line 1301, in py_eval_bytecode

    return eval(bytecode, globals, locals)

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

  File "<none>", line 1, in <module>

  File "game/pronoun_system.rpy", line 5, in say_pronoun

    print(they_text)

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

  File "renpy/minstore.py", line 87, in print

    _print(*args, **kwargs)

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

  File "renpy/log.py", line 256, in write

    self.real_file.flush()

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

OSError: [Errno 9] Bad file descriptor

Windows-11-10.0.26200-SP0 AMD64

Ren'Py 8.5.3.26051504

My Fiancé is a Fiend 0.1

Sun Jul  5 13:51:51 2026

```

(+2)(-1)

Yes, you can choose any name u want in the first scene with maid-girls!

About error:
Could you please share the steps that caused the error or send the logs to akilarge.dev@gmail.com? I'll fix it in the next update!

(+2)(-1)

Please try downloading this build and let me know if the error appears again!
https://drive.google.com/drive/folders/1Vh3QDWwiQLOPi0mmAgu5sh65iKOFSSvd?usp=sha...