Hmmm... can you show me what the error is?
Viewing post in Public Release Version 0.26 comments
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/sceneEndChoices.rpy", line 166, in execute
File "game/sceneEndChoices.rpy", line 166, in execute
File "game/sceneEndChoices.rpy", line 168, in execute
File "game/sceneEndChoices.rpy", line 2810, in execute
File "game/sceneEndChoices.rpy", line 2815, in execute
File "game/sceneEndChoices.rpy", line 2817, in execute
File "game/sceneEndChoices.rpy", line 2822, in execute
File "game/sceneEndChoices.rpy", line 2824, in execute
File "game/sceneEndChoices.rpy", line 2956, in execute
File "game/sceneEndChoices.rpy", line 3002, in execute
File "game/sceneEndChoices.rpy", line 3006, in execute
File "game/sceneEndChoices.rpy", line 3009, in execute
File "game/sceneEndChoices.rpy", line 3010, in execute
File "game/sceneEndChoices.rpy", line 3014, in <module>
NameError: name 'samiCorruptionGym' is not defined
This is the Sami error.
Ah... This problem...
I don't have great news for you, this is a problem caused by going across different versions of save files. I can fix it if you send me your save file.
It's the upshot of me expanding the new variables and renpy just not doing it's job and defining them in your save game. Sometimes it helps to load it in another version and failing that I can just fix it by hand, get it done in a couple of minutes of work. It doesn't happen every time, more of a 1 in 1,000 chance, but it does seem to be computer dependent.
Or you could just start a new file, but I don't really like suggesting that option. It's a big game and I don't want you to lose your progress.