[RenPy] 纯文本查看 复制代码
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/android.rpy", line 476, in <module>
File "game/mobilebuild.rpy", line 122, in input
File "game/interface.rpy", line 422, in input
TypeError: object of type 'int' has no len()
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "launcher/game/android.rpyc", line 469, in script
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/android.rpy", line 476, in <module>
File "D:\renpy-7.4.6-sdk\rapt\buildlib/rapt/configure.py", line 133, in configure
version = interface.input(__("What is the application's version?\n\nThis should be the human-readable version that you would present to a person. It must contain only numbers and dots."), config.version)
File "game/mobilebuild.rpy", line 122, in input
File "game/interface.rpy", line 422, in input
File "renpy/exports.py", line 3057, 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 3276, 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 3694, in interact_core
renpy.display.behavior.input_post_per_interact()
File "renpy/display/behavior.py", line 1129, in input_post_per_interact
i.update_text(content, editable)
File "renpy/display/behavior.py", line 1264, in update_text
set_content(new_content)
File "renpy/display/behavior.py", line 1258, in set_content
l = len(content)
TypeError: object of type 'int' has no len()
Windows-10-10.0.19041
Ren'Py 7.4.6.1693
Ren'Py Launcher 7.4.6.1693
Mon Sep 20 01:44:06 2021