witteb

Member
May 3, 2019
376
225
The Elizabeth train scene keeps failing even though I follow the guide. Don't touch, butt, breast and then when I try breast she slaps my hand away as if I touched her breasts first (-10 karma).
The subway event with Elizabeth happens 2 time. The first one she won't let you continue, by the second encounter it'll succeed.
 

kingling2993

New Member
Jun 1, 2019
4
0
anyone cannot load their save?

this is the bug report
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 300, in script call
    call expression "before_main_menu"
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_file.rpy", line 434, 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/00start.rpy", line 300, in script call
    call expression "before_main_menu"
  File "startup.rpyc", line 163, in script
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\ast.py", line 1801, in execute
    self.call("execute")
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\ast.py", line 1789, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\statements.py", line 169, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\exports.py", line 2614, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2620, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 3375, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 667, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\behavior.py", line 897, in event
    return handle_click(self.clicked)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\behavior.py", line 832, in handle_click
    rv = run(action)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 434, in __call__
    renpy.load(fn)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\loadsave.py", line 728, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\python.py", line 1759, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\python.py", line 1596, in rollback
    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-8-6.2.9200
Ren'Py 6.99.14.3135
Waifu Academy 0.7.1a
 

Mormont

Devoted Member
Nov 30, 2018
11,925
53,082
anyone cannot load their save?

this is the bug report
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 300, in script call
    call expression "before_main_menu"
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00action_file.rpy", line 434, 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/00start.rpy", line 300, in script call
    call expression "before_main_menu"
  File "startup.rpyc", line 163, in script
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\ast.py", line 1801, in execute
    self.call("execute")
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\ast.py", line 1789, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\statements.py", line 169, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 485, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\exports.py", line 2614, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2620, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 3375, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 667, in event
    rv = self.child.event(ev, x, y, st)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 986, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\layout.py", line 239, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\behavior.py", line 897, in event
    return handle_click(self.clicked)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\behavior.py", line 832, in handle_click
    rv = run(action)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\display\behavior.py", line 306, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 434, in __call__
    renpy.load(fn)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\loadsave.py", line 728, in load
    log.unfreeze(roots, label="_after_load")
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\python.py", line 1759, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "D:\Mitsy\WaifuAcademy-0.7.1a-pc\renpy\python.py", line 1596, in rollback
    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-8-6.2.9200
Ren'Py 6.99.14.3135
Waifu Academy 0.7.1a
Try loading an earlier save if you have any and see if that works.
 

Bunta

Member
May 6, 2018
198
468
*shrugs*

It's accurate since it's what they're issued to wear, although it does vary slightly between schools, with some being more "briefs" than "speedos".

You don't have permission to view the spoiler content. Log in or register now.
But in the game is much worse than that, the side and the front of the bathing suit in the game is much more thin
 
Apr 16, 2019
300
319
Can someone link me the guide in a different website? Maybe even embeded here?

Mega has been closed off for Brazil due to some lawsuit, no details about it (probably copyright issues) or date set for the blocking to end. Funny thing, the governament didnt ask Mega to block us off, it asked the ISPs to block off Mega (because the governament most likely doesnt holds any power over w/e Mega servers are located so they wouldnt need to care about such request). Censorship at its finnest...
 

pgm_01

Active Member
Jan 11, 2018
901
1,516
Can someone link me the guide in a different website? Maybe even embeded here?

Mega has been closed off for Brazil due to some lawsuit, no details about it (probably copyright issues) or date set for the blocking to end. Funny thing, the governament didnt ask Mega to block us off, it asked the ISPs to block off Mega (because the governament most likely doesnt holds any power over w/e Mega servers are located so they wouldnt need to care about such request). Censorship at its finnest...
Here you go!
 

✝Fenrir✝

Active Member
Nov 3, 2018
643
2,272
Can someone link me the guide in a different website? Maybe even embeded here?

Mega has been closed off for Brazil due to some lawsuit, no details about it (probably copyright issues) or date set for the blocking to end. Funny thing, the governament didnt ask Mega to block us off, it asked the ISPs to block off Mega (because the governament most likely doesnt holds any power over w/e Mega servers are located so they wouldnt need to care about such request). Censorship at its finnest...
VPN dude
 
  • Like
Reactions: Bigeye6
4.10 star(s) 267 Votes