fuckboy692000

New Member
May 25, 2020
1
0
am i the only one with the issue that says an: An exception has occured while running the game code : exception: In DynamicImage u'arc2/sari/[saribelly].webp': Could not find substitution 'saribelly'... and then i have the option to rollback, ignore, open, copy BBCode and copy markdown or quit.... how the hell can i fix this?
 

Tehemai

Member
Oct 9, 2017
242
321
Wrapping up the first chapter, and I gotta say "complete" may be a bit of a stretch. It needs at the very least a very thorough polish pass if not a bit of outright additional content. Tsunade seems to have gotten stiffed of content compared to the other "main" girls. She has fewer bedroom scenes, no threesome scenes (not even the expected one with sakura), no costumes and no day time scenes/dialogue. Kinda sucks after all the build up towards her being the big reward.

There's also definitely less attention paid to latter scenes as some aren't really integrated properly. For example, when mc climaxes on tsunade's stage 3 scene, the climax video barely plays. It starts but since it's under a second and not set to loop, it immediately reverts back to the previous one making it unnoticeable. This scene is also the only animated scene without a proper ending image. Her dialogues also don't seem to have any lust integration.

There are also a few exceptions thrown if you do some rather basic things. Going off of memory, if you go in the girls menu to ino's outfits, previewing the last one throws an exception. Another one I believe was one of sakura's toy climax scenes as one of the actual video files has a typo in it.

Side girls also need to be looked at. For example, some of kurenai's dialogue also seems to be copy pasted in stage 4 from stage 3 in a way that doesn't make sense (mc acts frustrated that kurenai still thinks he's asuma even when she doesn't). Anko stage 3 and 4 is also as far as I can tell completely identical/copypasted in every way. Hence, she's the only girl that oddly still hates you when "complete". I'd also consider integrating the "don't masturbate" function with the side girls to balance them out given they don't have access to aphrodisiacs.

Sadly, there was a lot more bugs/missing basics but I didn't think to take notes. Apologies if some of these were already known issues, though I recall searching at least one of them and not seeing results.
 
Last edited:
  • Like
Reactions: Helivesoncemore

maxrufi109

New Member
May 29, 2021
6
0
Can someone help me, I'm not able to save,this message just appears on the screen
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 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2223, 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 3276, 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 4107, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, 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 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, 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 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, 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 1090, 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 433, in save
    location.save(slotname, sr)
  File "renpy/savelocation.py", line 421, 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.7.1862
JikageRising v1.12b
Thu Jan  6 04:25:53 2022
 
Jun 26, 2020
198
154
Can someone help me, I'm not able to save,this message just appears on the screen
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 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2223, 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 3276, 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 4107, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, 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 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, 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 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, 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 1090, 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 433, in save
    location.save(slotname, sr)
  File "renpy/savelocation.py", line 421, 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.7.1862
JikageRising v1.12b
Thu Jan  6 04:25:53 2022
Did you unpack the .rar file? It looks like you didn't give it permissions to make a save folder
 

NightWolF16

New Member
May 30, 2020
1
0
So um, I'm kind of stuck, I saved after getting into pain story and I'm not "ready for battle" so I keep dying over and over again in the fight and just game over, and I can't revert as I would always load into this specific storyline >.>. Had these save since Jan of 2021. Anyone have an up to date save if possible? or one before the start of this event? Thanks
 

TedBell

New Member
Nov 30, 2020
1
0
New update reduced me to 500 ryo and stat decay. Gonna be annoying hitting that train button so much. Also no dialogue to include the girls in missions so I can't just roll out and make a bunch of Ryo real fast.
 
4.30 star(s) 88 Votes