When i just star the game and i go to the school and after the meeting in the principal´s office i go to my locker and i talk with the girl with the master key to open it, and when im gonna go to the gym class but i still didnt open my locker, the game crash and this thing appears in my screen. Anyone has the same problem? Any way to fix it?
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'backgrounds/location_school_locker_mc_day_patched.jpg'>:
File "game/scripts/locations/school/school.rpy", line 198, in <module>
File "game/scripts/core/systems/locations.rpy", line 95, in call_screen
IOError: Couldn't find file 'backgrounds/location_school_locker_mc_day_patched.jpg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/locations/school/school.rpyc", line 198, in script
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\python.py", line 1912, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/locations/school/school.rpy", line 198, in <module>
File "game/scripts/core/systems/locations.rpy", line 95, in call_screen
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\exports.py", line 2710, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 2649, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 3132, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\core.py", line 2055, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 485, in renpy.display.render.render_screen
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\screen.py", line 669, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\layout.py", line 717, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\image.py", line 495, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 145, in renpy.display.render.render
File "render.pyx", line 233, in renpy.display.render.render
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\usuario\Downloads\Downloaded Files\Summertime Saga\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\renpy\loader.py", line 555, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'backgrounds/location_school_locker_mc_day_patched.jpg'.
Windows-8-6.2.9200
Ren'Py 7.0.0.196
SummertimeSaga 0.16.0
Sat Jul 28 21:55:30 2018