erokinng

Newbie
Oct 25, 2018
86
160
110
Got this error page during the beach date with Satoshi:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scenes/marySatoshiDate.rpy", line 219, in script
    scene maryDateVid2 with Dissolve
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'new_widget': <renpy.display.layout.Fixed object at 0x000000002bdaa890>, 'old_widget': <renpy.display.layout.Fixed object at 0x000000006fb6b790>}>

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

Full traceback:
  File "game/scenes/marySatoshiDate.rpy", line 219, in script
    scene maryDateVid2 with Dissolve
  File "renpy/ast.py", line 1678, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "renpy/exports.py", line 1757, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2898, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3499, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3893, in interact_core
    trans = instantiate_transition(None, old_root, layers_root)
  File "renpy/display/core.py", line 3844, in instantiate_transition
    raise Exception("Expected transition to be a displayable, not a %r" % trans)
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'new_widget': <renpy.display.layout.Fixed object at 0x000000002bdaa890>, 'old_widget': <renpy.display.layout.Fixed object at 0x000000006fb6b790>}>

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.0.23051307
King of Summer 0.5.12-full
Sat May  3 16:06:58 2025

Happened when transitioning between Mary's walking animations. Ignoring the exception allowed me to continue, so it's not game breaking.
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,893
11,598
698
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.5.11

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.



MEGA

Size 1706 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated
 

Kame-Sennin

Engaged Member
Aug 29, 2017
3,162
4,045
468
His path as 0 content, avoiding NTR = not playing the game
1746499117355.png

It's not whether there is Satoshi route content or none, the fact that there is a choice to have his route and ending the story with him quickly where Mary didn't cheat even if 0 content with Satoshi still technically count as avoidable ntr so I highly suggest to remove the "Unavoidable thing" in the OP in order not to mislead others , it could just be replace Kendo route is the main route and canon

1746499526309.png
 
  • Like
Reactions: Ero - Sennin

erokinng

Newbie
Oct 25, 2018
86
160
110
In the Natsuki shower handjob scene, a couple of text boxes for Natsuki have the name "Mary" applied to them incorrectly (this one and the one right after it):
1746512850575.png


Any chance with Masaru and Mary?
Given that the daughter said that when she saw his dick in the family bath it was tiny, I doubt it lol
 
Last edited:

erokinng

Newbie
Oct 25, 2018
86
160
110
Hmm.. I'm not sure I can really take an adequate screenshot of this bug, so I'll just try to describe it thoroughly.

When you have the event pending with Mary and Satoshi to hang out at the pool (the one where two "Boys" harass her and Kendo comes and chases them off, then she goes on a "date" with him as thanks and gives him a blowjob on the beach), you can access some Satoshi solo scenes early. Normally at this point Satoshi shouldn't be able to act solo, but if you swap to Kendo POV and set him as solo, then swap back to Satoshi POV, it doesn't automatically put Mary back with him, and the Pool, Leisure Area, and Beach spying scenes are available in this way.

Step 1: Kendo POV
1746516802495.png
Step 2: Swap to Kendo Solo
1746516834316.png
Step 3: Swap to Satoshi POV (notice he's solo and there are Events available. These are the spying events that should be only available after doing the pool date with Satoshi)
1746516860715.png
For reference, here's what you're supposed to see as Satoshi at this time. No option to go Solo like with Kendo, and only the Pool Date pt2 event available.
1746516984172.png
 

No Try Studios

Developer of The King of Summer
Game Developer
Nov 30, 2022
583
2,811
367
Got this error page during the beach date with Satoshi:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scenes/marySatoshiDate.rpy", line 219, in script
    scene maryDateVid2 with Dissolve
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'new_widget': <renpy.display.layout.Fixed object at 0x000000002bdaa890>, 'old_widget': <renpy.display.layout.Fixed object at 0x000000006fb6b790>}>

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

Full traceback:
  File "game/scenes/marySatoshiDate.rpy", line 219, in script
    scene maryDateVid2 with Dissolve
  File "renpy/ast.py", line 1678, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "renpy/exports.py", line 1757, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2898, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3499, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 3893, in interact_core
    trans = instantiate_transition(None, old_root, layers_root)
  File "renpy/display/core.py", line 3844, in instantiate_transition
    raise Exception("Expected transition to be a displayable, not a %r" % trans)
Exception: Expected transition to be a displayable, not a <partial <class 'renpy.display.transition.Dissolve'> () {'new_widget': <renpy.display.layout.Fixed object at 0x000000002bdaa890>, 'old_widget': <renpy.display.layout.Fixed object at 0x000000006fb6b790>}>

Windows-10-10.0.26100 AMD64
Ren'Py 7.6.0.23051307
King of Summer 0.5.12-full
Sat May  3 16:06:58 2025

Happened when transitioning between Mary's walking animations. Ignoring the exception allowed me to continue, so it's not game breaking.
Thanks for letting me know. Surprised it wasn't caught already. I'll fix it right away.

Hmm.. I'm not sure I can really take an adequate screenshot of this bug, so I'll just try to describe it thoroughly.

When you have the event pending with Mary and Satoshi to hang out at the pool (the one where two "Boys" harass her and Kendo comes and chases them off, then she goes on a "date" with him as thanks and gives him a blowjob on the beach), you can access some Satoshi solo scenes early. Normally at this point Satoshi shouldn't be able to act solo, but if you swap to Kendo POV and set him as solo, then swap back to Satoshi POV, it doesn't automatically put Mary back with him, and the Pool, Leisure Area, and Beach spying scenes are available in this way.

Step 1: Kendo POV
View attachment 4812147
Step 2: Swap to Kendo Solo
View attachment 4812148
Step 3: Swap to Satoshi POV (notice he's solo and there are Events available. These are the spying events that should be only available after doing the pool date with Satoshi)
View attachment 4812149
For reference, here's what you're supposed to see as Satoshi at this time. No option to go Solo like with Kendo, and only the Pool Date pt2 event available.
View attachment 4812154
Huh... That's interesting. This bug must've been there for a while. Thanks for letting me know, I'll fix it.

As for the Satoshi route...

Just because if exists in some form doesn't mean it won't have NTR.

He technically already for an ending where he wins so what's keeping me from further harming the poor boy?
 
  • Like
Reactions: maxi456

Riujin

Member
Jul 29, 2018
404
297
166
View attachment 4811792

It's not whether there is Satoshi route content or none, the fact that there is a choice to have his route and ending the story with him quickly where Mary didn't cheat even if 0 content with Satoshi still technically count as avoidable ntr so I highly suggest to remove the "Unavoidable thing" in the OP in order not to mislead others , it could just be replace Kendo route is the main route and canon

View attachment 4811803
I suppose that "Avoidable" game is more fitting :ROFLMAO:
 

Chrisanity

Newbie
Mar 2, 2024
89
81
104
before the game ends can we PLEASE get the option to play as kendo PLEASE man, itll satisfy both netorare people and netori people. w for BOTH of them
 

Qianke

Active Member
Apr 27, 2019
854
1,473
289
before the game ends can we PLEASE get the option to play as kendo PLEASE man, itll satisfy both netorare people and netori people. w for BOTH of them
game likely ends before the end of this summer, you are too late. You will never be Kendo. You will always be Satoshi.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,893
4,045
436
TheKingOfSummer-0.5.13
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Da Bi Dimm

Member
Jan 28, 2025
352
181
62
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 0.5.11

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.



MEGA

Size 1706 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Do you compress the game directly into an android port, or do you first make a compressed version, and then an android port from it? If the second option, could you upload a compressed version of the games too? Of course, if it's not hard.
 
3.60 star(s) 82 Votes