Im at .21 version and the hotel is bugged... I do nothing and the scene of maggie being exhausted happens consecutively without being able to do anything at all. I went there in the morning and i could only do 2 scenes, since almost every single time maggie is KO. I arrived there in the morning and i clicked the heart to start, then the scene shifts to maggie in the bed completely tired, i must press the REST button of the bed icon 2 or 3 times in a row, otherwise maggie is still tired. Then i do one option for the sex, and boom, maggie is tired agian. This did not happen before.
Trejon
Recent community posts
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 256, in script
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 256, in <module>
$ renpy.pause(0.000001, hard=False)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/common/00gamemenu.rpy", line 174, in script call
$ ui.interact()
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "renpy/ast.py", line 1818, in execute
next_node(self.items[choice][2][0])
~~~~~~~~~~^^^^^^^^
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "game/script.rpy", line 256, in script
$ renpy.pause(0.000001, hard=False)
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 256, in <module>
$ renpy.pause(0.000001, hard=False)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "renpy/exports/statementexports.py", line 198, in pause
rv = renpy.ui.interact(mouse="pause", type="pause", roll_forward=roll_forward, pause=delay, pause_modal=modal)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 3302, in interact_core
rv = root_widget.event(ev, x, y, 0)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/screen.py", line 805, in event
rv = self.child.event(ev, x, y, st)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, 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 1184, in event
return handle_click(self.clicked)
~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1107, in handle_click
rv = run(action)
~~~^^^^^^^^
File "renpy/display/behavior.py", line 411, in run
return action(*args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/common/00action_menu.rpy", line 120, in __call__
renpy.call_in_new_context("_game_menu", *self.args, _game_menu_screen=screen, **self.kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/game.py", line 372, in call_in_new_context
return renpy.execution.run_context(False)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "renpy/execution.py", line 1022, in run_context
context.run()
~~~~~~~~~~~^^
File "renpy/common/00gamemenu.rpy", line 174, in script call
$ ui.interact()
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "renpy/common/00gamemenu.rpy", line 174, in script call
$ ui.interact()
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "renpy/display/error.py", line 135, in report_exception
renpy.game.invoke_in_new_context(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
call_exception_screen,
^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
ignore_action=ignore_action,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "renpy/game.py", line 301, in invoke_in_new_context
return callable(*args, **kwargs)
~~~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/display/error.py", line 44, in call_exception_screen
return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 3302, in interact_core
rv = root_widget.event(ev, x, y, 0)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/screen.py", line 805, in event
rv = self.child.event(ev, x, y, st)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1508, 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 273, in event
rv = d.event(ev, x - xo, y - yo, st)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1184, in event
return handle_click(self.clicked)
~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1107, in handle_click
rv = run(action)
~~~^^^^^^^^
File "renpy/display/behavior.py", line 411, in run
return action(*args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/display/error.py", line 51, in rollback_action
renpy.exports.rollback(force=True)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "renpy/exports/rollbackexports.py", line 233, in rollback
renpy.game.log.rollback(
~~~~~~~~~~~~~~~~~~~~~~~^
checkpoints, greedy=greedy, label=label, force=(force is True), abnormal=abnormal, current_label=current_label
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "renpy/rollback.py", line 950, in rollback
self.load_failed()
~~~~~~~~~~~~~~~~^^
File "renpy/rollback.py", line 864, 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-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401
MINA! NTR Phone Story 0.19a
Sat May 16 23:16:34 2026
[/code]
Just got the update.... Windows version.... First minute of the game
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "renpy/common/00gamemenu.rpy", line 174, in script call
$ ui.interact()
File "game/script.rpy", line 416, in script call
mc_nvl "Hey Alexis, I just got your number from Mina!"
File "game/script.rpy", line 556, in script call
$ renpy.pause(0.000001, hard=False)
File "game/script.rpy", line 561, in script
menu (nvl=True):
File "renpy/ast.py", line 1818, in execute
next_node(self.items[choice][2][0])
~~~~~~~~~~^^^^^^^^
IndexError: list index out of range
Windows-11-10.0.26200-SP0 AMD64
Ren'Py 8.4.1.25072401
MINA! NTR Phone Story 0.19a
Sat May 16 23:15:26 2026
[/code]
Read the app. It has 3 buttons. One to record, one to play once, and one to loop. Each button is a ON/OFF button. If you press the one to loop. press it again and it get turned off. Same with the recording, there is no notification that it finished recording or stopped. Its very simple software. You can then save the macro for later and load it. You can even load the macro in the space below to queue them and add how many loops.
For the buttons you can edit them to work with the keyboard. I seelected buttons 1, 2 and 3 on the keyboard.
Thank you DUDE!!! This app works perfectly! It did complex mouse movenents and keyboard keys without mistake and no delays like others macro makers i tried. Its free, and can be used for as long as i need. I saved a macro that takes 4 minutes of clickings and keys. And it did it. This will save me at least a few hours everyday. I would donate you if i had the money for it
Is there a walkthrough we can look at? I cannot get the image where Annie puts the black bikini and records a video. There are many images i cannot get no matter what options i use. So there must be a singular path to those photos. At least it would help to know which path that image is on and a feature to let you know which path you are currently at
By the way... I cannot help but notice that you are using the s3x sounds from the game
My Maid Dreams of Electric Sheep of dodonga
I checked and they are 100% the same when the girls reach it and mc nuts.
I became a FREE patreon member, but the game dosnt recognize that, and i already linked to my patreon. P-PAH7RXVZ
Some pictures demand that i am a FREE patreon member but as i said, the game says i am NONE. Also, is every gif and video now demand paid members? I know that you need to get money but blocking it all....