4.50 star(s) 15 Votes

tonypiow

Newbie
Jun 13, 2020
20
11
148
Ok thaks will see if I can edit it.
changed jj to hj - now getting a different error -
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 680, in execute
    fixed:
  File "game/screens.rpy", line 686, in execute
    grid 3 3:
  File "game/screens.rpy", line 690, in execute
    for g_button in character_gallery[selected_category]:
  File "game/screens.rpy", line 691, in execute
    frame:
  File "game/screens.rpy", line 699, in execute
    if selected_category == "images":
  File "game/screens.rpy", line 700, in execute
    $ button_name, unlock_condition, unlocked_image, is_nsfw = g_button
  File "game/screens.rpy", line 700, in <module>
    $ button_name, unlock_condition, unlocked_image, is_nsfw = g_button
ValueError: not enough values to unpack (expected 4, got 3)

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2215, 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 "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 680, in execute
    fixed:
  File "game/screens.rpy", line 686, in execute
    grid 3 3:
  File "game/screens.rpy", line 690, in execute
    for g_button in character_gallery[selected_category]:
  File "game/screens.rpy", line 691, in execute
    frame:
  File "game/screens.rpy", line 699, in execute
    if selected_category == "images":
  File "game/screens.rpy", line 700, in execute
    $ button_name, unlock_condition, unlocked_image, is_nsfw = g_button
  File "game/screens.rpy", line 700, in <module>
    $ button_name, unlock_condition, unlocked_image, is_nsfw = g_button
ValueError: not enough values to unpack (expected 4, got 3)

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
OnceAgain Chapter1
Fri Aug 29 20:34:23 2025
 

ParaloopLampy

Member
Game Developer
Sep 18, 2023
246
1,211
244
changed jj to hj - now getting a different error -
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 680, in execute
    fixed:
  File "game/screens.rpy", line 686, in execute
    grid 3 3:
  File "game/screens.rpy", line 690, in execute
    for g_button in character_gallery[selected_category]:
  File "game/screens.rpy", line 691, in execute
    frame:
  File "game/screens.rpy", line 699, in execute
    if selected_category == "images":
  File "game/screens.rpy", line 700, in execute
    $ button_name, unlock_condition, unlocked_image, is_nsfw = g_button
  File "game/screens.rpy", line 700, in <module>
    $ button_name, unlock_condition, unlocked_image, is_nsfw = g_button
ValueError: not enough values to unpack (expected 4, got 3)

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2215, 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 "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 680, in execute
    fixed:
  File "game/screens.rpy", line 686, in execute
    grid 3 3:
  File "game/screens.rpy", line 690, in execute
    for g_button in character_gallery[selected_category]:
  File "game/screens.rpy", line 691, in execute
    frame:
  File "game/screens.rpy", line 699, in execute
    if selected_category == "images":
  File "game/screens.rpy", line 700, in execute
    $ button_name, unlock_condition, unlocked_image, is_nsfw = g_button
  File "game/screens.rpy", line 700, in <module>
    $ button_name, unlock_condition, unlocked_image, is_nsfw = g_button
ValueError: not enough values to unpack (expected 4, got 3)

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
OnceAgain Chapter1
Fri Aug 29 20:34:23 2025
this is probanly leftover code that got removed, not sure how to fix :/
 

MagicMan753

Well-Known Member
Nov 19, 2021
1,436
3,158
387
that stuff got fully removed this release. someone can make an incest patch if they want- i literally cant do anything to stop them- but realistically it was impeding on the story I was trying to tell
Yep, understandable, should stick to the story you want. I do hope for nice roleplay of this possibly though. Something in the bedroom, so Sis/Bro dirty talk, perhaps. :giggle:
 
  • Heart
Reactions: ParaloopLampy

Zorro#34

Active Member
Apr 23, 2022
617
967
169
Completed the update.

Autumn completely steals the show, again. Truly the highlight of this game. She's a little bit overboard with her cloudcuckoolandery this time around, but it's okay. And her phone chats are still the best!
Was kinda expecting a predictable plot twist with the coach returning saying "Sorry Autumn, but some sponsors told me to take their lazy kids in, so you're off the team". Good thing it didn't happen.

I wasn't keen on the previous SGs, but you got me with the professors :LOL:
Oh, algebra. Back in school, I actually preferred it to geometry, because it's more straightforward, and you can just grind it. Geometry, on the other hand, required figuring complicated things out, and you don't always have time for that.

Damn, each time MC blacks out, Winter takes a step back in her fight for me against Autumn. Lampy, I reeaaally hope you compensate it to her in future updates, because right now, it's a fight of someone I only know anything about because I've read your posts, against the queen of the game who's ruling it undisputed.

The ending was… interesting. It's good you're not letting the mystery element go, as some devs would be tempted to do.
 
  • Heart
Reactions: ParaloopLampy

MrBenny

Engaged Member
Jul 20, 2021
2,391
5,823
646
Hmm...I have a few question about the choice points. There are three choices which are preset with a total max number (using URM you can see that is the case...cheating is not advisable), so should the player only choose one path at a time (Law, chaos or neutral per play through)?

And will any of the lower points from any of the other behaviour choices really matter with the story progression...?

