Sign me up for Team:

  • Alice

    Votes: 1,370 41.9%
  • Tim

    Votes: 458 14.0%
  • Tom

    Votes: 301 9.2%
  • Any or all of the above

    Votes: 1,139 34.9%

  • Total voters
    3,268

jhonatanw

Engaged Member
Jun 21, 2022
2,843
3,134
I'm having trouble loading the save

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/RP/script.rpy", line 12, in script call
File "game/scripts/FS/_misc.rpy", line 84, in script call
File "game/scripts/FS/afterLoad.rpy", line 3, in script
File "game/scripts/FS/afterLoad.rpy", line 3, in <module>
NameError: name 'tags' is not defined

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

Full traceback:
File "game/scripts/RP/script.rpy", line 12, in script call
File "game/scripts/FS/_misc.rpy", line 84, in script call
File "game/scripts/FS/afterLoad.rpy", line 3, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/scripts/FS/afterLoad.rpy", line 3, in <module>
NameError: name 'tags' is not defined
 

clowns234

Engaged Member
Game Developer
May 2, 2021
3,090
4,850
I'm having trouble loading the save

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/RP/script.rpy", line 12, in script call
File "game/scripts/FS/_misc.rpy", line 84, in script call
File "game/scripts/FS/afterLoad.rpy", line 3, in script
File "game/scripts/FS/afterLoad.rpy", line 3, in <module>
NameError: name 'tags' is not defined

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

Full traceback:
File "game/scripts/RP/script.rpy", line 12, in script call
File "game/scripts/FS/_misc.rpy", line 84, in script call
File "game/scripts/FS/afterLoad.rpy", line 3, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/scripts/FS/afterLoad.rpy", line 3, in <module>
NameError: name 'tags' is not defined
My guess would be that you are trying to load a save that is no longer valid.
'tags' is one of the first variables created in the game, and has been since version 0.05 or 0.06 (?)
 

jhonatanw

Engaged Member
Jun 21, 2022
2,843
3,134
My guess would be that you are trying to load a save that is no longer valid.
'tags' is one of the first variables created in the game, and has been since version 0.05 or 0.06 (?)
But I started from the beginning and I'm not even using the old save, all I had to do was save it and I can't always load the error.
 

clowns234

Engaged Member
Game Developer
May 2, 2021
3,090
4,850
But I started from the beginning and I'm not even using the old save, all I had to do was save it and I can't always load the error.
At what point in the game are you saving?

The variable 'tags' keeps track of all the stats, such as player choices (including name choice). It is one of the first variables set up in the game. When the game is reloaded from a save, the current version of the game is updated in tags[0], which is where your game is faulting. Stepping through the code, I see where saving before making a name choice could give you that error. If that is not the case, let me know and I will do what I can to figure it out.

Before saving, doing a <shift>O and then typing in tags <enter> will show you what's in the tags variable. If it exists when you save it, it should exist when you load it.
 
Last edited:

doccop63

Well-Known Member
Oct 16, 2022
1,308
1,957
I downloaded it the minute that I saw it available. Given how the game was going at the time, I wanted to see a possible alternate ending. I thought that it was well thought out but was a little disappointed with, not the scenes per se but the lack of direction that weren't explored. I would rate the game 4 stars Imo. I'd like to DM you about those scenes that I alluded to and ask you a few moree questions. All-in-all, it was a good but short story.
 

MrPerson28475

Active Member
Game Developer
Nov 25, 2020
652
1,713
I downloaded it the minute that I saw it available. Given how the game was going at the time, I wanted to see a possible alternate ending. I thought that it was well thought out but was a little disappointed with, not the scenes per se but the lack of direction that weren't explored. I would rate the game 4 stars Imo. I'd like to DM you about those scenes that I alluded to and ask you a few moree questions. All-in-all, it was a good but short story.
Feel free to DM.
 
  • Like
Reactions: doccop63
2.50 star(s) 26 Votes