- Dec 5, 2020
- 10
- 2
"Where they lie rotten... There is now one forgotten..."
Anyone got through this quest ? Everytime I go to the graveyard I got an script error:
And I can't simple ignore it, the game goes back to main menu ![Frown :( :(](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Anyone got through this quest ? Everytime I go to the graveyard I got an script error:
Code:
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'objects/object_tomb_01.png'>:
File "game/scripts/locations/home/entrance/hallway/bedroom/dialogue.rpy", line 2291, in script call
$ game.main()
File "game/mods/LainModLilith/6_graveyard.rpy", line 100, in <module>
File "game/scripts/core/systems/game.rpy", line 354, in main
player.location.call_screen(*call_screen_args)
File "game/scripts/core/systems/locations/locations.rpy", line 266, in call_screen
renpy.call_screen("ui")
IOError: Couldn't find file 'objects/object_tomb_01.png'.
File "game/scripts/locations/library/library/library.rpy", line 26, in <module>
File "game/scripts/core/systems/locations/locations.rpy", line 268, in call_screen
renpy.call_screen(name)
File "game/mods/LainModLilith/6_graveyard.rpy", line 106, in execute
File "game/mods/LainModLilith/6_graveyard.rpy", line 106, in execute
File "game/mods/LainModLilith/6_graveyard.rpy", line 107, in execute
File "game/scripts/core/systems/locations/locations.rpy", line 339, in background
if renpy.loadable(rv) and isinstance(rv, basestring) and ( rv.endswith("_night.jpg") or rv.endswith("_evening.jpg") ) and game.timer.is_fullmoon() and renpy.loadable(rv.replace(".jpg","")+"_fullmoon_overlay.png"):
AttributeError: 'Text' object has no attribute 'lstrip'