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'.
```