Halfway Graphical Point Release
i put all of the details in the new release
This commit is contained in:
@@ -1,24 +1,59 @@
|
||||
I'm sorry, but an uncaught exception occurred.
|
||||
|
||||
While running game code:
|
||||
File "game/akai_route.rpy", line 771, in script
|
||||
hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
|
||||
ValueError: unsupported format character '?' (0x5d9) at index 82
|
||||
File "game/script.rpy", line 386, in script
|
||||
ak "שום דבר מיוחד. זה רק אומר שאני נכנס חינם…"
|
||||
File "game/sprite_settings.rpy", line 36, in <module>
|
||||
if face == "excited":
|
||||
NameError: name 'face' is not defined
|
||||
|
||||
-- Full Traceback ------------------------------------------------------------
|
||||
|
||||
Full traceback:
|
||||
File "game/akai_route.rpy", line 771, in script
|
||||
hr "כן, היא שינתה את השם שלה לשם הדמות האהובה עליה. זה אולי לא נשמע יפני, אבל זה 100% יפני ובכלל לא מזויף."
|
||||
File "game/script.rpy", line 386, in script
|
||||
ak "שום דבר מיוחד. זה רק אומר שאני נכנס חינם…"
|
||||
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 2573, in execute
|
||||
Say.execute(self)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 615, in execute
|
||||
renpy.exports.say(who, what, *args, **kwargs)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\exports\sayexports.py", line 121, in say
|
||||
what = what % tag_quoting_dict
|
||||
ValueError: unsupported format character '?' (0x5d9) at index 82
|
||||
File "E:\renpy-8.3.2-sdk\renpy\exports\sayexports.py", line 132, in say
|
||||
who(what, *args, **kwargs)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1455, in __call__
|
||||
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 1106, in do_display
|
||||
display_say(who,
|
||||
File "E:\renpy-8.3.2-sdk\renpy\character.py", line 803, in display_say
|
||||
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\ui.py", line 301, in interact
|
||||
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\core.py", line 2215, 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 "E:\renpy-8.3.2-sdk\renpy\display\core.py", line 2745, in interact_core
|
||||
root_widget.visit_all(lambda d : d.per_interact())
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 434, in visit_all
|
||||
d.visit_all(callback, seen)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 434, in visit_all
|
||||
d.visit_all(callback, seen)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 434, in visit_all
|
||||
d.visit_all(callback, seen)
|
||||
[Previous line repeated 4 more times]
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\displayable.py", line 424, in visit_all
|
||||
for d in self.visit():
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\layout.py", line 1618, in visit
|
||||
self.update(self.last_st, self.last_at)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\layout.py", line 1629, in update
|
||||
raw_child, redraw = self.function(st, at, *self.args, **self.kwargs)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\layout.py", line 1720, in condition_switch_show
|
||||
return condition_switch_pick(switch), None
|
||||
File "E:\renpy-8.3.2-sdk\renpy\display\layout.py", line 1711, in condition_switch_pick
|
||||
if renpy.python.py_eval_bytecode(code):
|
||||
File "E:\renpy-8.3.2-sdk\renpy\python.py", line 1202, in py_eval_bytecode
|
||||
return eval(bytecode, globals, locals)
|
||||
File "game/sprite_settings.rpy", line 36, in <module>
|
||||
if face == "excited":
|
||||
NameError: name 'face' is not defined
|
||||
|
||||
Windows-10-10.0.19045 AMD64
|
||||
Ren'Py 8.3.2.24090902
|
||||
Otomai 1.0
|
||||
Sun Jan 12 14:55:17 2025
|
||||
Fri Jan 17 01:12:32 2025
|
||||
|
||||
Reference in New Issue
Block a user