Kenuichi

Well-Known Member
Aug 28, 2017
1,661
1,549
379
We're definately not the only ones... I managed to do Jenny's and Roxxie's story without bugs... But Mom is frickin' bugged =/
Yeah i managed to complete all the teachers quests,Jenny,Roxxy and the others but i can't unlock those scenes with Debbie.
 

Jokerzwylde69

Member
Jul 7, 2017
140
30
193
I keep getting in loops that are not forwarding the story I have gotten the mind wipe list from Okita 4 days in a row now and it won't progress. Also the fishing minigame goes so fast you can't catch anything
 

styggtuff12

Active Member
Jul 12, 2017
771
1,021
378
can't find sister diary anywhere, guessing it's bugged. hopefully the patch won't force me to restart the entire fucking game once it comes out.....
 

PatreonTed

Active Member
Jun 3, 2017
962
1,398
319
i found a lil bug, when you go to get the lil cat from the graveyard behind Diane house,
as soon you hit the "mom wont mind" line, the game exits and sends you back to the main menu screen, no save happens,
i tested this a few times, and it happens every single time.
just reporting a minor bug ...
can you please fix the old save is not compatible issue too while you are working on the new version, huh Kompas ???

======
EDIT: i found a second bug, the after class tutor session with mrs bissette, the scene where she sits on the MC lap, is broken and starts off at the middle, but, after its finished it starts again, but right this time and goes all the way till the end ...
i will keep playing for another hour or so, anything else i find, i`ll add as edit to this post, no sense making more posts, or should i ?
The save issue has been responded to by the devs already, and they probably won't see it here. Perhaps post on the Patreon page?
 

PatreonTed

Active Member
Jun 3, 2017
962
1,398
319
Hi.

I have a severe problem. When I go to the Car Shop to make a claim, the Game shuts down with an error that it could not find the file background/location_dealership_indoor.jpg.

When I press ignore then the Game returns to the Main Menu and I cannot continue!

Please help me with that!

Greetings

Aldicamper
It's a bug and has been brought up many, many times in this thread already. If you can't get by it by trying to convince her the next day, you'll have to wait until the bug fix comes out.
 

Carmen Sandiego

Active Member
Game Developer
May 17, 2017
914
1,315
355
The foursome scene is random but I have a tip for you guys to save you from having to go from Saturday to Saturday.

While playing spin the bottle, if it lands on someone other than you for the final spin, pause the game (ESC button), then unpause and it will reset the turn. Do this until the bottle lands on you and you're gold
You can just hit ctrl (to fast skip) and it will automatically reset the turn as well.
pls add sime info to minigame karakoe song, if you presed key to early, wrong key, or perfect..atc - to simply know at which time to press key, it is hard to quest at which time ( tried presing at line but failed every time).
That's definitely the hardest minigame in the game. I hate it. Timing wise tho, you need to hit the button right before the note hits the bar.
 

DracoFlaco

Member
Feb 14, 2018
225
215
169
I can't find the GoldSchwagger... does anyone knows?
Go to the best wingman out there Cap, he can hook ya up with an fake ID, some goldschwagger, some true bromance whatever you need. (so just go to the pier and talk to cap)
 

Grecco

Newbie
Jul 4, 2017
32
6
166
Code:
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 185, in script call
  File "scripts/locations/school/school.rpyc", line 198, in script
  File "C:\Users\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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
Thu Jul 26 18:51:05 2018
 

Dr.Brule

Member
Aug 2, 2017
212
382
142
I keep getting in loops that are not forwarding the story I have gotten the mind wipe list from Okita 4 days in a row now and it won't progress. Also the fishing minigame goes so fast you can't catch anything
Yea i have the Akita loop also,i had other loops but they were caused by the incest patch after i removed it they were fixed unfortunately the akita loop persists.
 

Grecco

Newbie
Jul 4, 2017
32
6
166
Code:
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 185, in script call
  File "scripts/locations/school/school.rpyc", line 198, in script
  File "C:\Users\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 580, in render
    return cache.get(self, render=True)
  File "C:\Users\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\SummertimeSaga-0.16.0-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "C:\Users\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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\jr_gr\Downloads\SummertimeSaga _0.16\SummertimeSaga-0.16.0-pc\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
Thu Jul 26 18:51:05 2018

Please, how fix it ???
 
3.90 star(s) 421 Votes