Skip to main content

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

Very weird. Can you send us the error you're getting?

One thing that might work is to delete the folder:
C:\Users\[user]\AppData\Roaming\RenPy\ACADEMY34-v0.2.3

Since that's the only thing that stays on your PC after deleting the files of the game. It has all the save files and a persistent file that stores info like names of the characters.

It says this:

"I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/helper/triggers/awake.rpy", line 63, in execute_default_statement

  File "game/helper/triggers/awake.rpy", line 28, in init_start

  File "game/helper/triggers/awake.rpy", line 53, in init_awake

  File "game/data/datasets/characters/characters.rpy", line 479, in at_awake_10_init_characters

  File "game/menu/preferences/preferences.rpy", line 50, in load_character_names

AttributeError: 'float' object has no attribute 'items'

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

Traceback (most recent call last):

  File "renpy/common/00start.rpy", line 195, in script

    python:

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

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

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

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

    exec(bytecode, globals, locals)

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

  File "renpy/common/00start.rpy", line 196, in <module>

    renpy.execute_default_statement(True)

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

  File "game/helper/triggers/awake.rpy", line 63, in execute_default_statement

  File "game/helper/triggers/awake.rpy", line 28, in init_start

  File "game/helper/triggers/awake.rpy", line 53, in init_awake

  File "game/data/datasets/characters/characters.rpy", line 479, in at_awake_10_init_characters

  File "game/menu/preferences/preferences.rpy", line 50, in load_character_names

AttributeError: 'float' object has no attribute 'items' "