Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
While processing text tag {TRUTH} in 'LIE OR TRUTH {TRUTH}'.:
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "renpy/common/00gamemenu.rpy", line 130, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
Exception: Unknown text tag 'TRUTH'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\main.py", line 652, in main
run(restart)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\execution.py", line 958, in run_context
context.run()
File "scenes/intro.rpyc", line 3, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "scenes/intro.rpyc", line 3, in script
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\ast.py", line 1974, in execute
self.call("execute")
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\exports\statementexports.py", line 194, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\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:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\behavior.py", line 554, in event
rv = run(action)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 130, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\game.py", line 377, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\execution.py", line 958, in run_context
context.run()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\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:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\core.py", line 2879, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\core.py", line 1381, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 486, in renpy.display.render.render_screen
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\screen.py", line 754, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 1457, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 507, in render
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 507, in <listcomp>
renders = [ render(i, renwidth, renheight, st, at) for i in children ]
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\behavior.py", line 976, in render
rv = super(Button, self).render(width, height, st, at)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 1457, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 900, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\display\layout.py", line 1457, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 260, in renpy.display.render.render
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\text\text.py", line 2604, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\text\text.py", line 733, in __init__
self.paragraphs = self.segment(text.tokens, style, renders, text)
File "E:\SteamLibrary\steamapps\common\StepsOfDebauchery\renpy\text\text.py", line 1530, in segment
raise Exception("Unknown text tag %r" % text)
Exception: Unknown text tag 'TRUTH'
Windows-10-10.0.22631 AMD64
Ren'Py 8.3.3.24111502
Steps of Debauchery 4.0
Tue Dec 17 01:42:32 2024
While running game code:
Exception: Open text tag at end of string 'ñ{oijm'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\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 "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\screen.py", line 485, in visit_all
self.child.visit_all(callback, seen=None)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 4 more times]
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\display\displayable.py", line 424, in visit_all
for d in self.visit():
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\text\text.py", line 2324, in visit
self.update()
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\text\text.py", line 2298, in update
tokens = self.tokenize(text)
File "C:\Program Files (x86)\Steam\steamapps\common\StepsOfDebauchery\renpy\text\text.py", line 2815, in tokenize
tokens.extend(textsupport.tokenize(i))
File "textsupport.pyx", line 188, in renpy.text.textsupport.tokenize
Exception: Open text tag at end of string 'ñ{oijm'.