Chapter 6!
Added 2024-04-21 09:48:02 +0000 UTCChangelog:
Continuation of the story
Three posible sex scenes with Chandra and Daisy (42 lewd animations!)
Links:
Comments
Hmm... I'll look in the code, maybe I can add more lines into the stats screen. I can also add an option to name saves
Chimeros
2024-05-02 09:26:02 +0000 UTCIs there a way to see what choices you made in a play-through so I can recreate my exact path and not just try to remember which options I did?
Kankuro
2024-05-02 00:11:40 +0000 UTCSorry been a little busy, I have 2 saves, 1 was at the end of CH5 and the other was at the end of CH4, and they both give the same exception( the one above), So far i havent had any other issues come up with this new playthrough, So im thinking its just something to do with the save file itself thats causing the issue but im no expert
Mithile AlitaRaia
2024-04-21 16:48:20 +0000 UTCDid you use saves from Chapter 5 or from earlier chapters, by the way?
Chimeros
2024-04-21 14:37:06 +0000 UTCno worries then, I will start new game, hope you find it for then next update though :) Keep up the great work though :)
Mithile AlitaRaia
2024-04-21 12:31:49 +0000 UTCProbably better start a new game (with holding ctrl it'll take 5 mins at most to skip) I hope I can prevent this bug to happen in the next updates
Chimeros
2024-04-21 12:30:11 +0000 UTCno worries, take your time im happy to wait, was looking forward to the update so i really dont mind :)
Mithile AlitaRaia
2024-04-21 12:15:27 +0000 UTCSorry, I've no idea yet why does it happen sometimes, I saw this error before. Could be because I was working on the game on another computer sometimes, but I'm not sure yet
Chimeros
2024-04-21 12:11:10 +0000 UTCsorry for the size of this message but i thought it may help u bug find with this exception. [code] I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 498, in __call__ renpy.load(fn) Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "K:\Games\FurrHouse-Chapter6-pc\renpy\ast.py", line 823, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "K:\Games\FurrHouse-Chapter6-pc\renpy\python.py", line 1178, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "K:\Games\FurrHouse-Chapter6-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\core.py", line 2165, 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 "K:\Games\FurrHouse-Chapter6-pc\renpy\display\core.py", line 3201, in interact_core rv = root_widget.event(ev, x, y, 0) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\transition.py", line 53, in event return self.new_widget.event(ev, x, y, st) # E1101 File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\screen.py", line 793, in event rv = self.child.event(ev, x, y, st) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 1426, in event rv = super(Window, self).event(ev, x, y, st) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 1426, in event rv = super(Window, self).event(ev, x, y, st) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 1202, in event rv = i.event(ev, x - xo, y - yo, cst) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\layout.py", line 288, in event rv = d.event(ev, x - xo, y - yo, st) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\behavior.py", line 1174, in event return handle_click(self.clicked) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\behavior.py", line 1095, in handle_click rv = run(action) File "K:\Games\FurrHouse-Chapter6-pc\renpy\display\behavior.py", line 395, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 498, in __call__ renpy.load(fn) File "K:\Games\FurrHouse-Chapter6-pc\renpy\loadsave.py", line 829, in load log.unfreeze(roots, label="_after_load") File "K:\Games\FurrHouse-Chapter6-pc\renpy\rollback.py", line 1130, in unfreeze self.rollback(0, force=True, label=label, greedy=greedy, on_load=True) File "K:\Games\FurrHouse-Chapter6-pc\renpy\rollback.py", line 925, in rollback self.load_failed() File "K:\Games\FurrHouse-Chapter6-pc\renpy\rollback.py", line 843, in load_failed raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?") Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way? Windows-10-10.0.19045 AMD64 Ren'Py 8.2.1.24030407 FurrHouse Chapter6 Sun Apr 21 12:41:24 2024 [/code]
Mithile AlitaRaia
2024-04-21 11:43:02 +0000 UTCOk, I'll take a look.
Chimeros
2024-04-21 11:34:59 +0000 UTCok, been looking forward to this update but iv hit an issue, i can no longer use my save game so i would have to start agai. If you would like i could post the Exception screen that i get everytime i try to load my save game
Mithile AlitaRaia
2024-04-21 11:21:00 +0000 UTC