Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
While parsing C:\Program Files (x86)\Steam\steamapps\common\Everlasting Summer\../../workshop/content/331470/1511943589/Everlasting race/Race Revolution.rpy.
File "C:/Program Files (x86)/Steam/steamapps/common/Everlasting Summer/../../workshop/content/331470/_wp/_vl_cython_data/00cython_import.rpy", line 29, in <module>
File "C:/Program Files (x86)/Steam/steamapps/common/Everlasting Summer/../../workshop/content/331470/_wp/_vl_cython_data/00cython_import.rpy", line 21, in _add_to_path
ValueError: Некорректная директория.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "renpy/script.py", line 283, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "renpy/script.py", line 797, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "renpy/script.py", line 485, in finish_load
node.early_execute()
File "renpy/ast.py", line 985, in early_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 "C:/Program Files (x86)/Steam/steamapps/common/Everlasting Summer/../../workshop/content/331470/_wp/_vl_cython_data/00cython_import.rpy", line 29, in <module>
File "C:/Program Files (x86)/Steam/steamapps/common/Everlasting Summer/../../workshop/content/331470/_wp/_vl_cython_data/00cython_import.rpy", line 21, in _add_to_path
ValueError: Некорректная директория.
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Tue Dec 14 00:56:19 2021
DLC "гонка перемен" было удалено.
советую удалить сохранение с DLC "гонка перемен". и переподписаться.
I'm sorry, but an uncaught exception occurred.
While loading <'FactorScale' <'Image' u'Everlasting race/images/bg/ext_real_road_day.jpg'> 1.0 1.0 True>:
File "../../workshop/content/331470/1511943589/Everlasting race/Everlasting race.rpy", line 23350, in script
"О нет, я лечу прямо под камаз."
IOError: Couldn't find file 'Everlasting race/images/bg/ext_real_road_day.jpg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "../../workshop/content/331470/1511943589/Everlasting race/Everlasting race.rpy", line 23350, in script
"О нет, я лечу прямо под камаз."
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1249, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 901, in do_display
**display_args)
File "renpy/character.py", line 647, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
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 3839, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2565, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/layout.py", line 826, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/transform.py", line 733, in render
return transform_render(self, width, height, st, at)
File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/image.py", line 501, in render
return wrap_render(self.target, width, height, st, at)
File "renpy/display/image.py", line 307, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 263, in renpy.display.render.render
File "renpy/display/im.py", line 625, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 934, in load
surf = cache.get(self.image)
File "renpy/display/im.py", line 287, in get
surf = image.load()
File "renpy/display/im.py", line 706, in load
raise e
IOError: Couldn't find file 'Everlasting race/images/bg/ext_real_road_day.jpg'.
Windows-7-6.1.7601-SP1
Ren'Py 7.4.11.2266
Everlasting Summer 1.6
Tue Dec 27 03:16:14 2022
```