Skip to main content

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

I keep getting this error on every launch with the new version (6.0), but it isn't preventing the app from running if I press ignore. Log data is below, hopefully it helps.

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/topdown/topdown.rpy", line 629, in execute_default

  File "game/topdown/topdown.rpy", line 629, in <module>

  File "game/topdown/topdown.rpy", line 214, in __init__

  File "game/topdown/topdown.rpy", line 21, in load_map

Exception: Couldn't find file 'topdown/map_1.csv'.

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

Traceback (most recent call last):

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

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

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

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

  File "renpy/exports/statementexports.py", line 375, in execute_default_statement

  File "game/topdown/topdown.rpy", line 629, in execute_default

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

  File "game/topdown/topdown.rpy", line 629, in <module>

  File "game/topdown/topdown.rpy", line 214, in __init__

  File "game/topdown/topdown.rpy", line 21, in load_map

  File "renpy/loader.py", line 786, in transfn

Exception: Couldn't find file 'topdown/map_1.csv'.

```

"Unfortunately, I had to remove the Paint feature that was inside the game since it was causing incompatibility issues with other parts. 😿 So, I’m sorry, but you’ll need to start a new game…"

That's alright, don't worry about it. Though, i still keep getting that error even after clearing the data and starting over. To me, that seems like maybe there's still something left over that the rest of the code believes requires it? But that's just my guess. Good luck! :)