Finished UI translation
check releases for info
This commit is contained in:
@@ -1,59 +1,40 @@
|
||||
I'm sorry, but an uncaught exception occurred.
|
||||
|
||||
While running game code:
|
||||
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
|
||||
After initialization, but before game start.
|
||||
File "renpy/common/00start.rpy", line 83, in _init_language
|
||||
renpy.change_language(language)
|
||||
File "game/screens.rpy", line 578, in <module>
|
||||
color gui.label_text_color
|
||||
AttributeError: 'StoreModule' object has no attribute 'label_text_color'
|
||||
|
||||
-- Full Traceback ------------------------------------------------------------
|
||||
|
||||
Full traceback:
|
||||
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 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\bootstrap.py", line 359, in bootstrap
|
||||
renpy.main.main()
|
||||
File "E:\renpy-8.3.2-sdk\renpy\main.py", line 652, in main
|
||||
run(restart)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\main.py", line 75, in run
|
||||
renpy.translation.init_translation()
|
||||
File "E:\renpy-8.3.2-sdk\renpy\translation\__init__.py", line 702, in init_translation
|
||||
renpy.store._init_language() # type: ignore
|
||||
File "renpy/common/00start.rpy", line 83, in _init_language
|
||||
renpy.change_language(language)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\translation\__init__.py", line 796, in change_language
|
||||
new_change_language(tl, language)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\translation\__init__.py", line 748, in new_change_language
|
||||
i.apply()
|
||||
File "E:\renpy-8.3.2-sdk\renpy\ast.py", line 2800, in apply
|
||||
value = renpy.python.py_eval(expr)
|
||||
File "E:\renpy-8.3.2-sdk\renpy\python.py", line 1209, in py_eval
|
||||
return py_eval_bytecode(code, globals, locals)
|
||||
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
|
||||
File "game/screens.rpy", line 578, in <module>
|
||||
color gui.label_text_color
|
||||
AttributeError: 'StoreModule' object has no attribute 'label_text_color'
|
||||
|
||||
Windows-10-10.0.19045 AMD64
|
||||
Ren'Py 8.3.2.24090902
|
||||
Otomai 1.0
|
||||
Fri Jan 17 01:12:32 2025
|
||||
Thu Jan 23 11:58:39 2025
|
||||
|
||||
Reference in New Issue
Block a user