So I have the latest version of the game and up until recently the "latest" version of this mod. However the other day I ran into a bug with Maria. I'm at the part where I run into her at the apartment and have to take her grocery bags up. When I enter her place the background goes black (can see the characters) but it says "Background for Maria_lounge not found." then it gives the traceback and exits the game. Below is my traceback, any help would be greatly appreciated...
While running game code:
File "game/scripts/locations/maria/lounge/main.rpy", line 12, 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 272, in call_screen
renpy.call_screen("ui")
File "game/scripts/locations/maria/lounge/screen.rpy", line 1, in execute
File "game/scripts/locations/maria/lounge/screen.rpy", line 1, in execute
File "game/scripts/locations/maria/lounge/screen.rpy", line 2, in execute
File "game/scripts/core/systems/locations/locations.rpy", line 345, 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'
While running game code:
File "game/scripts/locations/maria/lounge/main.rpy", line 12, 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 272, in call_screen
renpy.call_screen("ui")
File "game/scripts/locations/maria/lounge/screen.rpy", line 1, in execute
File "game/scripts/locations/maria/lounge/screen.rpy", line 1, in execute
File "game/scripts/locations/maria/lounge/screen.rpy", line 2, in execute
File "game/scripts/core/systems/locations/locations.rpy", line 345, 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'