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! :)
Zerø
Recent community posts
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'.
```
Seems like there's some conflict between the book and movement controls (after opening the book, movement controls just stop functioning).
Same for the number buttons (3 to 9 make balls of varying sizes appear) and the interact buttons (completely impossible to do non-primary actions).
Also it would seem the menu menu is inaccessible after loading or starting a new save, making saving/loading/changing options/etc impossible after leaving the start menu.