As I was just wondering if picking any of the other behaviour choices will have any diffrent impact on the story (will it be a wasted choice later on)? Or should the player go all in per behaviour or can the player spread their choices around to the other behaviours for different outcomes...? Some clarification would be appreacitated (we don't know how much of an impact these various points will have with the players story direction).

Regards
 
  • Like
Reactions: ParaloopLampy

ParaloopLampy

Member
Game Developer
Sep 18, 2023
246
1,211
244
Hmm...I have a few question about the choice points. There are three choices which are preset with a total max number (using URM you can see that is the case...cheating is not advisable), so should the player only choose one path at a time (Law, chaos or neutral per play through)?

And will any of the lower points from any of the other behaviour choices really matter with the story progression...?

As I was just wondering if picking any of the other behaviour choices will have any diffrent impact on the story (will it be a wasted choice later on)? Or should the player go all in per behaviour or can the player spread their choices around to the other behaviours for different outcomes...? Some clarification would be appreacitated (we don't know how much of an impact these various points will have with the players story direction).

Regards
hey! What matters most is your max value, but there will be some cases where, say, your neutral value will have to be above a certain point regardless of which is the highest to get a certain point. As of right now all CNL does is cause automatic dialogue depending on which is the highest, but you will see it get more important as time goes on.
 
  • Like
Reactions: MrBenny

ParaloopLampy

Member
Game Developer
Sep 18, 2023
246
1,211
244
Completed the update.

Autumn completely steals the show, again. Truly the highlight of this game. She's a little bit overboard with her cloudcuckoolandery this time around, but it's okay. And her phone chats are still the best!
Was kinda expecting a predictable plot twist with the coach returning saying "Sorry Autumn, but some sponsors told me to take their lazy kids in, so you're off the team". Good thing it didn't happen.

I wasn't keen on the previous SGs, but you got me with the professors :LOL:
Oh, algebra. Back in school, I actually preferred it to geometry, because it's more straightforward, and you can just grind it. Geometry, on the other hand, required figuring complicated things out, and you don't always have time for that.

Damn, each time MC blacks out, Winter takes a step back in her fight for me against Autumn. Lampy, I reeaaally hope you compensate it to her in future updates, because right now, it's a fight of someone I only know anything about because I've read your posts, against the queen of the game who's ruling it undisputed.

The ending was… interesting. It's good you're not letting the mystery element go, as some devs would be tempted to do.
glad to hear all this man! I SWEAR I WILL MAKE IT UP TO THE WINTER LOVERS! Winter was the first love interest I made, and I promise ill make it up to you bc I love her too
 

Zorro#34

Active Member
Apr 23, 2022
617
967
169
glad to hear all this man! I SWEAR I WILL MAKE IT UP TO THE WINTER LOVERS! Winter was the first love interest I made, and I promise ill make it up to you bc I love her too
As they say in video games now, Zorro will remember that.
Winter's in a really tough spot right now - for a player unfamiliar with the game development, she's just some strange chick who causes horrible headaches on the MC, better stay away from her to keep him functional. I mean, it wouldn't be too bad against just Haru and Summer, but she's also got Autumn as competition, and Autumn is so fucking good.
 
  • Heart
Reactions: ParaloopLampy

lancekro

Active Member
Dec 2, 2018
721
1,029
357
Is any one else getting an error trying to open gallery? -

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

While running game code:
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 660, in execute
    if main_menu:
  File "game/screens.rpy", line 663, in execute
    $ gallery_scope = {
  File "game/screens.rpy", line 671, in <module>
    "jj": jj,
NameError: name 'jj' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2215, 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 "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\core.py", line 2745, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "D:\Downloads\OnceAgain-Chapter1-pc\renpy\display\screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 652, in execute
    screen gallery_image_selection():
  File "game/screens.rpy", line 660, in execute
    if main_menu:
  File "game/screens.rpy", line 663, in execute
    $ gallery_scope = {
  File "game/screens.rpy", line 671, in <module>
    "jj": jj,
NameError: name 'jj' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.4.24120703
OnceAgain Chapter1
Fri Aug 29 20:06:03 2025
Only URM, started a new game so not loading from old saves.
I don't think that's true. I got that same error as you when I had the WT mod installed.
Below is the reply I gave earlier when someone asked if the WT mod worked.

It kinda works.
If you install it you can then enter any code to unlock the WT feature.
But if you leave it installed in your game it will trigger some errors when trying to go in gallery.
However the mod can safely be uninstalled after unlocking the WT and it will stay unlocked.
 

ParaloopLampy

Member
Game Developer
Sep 18, 2023
246
1,211
244
As they say in video games now, Zorro will remember that.
Winter's in a really tough spot right now - for a player unfamiliar with the game development, she's just some strange chick who causes horrible headaches on the MC, better stay away from her to keep him functional. I mean, it wouldn't be too bad against just Haru and Summer, but she's also got Autumn as competition, and Autumn is so fucking good.
Autumn IS the most fun I've ever had in writing. I definitely went off the rails with her a bit like you said earlier. I think my favorite line I wrote has to be "I might even be the queen of stroking" or whatever she said, makes me giggle every time I read it
 
  • Haha
Reactions: Zorro#34

ParaloopLampy

Member
Game Developer
Sep 18, 2023
246
1,211
244
Yep, understandable, should stick to the story you want. I do hope for nice roleplay of this possibly though. Something in the bedroom, so Sis/Bro dirty talk, perhaps. :giggle:
for sure. im totally not against the fetish in general, just didnt fit with my story. like I said if anyone makes a patch I legit cant stop them
 
  • Heart
Reactions: MagicMan753
4.50 star(s) 15 Votes