Sep 3, 2020
4,132
25,965
Gonna take a wild guess at you using the walkthrough mod before it's been updated.
okay my sister just got done playing the update and I feel so much better this is all I wanted
I just wanted the option to say no
screenshot0001.png

I mean it fits my version of the mc since the start of the game I've been rejecting every female character except the mc sister

so for me this option makes sense from a story point of view

this option fits the personality of my version of the mc

and if someone has enough relationship points with the cousin kissing her fits their version of the mc and

makes sense from a story point of view for them
 
  • Like
Reactions: anker11

Majindevil

Member
Nov 20, 2018
466
1,187
Oh okay. So on to another question. Can I avoid this Friend? :unsure:
no and it seems that she is the only one where releationship points have no impact took every negativ option i had open ended the game with -40 but still in bed with her :cautious: skipped trough the last and this update and still whatever you choose on the way you still have to make out with her...
 
  • Sad
Reactions: NukaCola

AM97

Member
Oct 9, 2017
300
134
I got an error when loading my most advanced saved and I really don't want to go through it all again. Any idead how I can fix it ?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "renpy/common/00action_file.rpy", line 452, 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/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "01_day_intro.rpyc", line 52, in script
File "01_day_intro.rpyc", line 52, in script
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1205, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, 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 3910, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 472, in event
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, 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 3101, 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 3910, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, 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 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1243, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 975, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 910, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 767, in load
log.unfreeze(roots, label="_after_load")
File "renpy/python.py", line 2173, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/python.py", line 2005, in rollback
self.load_failed()
File "renpy/python.py", line 1923, 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.19041
Ren'Py 7.4.4.1439
Sunshine Love 0.06
Sat May 1 20:18:13 2021
 

HornyyPussy

Message Maven
Apr 26, 2020
12,242
28,310
I got an error when loading my most advanced saved and I really don't want to go through it all again. Any idead how I can fix it ?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "renpy/common/00action_file.rpy", line 452, 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/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "01_day_intro.rpyc", line 52, in script
File "01_day_intro.rpyc", line 52, in script
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1205, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 871, in do_display
**display_args)
File "renpy/character.py", line 621, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3101, 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 3910, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 472, in event
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 129, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, 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 3101, 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 3910, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, 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 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1243, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 245, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1053, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 975, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 910, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 767, in load
log.unfreeze(roots, label="_after_load")
File "renpy/python.py", line 2173, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/python.py", line 2005, in rollback
self.load_failed()
File "renpy/python.py", line 1923, 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.19041
Ren'Py 7.4.4.1439
Sunshine Love 0.06
Sat May 1 20:18:13 2021
if you are using the mod then that may be the problem otherwise try earlier saves
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,898
7,654
monroe : (maybe mention in OP)

IMPORTANT!

There has been an issue with the ipatch of recent update v.0.6.

A bug fixed version is uploaded overe here

In Subscribestar Version, the patch is already applied by default, therefore we recommend to PATCH even your subscribestar version with this new bug-fixed patch again.

Sorry for the inconveniences
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,898
7,654
An other trojan infected download !
it's neiter trojan, nor infected - if you would know about the renPy engine, you would know that's a common issue (false-positive) - at least on the original download sites - not sure about the russian one or other over here
 

Hyperserver

often the biggest step forward is to "step back"
Donor
Jun 30, 2018
2,898
7,654
Is it true that the Subscribestar version has twin-on-twin action? If so, has anyone uploaded / is willing to upload the latest release? I don't care for anything sister-related (have not even applied the patch), but Ivy and Lily together is a completely different value proposition! ;)
no - you get action with either one of them
 

Avaron1974

Resident Lesbian
Aug 22, 2018
25,047
85,702
Is it true that the Subscribestar version has twin-on-twin action? If so, has anyone uploaded / is willing to upload the latest release? I don't care for anything sister-related (have not even applied the patch), but Ivy and Lily together is a completely different value proposition! ;)
Nope, that's not true.
 

Dragon59

Conversation Conqueror
Apr 24, 2020
6,699
10,939
I was very eager to go on the twins path but man TMI on the meeting they have killed it for me. I mean yes pretty much everybody has a past sex life but you don't even get to choose if you want to ask her about it.
those dialogues was actually kinda HOT for me..
Some people can't handle the truth.

I expect some guys don't want to hear about their partners' experience because they'll worry that the partner is comparing their technique. The seduction of an innocent is a staple of erotic literature.

For me, an experienced woman who chooses you is hotter.
 

Madeddy

Active Member
Dec 17, 2017
814
468
An other trojan infected download !
No. You can even ask the RenPy dev on his discord if you want. He will say the same.
it's neiter trojan, nor infected - if you would know about the renPy engine, you would know that's a common issue (false-positive) - at least on the original download sites - not sure about the russian one or other over here
Correct.
And its just the 32 bit exe which acts up all the time. If you're on a 64bit system you can erase the file("{GameName}32.exe") and start the game with other(64bit) "{GameName}.exe".
 
Last edited:

cxx

Message Maestro
Nov 14, 2017
58,147
28,862
In my current game, Lily is the one who is spending time with MC. Does that end up being Ivy if one made a different decision early on?
no and if they decide to swap how are you gonna figure which one is jumping on top of mc?
 
3.50 star(s) 267 Votes