打开就报错
- I'm sorry, but an uncaught exception occurred.
- While running game code:
- File "game/utilities/live2d_scenes.rpy", line 1253, in script
- image 15 = MyLive2D("animations/15/15.model3.json",
- File "game/utilities/live2d_scenes.rpy", line 1253, in <module>
- image 15 = MyLive2D("animations/15/15.model3.json",
- ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- default_fade=0, loop=True, fade=True, seamless=True,
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- speed=None, scene_tag="15", update_function=nsfw_sound_update)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "game/utilities/live2d_characters.rpy", line 93, in MyLive2D
- result = Live2D(*args, **kwargs)
- ~~~~~~^^^^^^^^^^^^^^^^^
- Exception: Live2D model animations/15/15.model3.json does not exist.
- -- Full Traceback ------------------------------------------------------------
- Traceback (most recent call last):
- File "game/utilities/live2d_scenes.rpy", line 1253, in script
- image 15 = MyLive2D("animations/15/15.model3.json",
- File "renpy/ast.py", line 1273, in execute
- img = renpy.python.py_eval_bytecode(self.code.bytecode)
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
- File "renpy/python.py", line 1298, in py_eval_bytecode
- return eval(bytecode, globals, locals)
- ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "game/utilities/live2d_scenes.rpy", line 1253, in <module>
- image 15 = MyLive2D("animations/15/15.model3.json",
- ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- default_fade=0, loop=True, fade=True, seamless=True,
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- speed=None, scene_tag="15", update_function=nsfw_sound_update)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "game/utilities/live2d_characters.rpy", line 93, in MyLive2D
- result = Live2D(*args, **kwargs)
- ~~~~~~^^^^^^^^^^^^^^^^^
- File "renpy/gl2/live2d.py", line 691, in __init__
- common = self.common
- ^^^^^^^^^^^
- File "renpy/gl2/live2d.py", line 643, in common
- return self.create_common()
- ~~~~~~~~~~~~~~~~~~^^
- File "renpy/gl2/live2d.py", line 631, in create_common
- rv = Live2DCommon(self.filename, self.default_fade)
- ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "renpy/gl2/live2d.py", line 268, in __init__
- raise Exception("Live2D model {} does not exist.".format(filename))
- Exception: Live2D model animations/15/15.model3.json does not exist.
- Windows-10-10.0.17763-SP0 AMD64
- Ren'Py 8.5.0.25111603
- 边缘:终极版v0.9.0 0.9.0
- Fri Sep 11 23:59:34 2026
复制代码
|