Tommsao9808
Newbie
- Feb 9, 2021
- 29
- 2
```
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'softkey_not_visible' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/prologue/prologue_dialogue.rpyc", line 9, in script
File "renpy/ast.py", line 2573, in execute
File "renpy/ast.py", line 615, in execute
File "renpy/exports\sayexports.py", line 132, in say
File "renpy/character.py", line 1455, in __call__
File "renpy/character.py", line 1106, in do_display
File "renpy/character.py", line 803, in display_say
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
```
this is the problem that arises at the beginning. how do you solve it?
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'softkey_not_visible' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/prologue/prologue_dialogue.rpyc", line 9, in script
File "renpy/ast.py", line 2573, in execute
File "renpy/ast.py", line 615, in execute
File "renpy/exports\sayexports.py", line 132, in say
File "renpy/character.py", line 1455, in __call__
File "renpy/character.py", line 1106, in do_display
File "renpy/character.py", line 803, in display_say
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
```
this is the problem that arises at the beginning. how do you solve it?