[动漫风格] 《伊利亚斯 阿尔西涅传说(Ilias:Alcyone Legends)》Ver0.7.7 汉化中文版

[复制链接]
104695895 | 2024-11-5 05:34:49 | 显示全部楼层
报错怎么弄
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_navigation/hometown/map.rpy", line 9, in script
    call screen hover_buttons_map('hometown')
  File "game/_navigation/hometown/map.rpy", line 9, in script
    call screen hover_buttons_map('hometown')
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/_script/screens/main_screens.rpy", line 8, in execute
    screen hover_buttons_map_label(data):
  File "game/_script/screens/main_screens.rpy", line 8, in execute
    screen hover_buttons_map_label(data):
  File "game/_script/screens/main_screens.rpy", line 10, in execute
    fixed xpos data['xpos'] ypos data['ypos'] xsize data['xsize'] ysize data['ysize']:
  File "game/_script/screens/main_screens.rpy", line 11, in execute
    vbox spacing 10 align (0.5, 0.5):
  File "game/_script/screens/main_screens.rpy", line 13, in execute
    text "%s%s%s"%(TAG_MAP_FONT,TAG_SIZE_30,data[p.format('name')]) outlines text_outline(3,'000') xalign 0.5
  File "game/_script/screens/main_screens.rpy", line 13, in <module>
    text "%s%s%s"%(TAG_MAP_FONT,TAG_SIZE_30,data[p.format('name')]) outlines text_outline(3,'000') xalign 0.5
KeyError: 'chinese_name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\bootstrap.py", line 359, in bootstrap
    renpy.main.main()
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\main.py", line 635, in main
    run(restart)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\main.py", line 145, in run
    renpy.execution.run_context(True)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\execution.py", line 955, in run_context
    context.run()
  File "game/_navigation/hometown/map.rpy", line 9, in script
    call screen hover_buttons_map('hometown')
  File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  File "game/_navigation/hometown/map.rpy", line 9, in script
    call screen hover_buttons_map('hometown')
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\ast.py", line 1968, in execute
    self.call("execute")
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\core.py", line 2165, 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 "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\伊利亚斯 阿尔希涅传说\3\G0902S3-PC\G0902S3-PC\Ilias-5-4-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/_script/screens/main_screens.rpy", line 8, in execute
    screen hover_buttons_map_label(data):
  File "game/_script/screens/main_screens.rpy", line 8, in execute
    screen hover_buttons_map_label(data):
  File "game/_script/screens/main_screens.rpy", line 10, in execute
    fixed xpos data['xpos'] ypos data['ypos'] xsize data['xsize'] ysize data['ysize']:
  File "game/_script/screens/main_screens.rpy", line 11, in execute
    vbox spacing 10 align (0.5, 0.5):
  File "game/_script/screens/main_screens.rpy", line 13, in execute
    text "%s%s%s"%(TAG_MAP_FONT,TAG_SIZE_30,data[p.format('name')]) outlines text_outline(3,'000') xalign 0.5
  File "game/_script/screens/main_screens.rpy", line 13, in <module>
    text "%s%s%s"%(TAG_MAP_FONT,TAG_SIZE_30,data[p.format('name')]) outlines text_outline(3,'000') xalign 0.5
KeyError: 'chinese_name'

Windows-10-10.0.22621 AMD64
Ren'Py 8.2.1.24030407
Ilias 5-4
Tue Nov  5 05:32:58 2024
104695895 | 2024-11-6 01:00:38 | 显示全部楼层
请问报错怎么解决
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/_navigation/hometown/map.rpy", line 9, in script
    call screen hover_buttons_map('hometown')
  File "game/_navigation/hometown/map.rpy", line 9, in script
    call screen hover_buttons_map('hometown')
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/_script/screens/main_screens.rpy", line 8, in execute
    screen hover_buttons_map_label(data):
  File "game/_script/screens/main_screens.rpy", line 8, in execute
    screen hover_buttons_map_label(data):
  File "game/_script/screens/main_screens.rpy", line 10, in execute
    fixed xpos data['xpos'] ypos data['ypos'] xsize data['xsize'] ysize data['ysize']:
  File "game/_script/screens/main_screens.rpy", line 11, in execute
    vbox spacing 10 align (0.5, 0.5):
  File "game/_script/screens/main_screens.rpy", line 13, in execute
    text "%s%s%s"%(TAG_MAP_FONT,TAG_SIZE_30,data[p.format('name')]) outlines text_outline(3,'000') xalign 0.5
  File "game/_script/screens/main_screens.rpy", line 13, in <module>
    text "%s%s%s"%(TAG_MAP_FONT,TAG_SIZE_30,data[p.format('name')]) outlines text_outline(3,'000') xalign 0.5
KeyError: 'chinese_name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "D:\伊利亚斯 阿尔希涅传说\Ilias-5-4-pc\renpy\bootstrap.py", line 359, in bootstrap
    renpy.main.main()
  File "D:\伊利亚斯 阿尔希涅传说\Ilias-5-4-pc\renpy\main.py", line 635, in main