I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/map.rpy", line 947, in script
call screen world_map
File "game/map.rpy", line 947, in script
call screen world_map
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/0GUI/extra screens.rpy", line 111, in execute
screen notify_messages_screen():
File "game/0GUI/extra screens.rpy", line 111, in execute
screen notify_messages_screen():
File "game/0GUI/extra screens.rpy", line 117, in execute
vbox:
File "game/0GUI/extra screens.rpy", line 121, in execute
for fief_troops in troopNotifyMsg:
File "game/0GUI/extra screens.rpy", line 123, in execute
frame at notify_appear(txt_delay):
File "game/0GUI/extra screens.rpy", line 125, in execute
text _("[fief_troops[1]] troops report for duty to [fief_name!t].")
ValueError: Only '.' or '[' may follow ']' in format field specifier
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 670, in main
run(restart)
File "renpy/main.py", line 144, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 955, in run_context
context.run()
File "game/map.rpy", line 947, in script
call screen world_map
File "game/map.rpy", line 947, in script
call screen world_map
File "renpy/ast.py", line 2259, in execute
self.call("execute")
File "renpy/ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 476, in visit_all
callback(self)
File "renpy/display/core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/screen.py", line 487, in per_interact
self.update()
File "renpy/display/screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/0GUI/extra screens.rpy", line 111, in execute
screen notify_messages_screen():
File "game/0GUI/extra screens.rpy", line 111, in execute
screen notify_messages_screen():
File "game/0GUI/extra screens.rpy", line 117, in execute
vbox:
File "game/0GUI/extra screens.rpy", line 121, in execute
for fief_troops in troopNotifyMsg:
File "game/0GUI/extra screens.rpy", line 123, in execute
frame at notify_appear(txt_delay):
File "game/0GUI/extra screens.rpy", line 125, in execute
text _("[fief_troops[1]] troops report for duty to [fief_name!t].")
File "renpy/text/text.py", line 1633, in __init__
self.set_text(text, scope, substitute) # type: ignore
File "renpy/text/text.py", line 1763, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "renpy/substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python2.7/string.py", line 650, in get_field
ValueError: Only '.' or '[' may follow ']' in format field specifier
Windows-10-10.0.22621 AMD64
Ren'Py 7.6.3.23091805
Khan 0.13.4
Mon Nov 18 01:00:33 2024