I will investigate it and try to find out what is happening. The strange part is that the code for choosing your name is the same used on Lustia and this problem doesn't happen there or at least no one complained.
Gave you the wrong error. The first one was from when I tired to use joiplay controls to click on start the one I got for typeing the nane is this one.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 48, in script call
File "game/script.rpy", line 115, in script
File "game/script.rpy", line 115, in <module>
NameError: name 'softkey_not_visible' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 48, in script call
File "game/script.rpy", line 115, in script
File "renpy/ast.py", line 821, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/script.rpy", line 115, in <module>
File "renpy/exports\inputexports.py", line 177, in input
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2259, in interact
File "renpy/display\core.py", line 3082, in interact_core
File "renpy/display\core.py", line 1788, in event_wait
NameError: name 'softkey_not_visible' is not defined
```