j4yj4m

Forum Fanatic
Jun 19, 2017
4,155
6,098
Yes, I have joined but I can't translate and don't know how to have permission to translate
I think you'll have to wait until they actually activate your account. Asking sam9 on their discord may solve your problem. At least back in the day they actually wanted ot talk to people briefly before they allowed them to translate.
 

PhotoGruffer

New Member
Mar 11, 2019
9
20
You could always try deleting and downloading again - but I doubt that would do anything. Maybe one of the folks who make mods will see this and have an idea. Best of luck.
Managed to fix. It was something to do with my driver. So, I just installed an older one, then reinstalled the newest, and all my Renpy are working again. Not sure what broke the driver to begin with. Oh well.
 
  • Yay, new update!
Reactions: Count Morado

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,324
Managed to fix. It was something to do with my driver. So, I just installed an older one, then reinstalled the newest, and all my Renpy are working again. Not sure what broke the driver to begin with. Oh well.
Don't go past blaming Win 10 for everything weird and wonky happening on your rig. And if not on Win 10, blame Microshaft for dumping better versions (7)
 

Elaphi

Newbie
Jul 13, 2018
65
81
Aside wincest being banned for ~5 years and you got Jenny preg scene in batch 1 ...... Debbie needs her remake to have stuff made. Actually playing the game should be a requirement before crying about stuff you know nothing about
I have played the game. It's incredibly dull with many of the nonfamily members. Lots of wasted effort just to keep the patreon money flowing.
 

YU_XIAN

Member
Mar 13, 2018
467
59
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_hall/school_hall.rpy", line 231, in <module>
File "game/scripts/core/systems/locations/locations.rpy", line 270, in call_screen
IOError: Couldn't find file 'backgrounds/location_school_locker_mc_day_patched.jpg'.

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

Full traceback:
File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2256, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 71, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/entrance.rpyc", line 224, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 11, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/entrance.rpyc", line 224, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/home.rpyc", line 62, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/map/map.rpyc", line 15, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/erik_s_house/erik_s_house.rpyc", line 16, in script call
File "scripts/locations/school/school_hall/school_hall.rpyc", line 216, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/school/school_hall/school_hall.rpyc", line 231, in script
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/locations/school/school_hall/school_hall.rpy", line 231, in <module>
File "game/scripts/core/systems/locations/locations.rpy", line 270, in call_screen
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\loader.py", line 576, 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.3.5.606
SummertimeSaga 0.20.16
Mon Nov 07 08:59:55 2022

Does it mean I lost a certain picture?
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,324
I have played the game. It's incredibly dull with many of the nonfamily members. Lots of wasted effort just to keep the patreon money flowing.
Wasted like what ? Doing what they polled 3 years ago ? Doing bonus scenes so the Patrons have something to do while they wait ? And what I posted that you quoted is still fact : Jenny has already too much scenes and Debbie will need a remake in 3+ years
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_hall/school_hall.rpy", line 231, in <module>
File "game/scripts/core/systems/locations/locations.rpy", line 270, in call_screen
IOError: Couldn't find file 'backgrounds/location_school_locker_mc_day_patched.jpg'.

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

Full traceback:
File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2256, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 71, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/entrance.rpyc", line 224, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 11, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/entrance.rpyc", line 224, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/home.rpyc", line 62, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/map/map.rpyc", line 15, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/erik_s_house/erik_s_house.rpyc", line 16, in script call
File "scripts/locations/school/school_hall/school_hall.rpyc", line 216, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/school/school_hall/school_hall.rpyc", line 231, in script
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/locations/school/school_hall/school_hall.rpy", line 231, in <module>
File "game/scripts/core/systems/locations/locations.rpy", line 270, in call_screen
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\loader.py", line 576, 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.3.5.606
SummertimeSaga 0.20.16
Mon Nov 07 08:59:55 2022

Does it mean I lost a certain picture?
Seems like you tried to mod stuff and it backfired. Or you downloaded some janky junk
 
  • Like
Reactions: Count Morado

dalzomo

Active Member
Aug 7, 2016
888
724
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_hall/school_hall.rpy", line 231, in <module>
File "game/scripts/core/systems/locations/locations.rpy", line 270, in call_screen
IOError: Couldn't find file 'backgrounds/location_school_locker_mc_day_patched.jpg'.

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

