If it wouldn't get in the way, I tried to make apk to play on mobile and give this error
View attachment 1717473
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/logic/story/logic.rpy", line 57, in script call
$ renpy.call(lbl)
File "game/logic/story/logic.rpy", line 68, in script call
call start_input from _call_start_input
File "game/script.rpy", line 824, in script
$ Name = renpy.call_screen("input", prompt = _("Enter your name"), someText=_('James'))
File "game/script.rpy", line 824, in <module>
$ Name = renpy.call_screen("input", prompt = _("Enter your name"), someText=_('James'))
Exception: Unknown keyword arguments: someText
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/logic/story/logic.rpy", line 57, in script call
$ renpy.call(lbl)
File "game/logic/story/logic.rpy", line 68, in script call
call start_input from _call_start_input
File "game/script.rpy", line 824, in script
$ Name = renpy.call_screen("input", prompt = _("Enter your name"), someText=_('James'))
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 824, in <module>
$ Name = renpy.call_screen("input", prompt = _("Enter your name"), someText=_('James'))
File "renpy/exports.py", line 3134, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "renpy/ast.py", line 159, in apply_arguments
return parameters.apply(args, kwargs, ignore_errors)
File "renpy/ast.py", line 146, in apply
raise Exception("Unknown keyword arguments: %s" % (", ".join(list(values.keys()))))
Exception: Unknown keyword arguments: someText
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
LustAcademy 0.6.1f
Tue Mar 22 18:08:09 2022
```