Spfjolietjake

Conversation Conqueror
Sep 26, 2019
7,497
14,634
I love MNF. I love Grandma's House. I love Scars of Fate. I love My ordinary extraordinary life. I love a clever name, blackheart hotel, WVM, panic attack, Karlsson's Gambit...

Point blank my tastes vary greatly. One thing these vns have in common is they are unique. Yes some share similarities but each one is no clone and is a dev following their vision.

Criticism is actually welcomed by these devs respectively but they don't bend over to public opinion nor do they suffer trolls.

To those that know who they are Quit being so fucking entitled, just because you don't like something in a vn doesn't mean you are entitled to it to be changed.

There are thousands of choices here do us all a favor try others and quit the whining...
 

Revelwer

Newbie
Dec 4, 2021
77
12
Every time I load a file, it keeps saying "An exception has occurred." I want to know if there's a way I can solve that problem.
 

MoonBox

Asses & Affection
Donor
Game Developer
Sep 11, 2021
1,302
15,216
Every time I load a file, it keeps saying "An exception has occurred." I want to know if there's a way I can solve that problem.
Probably this but if it's not, I can't do much without the error log. There should be a copy button on the bottom of the error screen, just paste it into a spoiler here.
 

Spfjolietjake

Conversation Conqueror
Sep 26, 2019
7,497
14,634
Funny enough, I have started one.

I talked to Tlaero about it a while back. I had a big date sim thing in mind but she told me to keep my first one simple while I learn.
Oh sweet. Best of luck and I hope it reaches fruition. With your snark and wit it should be a fun read. That said, *KISS is always the best advice for a first timer imo.

*Keep it simple stupid
 
Last edited:
  • Like
Reactions: MoonBox

JJDrakken

Well-Known Member
Oct 28, 2021
1,426
2,481
Funny enough, I have started one.

I talked to Tlaero about it a while back. I had a big date sim thing in mind but she told me to keep my first one simple while I learn.
You got the balls I don't got atm(My own personal fear keeps me trying to learn coding/rendering & my own headaches). But man I can write like stories like it's nothing. Been doing that since I was 10, I'm 46 now, lol.
 
  • Like
Reactions: Avaron1974

Revelwer

Newbie
Dec 4, 2021
77
12
Probably this but if it's not, I can't do much without the error log. There should be a copy button on the bottom of the error screen, just paste it into a spoiler here.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, 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 "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/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 "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/python.py", line 2190, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/python.py", line 1932, 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?

Darwin-21.1.0-x86_64-i386-64bit
Ren'Py 7.4.8.1895
Grandma's House V0.06
Wed Mar 30 20:11:36 2022
To be clear, I'm using the updated version on this site and I'm using the Gallery/Walkthrough Mod. I also used the script.rpy you posted to me and it still didn't work.
 

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
2,910
29,181
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, 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 "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/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 "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/python.py", line 2190, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "/private/var/folders/_t/nklkkss523n_k840m0klwt200000gn/T/AppTranslocation/842F09F2-4238-4728-AB65-10316EF035EF/d/GrandmasHouse.app/Contents/Resources/autorun/renpy/python.py", line 1932, 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?

Darwin-21.1.0-x86_64-i386-64bit
Ren'Py 7.4.8.1895
Grandma's House V0.06
Wed Mar 30 20:11:36 2022
To be clear, I'm using the updated version on this site and I'm using the Gallery/Walkthrough Mod. I also used the script.rpy you posted to me and it still didn't work.
Hi. Since you are using my Mod it could of course also my Mod causing the issue. But since you also already used the posted "pure" script (without my Mod) too and still get the error message I'm not sure.

I recommend a new game install without my Mod and try it again. Or you can use some saves from me from my Mod test (save page 6, the first one is from the beginning of the new game update)
 
  • Like
Reactions: MoonBox and Punto

Deleted member 2553135

Well-Known Member
Jul 3, 2020
1,186
2,203
Do we know anything about the father's side of the family? It seems weird that nobody on that side of the family has been mentioned or played a part in the MC's known life so far (if there is any alive that is), so I was just wondering.
 

Avaron1974

Resident Lesbian
Aug 22, 2018
24,894
85,021
Do we know anything about the father's side of the family? It seems weird that nobody on that side of the family has been mentioned or played a part in the MC's known life so far (if there is any alive that is), so I was just wondering.
I don't know why that would be weird. A lot of families don't mix outside of the married ones.

My dads family has nothing to do with my mothers. My aunt has nothing to do with her husbands side of the family. My sisters married and I couldn't name a single member of her husbands family.
 

Deleted member 2553135

Well-Known Member
Jul 3, 2020
1,186
2,203
I don't know why that would be weird. A lot of families don't mix outside of the married ones.

My dads family has nothing to do with my mothers. My aunt has nothing to do with her husbands side of the family. My sisters married and I couldn't name a single member of her husbands family.
Yeah, I was just wondering. That is what I probably figured, but I thought I would ask anyway. Thanks.
 

jojo51510

Newbie
Aug 28, 2017
24
26
Loving this update but sad to see that the neighbor (Natalia) scene was cut out or am I missing something

Gonna get perfect attendance for math class tho
 
  • Red Heart
Reactions: MoonBox
3.80 star(s) 269 Votes