hakuna-matata
Well-Known Member
- May 30, 2020
- 1,837
- 7,235
- 658
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 382, in __call__
renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4155, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1313, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1313, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 382, in __call__
renpy.save(fn, extra_info=save_name)
File "renpy/loadsave.py", line 435, in save
location.save(slotname, sr)
File "renpy/savelocation.py", line 435, in save
raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.9.0
Wed Dec 21 11:29:54 2022
With the amount of crap that has rained down on her for 9 months or more, DPC did the right thing.Wouldn’t it have made more sense if the MC could have been the one giving Zoey the tour of the DIK mansion while explaining the events of the interlude through that process?
Bianca knows the good stuff. I would trade Jill for her as main LI any day of the week.
so,sally is another great HOTs president...I agree.
Dev should tone it down with Jill and how clueless she seems at times when it comes to regular sex stuff. There are girls who don't have lot of experience in bed, that's true but it's the 21st century and there are sex ed books for sale everywhere and online. And Jill it's an A+ student.
I get that Dev's trying to make her stand out from the rest, but he could also make her unique by making her awkwardness stand out in a funny or smart way.
She's the sort of girl that makes for student council president and though some of them girls are pure hearted, they usually are self-confident leaders.
Sometimes that happens to me but I solve it by closing the game and reopening itwill post it again because i want to save the game so i can close it and finish later
i cant save and automatic save doesnt seem to be happening either
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/common/00action_file.rpy", line 382, in __call__ renpy.save(fn, extra_info=save_name) Exception: Not saved - no valid save locations. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 173, in script $ ui.interact() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 173, in <module> $ ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3315, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 4155, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/transition.py", line 48, in event return self.new_widget.event(ev, x, y, st) # E1101 File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/screen.py", line 727, in event rv = self.child.event(ev, x, y, st) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1313, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1313, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1100, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/behavior.py", line 979, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 914, in handle_click rv = run(action) File "renpy/display/behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 382, in __call__ renpy.save(fn, extra_info=save_name) File "renpy/loadsave.py", line 435, in save location.save(slotname, sr) File "renpy/savelocation.py", line 435, in save raise Exception("Not saved - no valid save locations.") Exception: Not saved - no valid save locations. Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Being a DIK 0.9.0 Wed Dec 21 11:29:54 2022
Well, not me. I'm crying because there wasn't enough contend with our lovely Smurf.I imagine here people saying DPC is forcing us to spend time with her yada yada yada cry cry
Bella might take a slight issue with that, to the point of her doing whatever she can to sabotage the MCs time at college. It ain’t risk free to cut out Jilly beans from one’s diet.i will cheat on Jill.
In my opinion DPC has done a much better job on her now than in the interludeWith the amount of crap that has rained down on her for 9 months or more, DPC did the right thing.
I imagine here people saying DPC is forcing us to spend time with her yada yada yada cry cry
The last image if Jill replied 'He didn't go to the picnic with me'Bianca knows the good stuff. I would trade Jill for her as main LI any day of the week.
Nope, she won't. Bella will cut off MC's Dick.Bella might take a slight issue with that, to the point of her doing whatever she can to sabotage the MCs time at college.
MelaineA Josy solo route would have been better than being with Maya as well.
In fact, I would change Maya for any of these: Nicole, Lily, Quinn, Riona and even Derek if you ask me.
I love t
Everything is fine, do you know how to skipp free roams ?That's the best part tho
Seeing lots of dissapointment with how some choices lock scenes but isn't that whole selling point of VN with consequences? I can definitely see why is it annoying since you have to replay a lot just to see the rest, which I only fucked around with a bit in earlier chapters where there wasn't as much of the game there, but now it's like "it is what it is", now you know your choices matter somewhat. You still get to save scum or reverse in lower time frames in each episode if you want. Like with Lily and Nicole, I reversed to see Nicole's response and seeing that scooping her gives possible scene in future sucks, but I went for Lily at first and I'll stick with that. I thought getting caught by Bella sucks and that I'll regret having this path closed, but after ep 9 and ending up in "others" I no longer think that.
Also to add in to whole Vinny gun discussion - I always got a vibe Riona is there to be absolutely fucked up by the game. With Quinn treating her like shit and blaming for money problems, Quinn not being main LI and only available for DIK path and some people saying she asks MC if he can fight, I wonder if DIK path is one where you can save Quinn from being fucked up, while in any other route somehow Riona is the one that becomes a sacrifice goat and most prime candidate for death/something bad happening.
He is humiliating himself with Micha, either in the main upper room or near Tomm'ys room.Where is Rusty at party?
Hey interlude it's a masterpiece it even got dominated at the games awards it only lose game of the year because people were scared to vote for a porn gameIn my opinion DPC has done a much better job on her now than in the interlude
Hey interlude it's a masterpiece it even got dominated at the games awards it only lose game of the year because people were scared to vote for a porn game
so i will have to play it all over again ???Sometimes that happens to me but I solve it by closing the game and reopening it
He will surely miss the money but this happens when you are a prick... an he will miss the money untill he change his Tiffany model which is a copy that this idiot should not makeWhat?
jill look alike the student council president's character?I agree.
Dev should tone it down with Jill and how clueless she seems at times when it comes to regular sex stuff. There are girls who don't have lot of experience in bed, that's true but it's the 21st century and there are sex ed books for sale everywhere and online. And Jill it's an A+ student.
I get that Dev's trying to make her stand out from the rest, but he could also make her unique by making her awkwardness stand out in a funny or smart way.
She's the sort of girl that makes for student council president and though some of them girls are pure hearted, they usually are self-confident leaders.