Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I came across a corrupt file in the game when I try to go into the shop of Posia. I get this error message.


File "scripts/core/pauser.rpyc", line 3, in script call
  File "scripts/sev/action_labels.rpyc", line 105, in script
  File "[REDACTED]\VIRTUES-v17a-pc\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "[REDACTED]\VIRTUES-v17a-pc\renpy\exports.py", line 956, in menu
    condition = renpy.python.py_eval(condition)
  File "[REDACTED]\VIRTUES-v17a-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "[REDACTED]\VIRTUES-v17a-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/sev/action_labels.rpy", line 106, in <module>
KeyError: u'a_store_1'

The '[REDACTED]' is just the location on my desktop where the file is. Another note is that it wrote 'File "scripts/core/pauser.rpyc", line 3, in script call' like 300 times.