- Oct 6, 2018
- 45
- 17
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script3.rpy", line 7132, in script
pt "Good. You haven't lost your touch."
Exception: Sayer 'pt' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script3.rpy", line 7132, in script
pt "Good. You haven't lost your touch."
File "E:\John\Downloads\Savior-0.8-pc\renpy\ast.py", line 676, in execute
who = eval_who(self.who, self.who_fast)
File "E:\John\Downloads\Savior-0.8-pc\renpy\ast.py", line 574, in eval_who
raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'pt' is not defined.
Windows-8-6.2.9200
Ren'Py 7.3.2.320
Savior 0.8
Thu Sep 30 19:07:24 2021
Previous save files work for me and most of the other players who downloaded game from patreon page. This issue has to do with multi mod or galler mod etc...Not saying it will work for everyone but I was in the "saves don't work" boat after downloading and installing the game (PC and Mac btw). At the time scrappy had not updated his "Gallery & Cheat Mod" (linked on the OP). However, being the ultimate pro that he is, scrappy jumped on it asap, updated his outstanding mod, and once I installed it, the game now works. Weird. Now I don't know jack about modding and coding and renpy dev-ing but methinks something is amiss when you have to rely on a third-party mod to get a game to run.
Here's the link and thank you scrappy for the quick turnaround or I'd probably be fapping to some lame ass honey select game about now!
https://f95zone.to/threads/savior-v0-5a-purple-fellas.40217/post-3867589
I don't know why, but I'm getting this error when Sayer speaks.Updated for version 0.8 Beta
I've made a Walkthrough/Gallery/Cheat mod for this game
Download : MEGA
- Best choices in dialogue colored green
- Scene replay gallery added to the main menu
- Cheat menu button added to the top right of the screen
You must be registered to see the linksYou must be registered to see the links
I'm really enjoying this game.
So, with the "i" mod and Scrappy's mod, I keep getting errors wheneverspeaks:You don't have permission to view the spoiler content. Log in or register now.
This is consistent through the entire dialogue, sadly.Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script3.rpy", line 7132, in script pt "Good. You haven't lost your touch." Exception: Sayer 'pt' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script3.rpy", line 7132, in script pt "Good. You haven't lost your touch." File "E:\John\Downloads\Savior-0.8-pc\renpy\ast.py", line 676, in execute who = eval_who(self.who, self.who_fast) File "E:\John\Downloads\Savior-0.8-pc\renpy\ast.py", line 574, in eval_who raise Exception("Sayer '%s' is not defined." % who.encode("utf-8")) Exception: Sayer 'pt' is not defined. Windows-8-6.2.9200 Ren'Py 7.3.2.320 Savior 0.8 Thu Sep 30 19:07:24 2021
Quick fix for that is rollback one screen, open console with Shift-O, then type:I don't know why, but I'm getting this error when Sayer speaks.
[I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script3.rpy", line 7444, in script
pt "Well it's funny now but I wasn't laughing that day at all."
Exception: Sayer 'pt' is not defined.]
Hey S/H the game has more complaint than an other game relese so If you have noting good to share to fix it than shut it up ... & keep quiteThe games are in development so why the hell are you complaining? Things like code can always change and its not that this would be a super grindy sandbox game that would take you hours to play to get back to where you were, it takes mere minutes and if you can't handle that, better only play games that have a completed tag.![]()
are you using a mod?
I do not use any mode but have same problemMulti-mod, yes.
works with 0.8 version ?Incest patch for the latest version. It should work properly.
I don't care how many complain, its a fact that these games are in development and no level of complaining and crying changes that so take your own advice and shut up.Hey S/H the game has more complaint than an other game relese so If you have noting good to share to fix it than shut it up ... & keep quite
Fixing Safe Filei have also error.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 2997, in script
with flash
File "game/script.rpy", line 2997, in <module>
with flash
NameError: name 'flash' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 2997, in script
with flash
File "C:\Users\Gebruiker\Desktop\Savior-0.8-pc\renpy\ast.py", line 1380, in execute
trans = renpy.python.py_eval(self.expr)
File "C:\Users\Gebruiker\Desktop\Savior-0.8-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Gebruiker\Desktop\Savior-0.8-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 2997, in <module>
with flash
NameError: name 'flash' is not defined