Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MEGA says "The file you are trying to download is no longer available" for the 2.3 win/linux link.

Fixed

Thanks I installed the game. now it gives the following error code:

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/bibifoc/save_name.rpy", line 5, in script

    init python:

  File "game/bibifoc/save_name.rpy", line 5, in script

    init python:

  File "game/bibifoc/save_name.rpy", line 16, in <module>

    if unicode(persistent._file_page, "utf-8").isnumeric():

TypeError: decoding Unicode is not supported

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

Full traceback:

  File "renpy/bootstrap.py", line 331, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 560, in main

    renpy.game.context().run(node)

  File "game/bibifoc/save_name.rpy", line 5, in script

    init python:

  File "game/bibifoc/save_name.rpy", line 5, in script

    init python:

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

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

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

    exec(bytecode, globals, locals)

  File "game/bibifoc/save_name.rpy", line 16, in <module>

    if unicode(persistent._file_page, "utf-8").isnumeric():

TypeError: decoding Unicode is not supported

Windows-10-10.0.22000

Ren'Py 7.4.11.2266

The Assistant 2.03

Sun Oct  9 04:16:30 2022

Inside the 'game' folder, delete the bibifoc folder and start the game again. It's a problem with de save files system.

Appreciated