• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

rucky

Newbie
Apr 4, 2017
25
9
Some of the older scenes need to be improves. laundry scene with mom seems to got worse for some reason... overall i think this is one of the best update in terms of content
 

Sam

Sysadmin
Staff member
Administrator
Dec 22, 2016
2,577
17,695
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "game/scripts/pier/fishing_minigame/fishing_minigame.rpy", line 67, in script
    call screen fishing_minigame(bait)
  File "renpy/common/000statements.rpy", line 471, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
    screen fishing_minigame(bait):
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
    screen fishing_minigame(bait):
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 381, in execute
    add Fishing(bait)
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 135, in __init__
    fish[name].reset()
TypeError: string indices must be integers

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

Full traceback:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "renpy/common/00console.rpy", line 693, in script call
    python in _console:
  File "game/scripts/pier/fishing_minigame/fishing_minigame.rpy", line 67, in script
    call screen fishing_minigame(bait)
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\ast.py", line 1706, in execute
    self.call("execute")
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\ast.py", line 1724, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\statements.py", line 145, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 471, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\exports.py", line 2526, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\ui.py", line 285, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\display\core.py", line 2538, in interact
    scene_lists.replace_transient()
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\display\core.py", line 822, in replace_transient
    self.remove(layer, tag)
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\display\core.py", line 1107, in remove
    self.hide_or_replace(layer, remove_index, "hide")
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\display\core.py", line 1031, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\display\screen.py", line 443, in _hide
    self.update()
  File "C:\Users\jeremy\Desktop\New folder\torrent\SummertimeSaga-0.14.5-pc\renpy\display\screen.py", line 578, in update
    self.screen.function(**self.scope)
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
    screen fishing_minigame(bait):
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 380, in execute
    screen fishing_minigame(bait):
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 381, in execute
    add Fishing(bait)
  File "<screen language>", line 381, in <module>
  File "game/scripts/pier/fishing_minigame/screens.rpy", line 135, in __init__
    fish[name].reset()
TypeError: string indices must be integers

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
SummertimeSaga 0.14.5
Is this 0.14.5.2?

And voila! 14.52, start again.....:':)':)'(
14.5.1 and 14.5.2 are compatible.
 

Bahamut Zero

Engaged Member
Apr 27, 2017
2,610
2,001
Guys is just my problem? But when extract the game form the zip, the the version is 14.5.1 not the 14.5.2?
 

Sam

Sysadmin
Staff member
Administrator
Dec 22, 2016
2,577
17,695
Guys is just my problem? But when extract the game form the zip, the the version is 14.5.1 not the 14.5.2?
Just the zip is renamed, with the internal version kept the same to ensure saves are compatible with 14.5.1. It's not a problem.
 
  • Like
Reactions: Bahamut Zero

Sam

Sysadmin
Staff member
Administrator
Dec 22, 2016
2,577
17,695
what "program" do you guys use to decrypt the images cuz i'm decrypting and in this version the images are all fucked up
The images are in WebP format, which might not be supported by your version of Windows by default. Open one of them in Chrome and it should display fine.
 

Cro

Member
May 10, 2017
454
478
Just the zip is renamed, with the internal version kept the same to ensure saves are compatible with 14.5.1. It's not a problem.
Now I'm confused. We had 14.5 here for a few days, with the bugs that everybody knows. (at least the game folder was named 14.5). Now we got a zip named 14.5.2 with a folder named 14.5.1 inside :)
So now I have 2 folders, one called 14.5 and one called 14.5.1. And OF COURSE saves do not work, just tried to load one, Bang! crashes the game with a ren'py error.
Absolutely magnificent development job.
 

Sam

Sysadmin
Staff member
Administrator
Dec 22, 2016
2,577
17,695
Now I'm confused. We had 14.5 here for a few days, with the bugs that everybody knows. (at least the game folder was named 14.5). Now we got a zip named 14.5.2 with a folder named 14.5.1 inside :)
So now I have 2 folders, one called 14.5 and one called 14.5.1. And OF COURSE saves do not work, just tried to load one, Bang! crashes the game with a ren'py error.
Absolutely magnificent development job.
0.14.5 was released, then a 0.14.5.1 hotfix (which was linked earlier in the thread but the OP wasn't updated), now 0.14.5.2.

Hotfixes which are save compatible keep the internal version number.

0.14.5.1 saves work with 0.14.5.2
0.14.5 saves won't work with 0.14.5.1 or 0.14.5.2 (due to variables created to fix some of the bugs)

Full save compatibility is being worked on for a future update, won't be ready for 0.15 but won't be too far off.
 
Last edited:
Nov 19, 2016
9
15
the problem I have with this game is that it can softlock if you don't do certain things in the right order, like, if you go home during the afternoon of the first day. I like this game, but without a walkthrough it's very annoying.
 
  • Like
Reactions: Jade Falcon

Sam

Sysadmin
Staff member
Administrator
Dec 22, 2016
2,577
17,695
the problem I have with this game is that it can softlock if you don't do certain things in the right order, like, if you go home during the afternoon of the first day. I like this game, but without a walkthrough it's very annoying.
Try 0.14.5.2, it should fix the majority of issues relating to doing things 'out of order'.

There still might be some rare issues with certain characters and doing things in an unexpected order, as the codebase is still being refactored. The remaining characters which need to be moved over to the new system are: Aunt, Sister, and Eric/his Mom
 
  • Like
Reactions: HB38

Cro

Member
May 10, 2017
454
478
0.14.5 was released, then a 0.14.5.1 hotfix (which was linked earlier in the thread but the OP wasn't updated), now 0.14.5.2.

Hotfixes which are save compatible keep the internal version number.

0.14.5.1 saves work with 0.14.5.2
0.14.5 saves won't work with 0.14.5.1 or 0.14.5.2 (due to variables created to fix some of the bugs)

Save compatibility is being worked on for a future update, won't be ready for 0.15 but won't be too far off.
Thank you, this makes sense. I missed 14.5.1 then it seems.
But as long as 14.5.1(2) saves do not work with 14.5 .... eh, we're just waiting for the "save compatibility" thing.
 
4.20 star(s) 341 Votes