ImperialD

Devoted Member
Oct 24, 2019
10,777
10,907
From the error you have posted. It is a very clear "loading the wrong save" error. Here I just replicated it.

You don't have permission to view the spoiler content. Log in or register now.
It says in the error log that it can't find a place to stop roll back. That means the script was changed or is not there anymore. And loading a save from 0.16 or earlier (that is not the picture below) would do that cause 0.17+ doesn't have that script, so either you loading the wrong save or every version you downloaded has the script file removed.


You need to either load a save that you made while playing version 0.20. Or start a new game and load a save that looks exactly like that:
View attachment 2274560
hmmm sounds like the version .21 doesn't know to look for my saves in the 16 or 20 folders .. i wonder why :unsure:
 

deuxrayme

Member
Nov 4, 2018
456
1,206
hmmm sounds like the version .21 doesn't know to look for my saves in the 16 or 20 folders .. i wonder why :unsure:
The saves are also stored here:
1672417683326.png

I'm not sure why Ren'Py has 2 save folder locations, but it does.

The best step to take at the moment is to see if somebody else can load a save you attach to a post.
 
  • Like
Reactions: ImperialD

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
10,060
92,192
I will make a save at the start of Part 2. Its attached. I just spam clicked through the questions. Its in Quicksave 3 slot. If you download it, don't forget to remove the numbers at the start if there are any before the "Quick".

Just put it into game\saves


I'm not sure why Ren'Py has 2 save folder locations, but it does.
I don't know why it does it like that, but I think Renpy always favors the game/save folder over the appdata one. That means if you have a save in the Appdata one, on slot 1-1 and one in the game/saves folder it shows you the game/saves one.
Edit: Nope I got that wrong way around it favours the saves in the appdata folder. That would also mean that when you have saves in the Appdata folder with the same name as the game/save folder, but you want to play the one in the save folder it won't show up.

And for this game specifically, in the game/save folder are only save you made in that Part.
 
Last edited:

Maanbane

New Member
May 7, 2020
5
3
Well... at this point i'm honestly wondering if my shit's just cracked from A all the fucking way to Z because lo and behold the same shit as last time. (latest version btw)
1556740321280.jpg


-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 173, 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 3276, 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 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 638, in execute
screen save():
File "game/screens.rpy", line 638, in execute
screen save():
File "game/screens.rpy", line 642, in execute
use file_slots(_("Save"))
File "game/Z_KoGa3Screens.rpy", line 236, in execute
screen file_slots(title):
File "game/Z_KoGa3Screens.rpy", line 236, in execute
screen file_slots(title):
File "game/Z_KoGa3Screens.rpy", line 240, in execute
use game_menu(title):
File "game/screens.rpy", line 472, in execute
screen game_menu(title, scroll=None, yinitial=0.0):
File "game/screens.rpy", line 472, in execute
screen game_menu(title, scroll=None, yinitial=0.0):
File "game/screens.rpy", line 481, in execute
frame:
File "game/screens.rpy", line 484, in execute
hbox:
File "game/screens.rpy", line 490, in execute
frame:
File "game/screens.rpy", line 493, in execute
if scroll == "viewport":
File "game/screens.rpy", line 524, in execute
transclude
File "game/Z_KoGa3Screens.rpy", line 240, in execute
use game_menu(title):
File "game/Z_KoGa3Screens.rpy", line 242, in execute
fixed:
File "game/Z_KoGa3Screens.rpy", line 336, in execute
grid gui.file_slot_cols gui.file_slot_rows:
File "game/Z_KoGa3Screens.rpy", line 344, in execute
for i in range(gui.file_slot_cols * gui.file_slot_rows):
File "game/Z_KoGa3Screens.rpy", line 348, in execute
if persistent.KoGa3NamedSaves == 2 and title == "Save":
File "game/Z_KoGa3Screens.rpy", line 378, in execute
button:
File "game/Z_KoGa3Screens.rpy", line 383, in execute
has vbox
File "game/Z_KoGa3Screens.rpy", line 391, in execute
text FileSaveName(slot):
File "renpy/text/text.py", line 1646, in _scope
return self.set_text(self.text_parameter, scope, self.substitute, update)
File "renpy/text/text.py", line 1670, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'No Penetration Sex' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Grandma's House 0.21
Sat Dec 31 02:20:40 2022
 
Last edited:

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
10,060
92,192
Well... at this point i'm honestly wondering if my shit's just cracked from A all the fucking way to Z because lo and behold the same shit as last time. (latest version btw)
View attachment 2275829
You don't have permission to view the spoiler content. Log in or register now.
Holy mother of spam, can you post it in the different spoiler? Just delete the first "I" of both spoiler codes.
I see that there are some problems with the mod. Sadly I cant really get what the problem could be, did you try without the mod? Maybe KoGa3 can help?

Nope that didnt do it.
Your spoiler codes are
Code:
[ISPOILER]...[/ISPOILER]
right now. But they should look like this:
Code:
[SPOILER]...[/SPOILER]
 
Last edited:
3.80 star(s) 286 Votes