AbortionSurvivor
Newbie
- Aug 18, 2019
- 80
- 145
- 109
Kinda nice story. Nothing special. No content of interest. Seems like it'll be a slow burn. Fun. 
Ok thaks will see if I can edit it.I had someone say it broke using URM for them earlier. could be an issue with that somehow. all I know is anything labeled "jj" needs to be changed to "hj"
changed jj to hj - now getting a different error -Ok thaks will see if I can edit it.
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 :/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
OK thanks - will delete the saves and start over with a fresh install.this is probanly leftover code that got removed, not sure how to fix :/
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.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
yeah good to know I wasted my time.oof... Guess someone should remove the tag
That resolved the issue.OK thanks - will delete the saves and start over with a fresh install.
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.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
my b man, i dont control the thread, you can dm the mod and ask himyeah good to know I wasted my time.
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 tooCompleted 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
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.
As they say in video games now, Zorro will remember that.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
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
I don't think that's true. I got that same error as you when I had the WT mod installed.Only URM, started a new game so not loading from old saves.
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.
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 itAs 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.
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 themYep, 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.![]()