srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,625
I have SummertimeSaga 0 20 12 pc and I got to the ending scene where boss fight raz scene up to the point right before the daughter of raz shoots him then the game crashes showing a error screen and not able to continue this part I've tried this same scene about 5 times with the same crash at the same time in this scene is this fixable or is there no hope and just quit playing?
You might be able to skip that with the ignore button. Or fix like I described in my mod's thread.
 

soso07

Member
Jul 26, 2020
381
404
i instal mod and when i try to save got error
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 46, in script
$ renpy.call_screen(_game_menu_screen, *args, **kwargs)
File "game/scripts/script.rpy", line 46, in <module>
$ renpy.call_screen(_game_menu_screen, *args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
MemoryError: out of memory

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

Full traceback:
File "game/scripts/script.rpy", line 46, in script
$ renpy.call_screen(_game_menu_screen, *args, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\SummertimeSaga-0-20-12-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/script.rpy", line 46, in <module>
$ renpy.call_screen(_game_menu_screen, *args, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\SummertimeSaga-0-20-12-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\behavior.py", line 2119, in event
return run(self.function, *self.args, **self.kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "D:\SummertimeSaga-0-20-12-pc\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "D:\SummertimeSaga-0-20-12-pc\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "D:\SummertimeSaga-0-20-12-pc\renpy\loadsave.py", line 49, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
MemoryError: out of memory

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.12
Sun Nov 14 16:04:03 2021
```
 

srksrk 68

Forum Fanatic
Modder
Sep 17, 2018
4,404
5,625
i instal mod and when i try to save got error
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/script.rpy", line 46, in script
$ renpy.call_screen(_game_menu_screen, *args, **kwargs)
File "game/scripts/script.rpy", line 46, in <module>
$ renpy.call_screen(_game_menu_screen, *args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
MemoryError: out of memory

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

Full traceback:
File "game/scripts/script.rpy", line 46, in script
$ renpy.call_screen(_game_menu_screen, *args, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\SummertimeSaga-0-20-12-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/script.rpy", line 46, in <module>
$ renpy.call_screen(_game_menu_screen, *args, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\SummertimeSaga-0-20-12-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\behavior.py", line 2119, in event
return run(self.function, *self.args, **self.kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\behavior.py", line 313, in run
new_rv = run(i, *args, **kwargs)
File "D:\SummertimeSaga-0-20-12-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 372, in __call__
renpy.save(fn, extra_info=save_name)
File "D:\SummertimeSaga-0-20-12-pc\renpy\loadsave.py", line 419, in save
six.reraise(t, e, tb)
File "D:\SummertimeSaga-0-20-12-pc\renpy\loadsave.py", line 405, in save
dump((roots, renpy.game.log), logf)
File "D:\SummertimeSaga-0-20-12-pc\renpy\loadsave.py", line 49, in dump
cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
MemoryError: out of memory

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SummertimeSaga 0.20.12
Sun Nov 14 16:04:03 2021
```
Since they put some effort in reducing out-of-memory in the save system (and I might add: with success), you must have really tried hard to get one.

What mod are you talking about?
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,323
Since they put some effort in reducing out-of-memory in the save system (and I might add: with success), you must have really tried hard to get one.

What mod are you talking about?
Maybe our dude plays on a win32 potato PC with less than 4GBs of RAM and is actually running out of RAM ..... Though Windows would actually crap out if that was the case :unsure:
 

sreenbleeder404

New Member
Jun 2, 2020
14
4
Do you guys think there will ever be any content with the girl from the gameshop? (The cosplaying chick, forgot her name for a sec.)
It's really cool to read through the page here and see how alot of characters or other decisions were made!
Can't wait fir the new update, Summertime Saga is by far my favorite game on F95!
 

sreenbleeder404

New Member
Jun 2, 2020
14
4
I have a question about Josephine, the next day after the sexual encounter with josephine in her father's office she tells the MC that her father told her she has a couple of days to find another place to live and next she asks the MC do you know of a place? and a pop up on the screen showing something like "I don't" I can't remember but does this mean there is a option that the MC can find her a place or the MC's beach house?
Yeah I was wondering the same thing.. I didn't buy the beach house yet when I got to that point.. Dunno if I have a save from before.. Would be cool though!
 

Kak99

Member
Jan 23, 2018
323
109
Guys where can I find old version download link I only finished 20.7 now I want to play 20.8 without any spoiler
 

Omnikuken

Conversation Conqueror
Feb 22, 2018
7,562
7,323
Guys where can I find old version download link I only finished 20.7 now I want to play 20.8 without any spoiler
You do know the newest version has the same content from 0.20.7/8 ? Just get the 0.20.12 and pray to RNGesus skipping 5 builds won't screw your save too much
 
  • Like
Reactions: Kak99

Kak99

Member
Jan 23, 2018
323
109
You do know the newest version has the same content from 0.20.7/8 ? Just get the 0.20.12 and pray to RNGesus skipping 5 builds won't screw your save too much
I want to play where I left off If I start everything new in latest version I would skip tons of content in the middle version
 

nolli

Newbie
Apr 13, 2019
61
98
I want to play where I left off If I start everything new in latest version I would skip tons of content in the middle version
So you really think thats what happens??? You really need to think about why that sounds wrong.
 

Lilithblackbriar

Active Member
Oct 19, 2021
671
236
Yeah I was wondering the same thing.. I didn't buy the beach house yet when I got to that point.. Dunno if I have a save from before.. Would be cool though!
I already paid for the beach house but unfortunatly this popup is worthless if I had to guess it must be an unfinished part maybe in the update or future content but I don't know I rarely get my posts answerded on here I have a few posts for this game and others that have not been answered in weeks.
 

Lilithblackbriar

Active Member
Oct 19, 2021
671
236
The MC 's house mates are just house mates and not his sister and mother blood related so what is the incest patch for? what does it do?
 

Lilithblackbriar

Active Member
Oct 19, 2021
671
236
Same. Jenny is best girl.
No jenny is not the best if jenny's attitude towards the MC was much nicer then jenny would be the best girl and if jenny's mechanics allowed her to be the MC's girlfriend free of charge like eve and a few others then jenny would be the perfect girl but unfortunatly she was made into a cam whore I would have to say she fits in the catagory as one of the worst girls.
 
4.00 star(s) 358 Votes