安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Compiling ATL code at game/mods/zakatmod/TSP_Pack/drunkenness.rpy:2
Exception: ATL Property <type 'property'> is unknown at runtime.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Steam\steamapps\common\Everlasting Summer\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\Steam\steamapps\common\Everlasting Summer\renpy\main.py", line 544, in main
renpy.atl.compile_all()
File "D:\Steam\steamapps\common\Everlasting Summer\renpy\atl.py", line 231, in compile_all
i.compile()
File "D:\Steam\steamapps\common\Everlasting Summer\renpy\atl.py", line 489, in compile
block = self.atl.compile(self.context)
File "D:\Steam\steamapps\common\Everlasting Summer\renpy\atl.py", line 684, in compile
statements = [ i.compile(ctx) for i in self.statements ]
File "D:\Steam\steamapps\common\Everlasting Summer\renpy\atl.py", line 930, in compile
raise Exception("ATL Property %s is unknown at runtime." % property)
Exception: ATL Property <type 'property'> is unknown at runtime.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Everlasting Summer 1.2
Mon Jun 20 00:50:30 2022
У вас же совсем другая если смотреть на трейсбек.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "../../workshop/content/331470/2823266367/mods/zakatmod/scenario/palach.rpy", line 2269, in script
play music maks fadein 1
File "renpy/common/000statements.rpy", line 129, in execute_play_music
relative_volume=eval(p.get("volume", "1.0")))
TypeError: 'ADVCharacter' object is not iterable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "../../workshop/content/331470/2823266367/mods/zakatmod/scenario/palach.rpy", line 2269, in script
play music maks fadein 1
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 129, in execute_play_music
relative_volume=eval(p.get("volume", "1.0")))
File "renpy/audio/music.py", line 127, in play
c.enqueue(filenames, loop=loop, synchro_start=synchro_start, fadein=fadein, tight=tight, loop_only=loop_only, relative_volume=relative_volume)
File "renpy/audio/audio.py", line 654, in enqueue
for filename in filenames:
TypeError: 'ADVCharacter' object is not iterable
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
zakat_mod 1.0.0
Tue Jun 21 03:07:09 2022
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "../../workshop/content/331470/2823266367/mods/zakatmod/scenario/palach.rpy", line 3731, in script
scene bg ext_dining_hall_near_sunset tsp_drunkenness with dissolve
Exception: Image 'bg ext_dining_hall_near_sunset' does not accept attributes 'tsp_drunkenness'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "../../workshop/content/331470/2823266367/mods/zakatmod/scenario/palach.rpy", line 3731, in script
scene bg ext_dining_hall_near_sunset tsp_drunkenness with dissolve
File "renpy/ast.py", line 1328, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "renpy/ast.py", line 1167, in show_imspec
atl=atl)
File "renpy/exports.py", line 742, in show
if not base.find_target() and renpy.config.missing_show:
File "renpy/display/image.py", line 409, in find_target
self.target = target._duplicate(a)
File "renpy/display/core.py", line 390, in _duplicate
args.extraneous()
File "renpy/display/core.py", line 271, in extraneous
" ".join(self.args),
Exception: Image 'bg ext_dining_hall_near_sunset' does not accept attributes 'tsp_drunkenness'.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
zakat_mod 1.0.0
Tue Jun 21 03:44:17 2022
```
While running game code:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 275, in <module>
renpy.call_in_new_context(_restart[2])
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'trans'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 338, in bootstrap
renpy.main.main()
File "renpy/main.py", line 685, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/common/00start.rpy", line 273, in script
python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 275, in <module>
renpy.call_in_new_context(_restart[2])
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, 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 "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, 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 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 770, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'trans'
Windows-10-10.0.17763
Ren'Py 7.4.11.2266
zakat_mod 1.0.0
Wed May 3 22:23:24 2023
I'm sorry, but an uncaught exception occurred.
While running game code:
File "../../workshop/content/331470/2823266367/mods/zakatmod/scripts/tsp_script.rpy", line 10, in script
init python:
File "../../workshop/content/331470/2823266367/mods/zakatmod/scripts/tsp_script.rpy", line 10, in script
init python:
File "../../workshop/content/331470/2823266367/mods/zakatmod/scripts/tsp_script.rpy", line 14, in <module>
tsp.mod_tags(protagonist="male",length="days",gameplay="kinetic",characters=["Макс","Дима","Астрид","Неизвестный","Кира","Агата","Арквейд","Вера","Арина","Снежана","Славя","Ольга Дмитриевна","Лена","Алиса","Ольга Дмитриевна","Мику","Шурик","Электроник","Юля","Ульяна","Виола","Женя"])
File "../../workshop/content/331470/2823266367/mods/zakatmod/scripts/tsp_func.rpy", line 144, in mod_tags
store.mod_tags[store.obs_config_label] = ["author:Awalone","author:noname"]
AttributeError: 'StoreModule' object has no attribute 'obs_config_label'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 338, in bootstrap
renpy.main.main()
File "renpy/main.py", line 602, in main
renpy.game.context().run(node)
File "../../workshop/content/331470/2823266367/mods/zakatmod/scripts/tsp_script.rpy", line 10, in script
init python:
File "../../workshop/content/331470/2823266367/mods/zakatmod/scripts/tsp_script.rpy", line 10, in script
init python:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "../../workshop/content/331470/2823266367/mods/zakatmod/scripts/tsp_script.rpy", line 14, in <module>
tsp.mod_tags(protagonist="male",length="days",gameplay="kinetic",characters=["Макс","Дима","Астрид","Неизвестный","Кира","Агата","Арквейд","Вера","Арина","Снежана","Славя","Ольга Дмитриевна","Лена","Алиса","Ольга Дмитриевна","Мику","Шурик","Электроник","Юля","Ульяна","Виола","Женя"])
File "../../workshop/content/331470/2823266367/mods/zakatmod/scripts/tsp_func.rpy", line 144, in mod_tags
store.mod_tags[store.obs_config_label] = ["author:Awalone","author:noname"]
AttributeError: 'StoreModule' object has no attribute 'obs_config_label'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Everlasting Summer 1.2
Sat Jul 27 02:28:49 2024