Full traceback:
File "scripts/locations/home/entrance/hallway/bedroom/dialogue.rpyc", line 2256, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/hallway/hallway.rpyc", line 71, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/entrance.rpyc", line 224, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/kitchen/kitchen.rpyc", line 11, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/entrance/entrance.rpyc", line 224, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/home/home.rpyc", line 62, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/map/map.rpyc", line 15, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/erik_s_house/erik_s_house.rpyc", line 16, in script call
File "scripts/locations/school/school_hall/school_hall.rpyc", line 216, in script call
File "scripts/locks/01global_lock_check.rpyc", line 13, in script call
File "scripts/locations/school/school_hall/school_hall.rpyc", line 231, in script
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/locations/school/school_hall/school_hall.rpy", line 231, in <module>
File "game/scripts/core/systems/locations/locations.rpy", line 270, in call_screen
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 583, in render
return cache.get(self, render=True)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\display\im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "D:\F95-Summertime Saga\SummertimeSaga-0-20-16-pc\renpy\loader.py", line 576, 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.3.5.606
SummertimeSaga 0.20.16
Mon Nov 07 08:59:55 2022

Does it mean I lost a certain picture?
That's an image in the incest patch. Reinstalled recently and forgot to include it?
 

YU_XIAN

Member
Mar 13, 2018
467
59
That's an image in the incest patch. Reinstalled recently and forgot to include it?
then ask
I have put the translated RPY file to start the game and it is normal to save
But after I read it, it changed back to English, what is the problem?
 

HentaiGamerN00b

Active Member
Sep 6, 2020
936
792
then ask
I have put the translated RPY file to start the game and it is normal to save
But after I read it, it changed back to English, what is the problem?
If you are using a mod to translate the game, all of them are stil on v0.20.11 meanwhile the game's current version is 0.20.16
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,324
then ask
I have put the translated RPY file to start the game and it is normal to save
But after I read it, it changed back to English, what is the problem?
If you are using a mod to translate the game, all of them are stil on v0.20.11 meanwhile the game's current version is 0.20.16
You also can't use a mod and a translation both at once
 
  • Like
Reactions: Count Morado

HentaiGamerN00b

Active Member
Sep 6, 2020
936
792
You also can't use a mod and a translation both at once
You can, another thing if they will work :v

When i'm referring to "a mod to translate the game" i'm poiting . I don't know what you understand as mod but if you are using an external file even if it is just to translate a game, this can be considered a mod in essence. I don't know nor care if the guy is using an incest patch, much less how you can know if he's using it, my reply is limited to what he pointed as what happened according to what he did.
then ask
I have put the translated RPY file to start the game and it is normal to save
But after I read it, it changed back to English, what is the problem?
By his words, i'm assuming that he's using a translation so, by looking the versions difference, i don't know less think it will be fully compatible just by looking the versions of the actual build against the translation build is for...
 

YU_XIAN

Member
Mar 13, 2018
467
59
You can, another thing if they will work :v

When i'm referring to "a mod to translate the game" i'm poiting . I don't know what you understand as mod but if you are using an external file even if it is just to translate a game, this can be considered a mod in essence. I don't know nor care if the guy is using an incest patch, much less how you can know if he's using it, my reply is limited to what he pointed as what happened according to what he did.

By his words, i'm assuming that he's using a translation so, by looking the versions difference, i don't know less think it will be fully compatible just by looking the versions of the actual build against the translation build is for...
My translation was downloaded from the website of "Kompas Translate"
At present, my patch version is 0.20.12, and I have not found a higher version of patch 0.20.12.
There are translations for reading archives at present!
Because it is an rpa file, I don't know why I put it in it and it will make an error to start the game. I have to unpack the patch.rpa file into a patch.rpy file and put the image folder into the game directory.
so that it works perfectly
 

Count Morado

Conversation Conqueror
Respected User
Jan 21, 2022
7,393
13,846
text kinda small.
Good news for you may be coming in the Tech Update sometime in 2023. See the second to last bullet in the spoiler I posted at the top of the previous page: #67,881
My translation was downloaded from the website of "Kompas Translate"
At present, my patch version is 0.20.12, and I have not found a higher version of patch 0.20.12.
There are translations for reading archives at present!
Because it is an rpa file, I don't know why I put it in it and it will make an error to start the game. I have to unpack the patch.rpa file into a patch.rpy file and put the image folder into the game directory.
so that it works perfectly
The patch you are using is good for any English language version v0.20.5 and later. It simply replaces English dialogue and doesn't do much of anything else. There's nothing new for it to replace since v0.20.5.

As for mixing the patch with mods. It's been my experience that's usually not a good idea, risking crashes.
 
  • Like
Reactions: hiensolo11

YU_XIAN

Member
Mar 13, 2018
467
59
  1. In the afternoon, go to the Italian restaurant. The place’s owner praises your efforts with the latest client.
Where is the Italian restaurant? I can't find it on the map?
 

Count Morado

Conversation Conqueror
Respected User
Jan 21, 2022
7,393
13,846
  1. In the afternoon, go to the Italian restaurant. The place’s owner praises your efforts with the latest client.
Where is the Italian restaurant? I can't find it on the map?
"Italian Restaurant" is "Tony's Pizza"
 
4.00 star(s) 366 Votes