- Aug 28, 2017
- 310
- 92
Same hereI got also an traceback, This happens when you use the binoculars to watch you're neighbor :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 372, in script jump bath_andr_day01 ScriptError: could not find label 'bath_andr_day01'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 372, in script jump bath_andr_day01 File "renpy/ast.py", line 1711, in execute rv = renpy.game.script.lookup(target) File "renpy/script.py", line 900, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'bath_andr_day01'. Windows-10-10.0.19041 Ren'Py 7.4.2.1292 0.80 Sun Feb 14 23:49:29 2021
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/day13.rpy", line 189, in script
kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic."
Exception: Sayer 'kar' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/day13.rpy", line 189, in script
kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic."
File "renpy/ast.py", line 680, in execute
who = eval_who(self.who, self.who_fast)
File "renpy/ast.py", line 574, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'kar' is not defined.
Windows-10-10.0.19041
Ren'Py 7.4.2.1292
0.80
Mon Feb 15 00:20:40 2021
scrappy Script.rpy is missing the following lineJust began the update and i get error every time the doctor speak:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/day13.rpy", line 189, in script kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic." Exception: Sayer 'kar' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/day13.rpy", line 189, in script kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic." File "renpy/ast.py", line 680, in execute who = eval_who(self.who, self.who_fast) File "renpy/ast.py", line 574, in eval_who raise Exception("Sayer '%s' is not defined." % who) Exception: Sayer 'kar' is not defined. Windows-10-10.0.19041 Ren'Py 7.4.2.1292 0.80 Mon Feb 15 00:20:40 2021
If you still have the traceback error for the bar, post it so it can be fixedThe actual Mod for v0.80 don't work.
First bug came right after looking at the girl with the binocular. The First scene of the apartement.
I relaunched the game without the mod to pass the scene, and i put back the mod to see if it was the only problem and it crashed again at the bar. I even saw a bug with a doctor in the thread.
3 bug already.
I'll wait for a patch.
I'm sorry, but an uncaught exception occurred.If you still have the traceback error for the bar, post it so it can be fixed
I checked the original script.rpy and " Set_Time_of_Day " isn't there. As per this post https://f95zone.to/threads/become-a-rock-star-walkthrough-cheat-mod-v0-80-scrappy.31035/post-5121429 scrappy It appears this variable has been removed from the original script.rpy and possible other .rpy tooI'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1107, in script
$ time_of_day = Set_Time_of_Day('NIGHT')
File "game/script.rpy", line 1107, in <module>
$ time_of_day = Set_Time_of_Day('NIGHT')
NameError: name 'Set_Time_of_Day' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1107, in script
$ time_of_day = Set_Time_of_Day('NIGHT')
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 1107, in <module>
$ time_of_day = Set_Time_of_Day('NIGHT')
NameError: name 'Set_Time_of_Day' is not defined
I literally deleted the line to pass it but they got to be another way. You can just press IGNORE too.
https://f95zone.to/threads/become-a-rock-star-walkthrough-cheat-mod-v0-80-scrappy.31035/post-5121456I'm having issues also. I'm getting an error each time the doctor is speaking.
Same issue. Heard the mod is faulty right now.Just began the update and i get error every time the doctor speak:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/day13.rpy", line 189, in script kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic." Exception: Sayer 'kar' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/day13.rpy", line 189, in script kar "Well, that's not really surprising at all. After all, I am one of the best doctors in this clinic." File "renpy/ast.py", line 680, in execute who = eval_who(self.who, self.who_fast) File "renpy/ast.py", line 574, in eval_who raise Exception("Sayer '%s' is not defined." % who) Exception: Sayer 'kar' is not defined. Windows-10-10.0.19041 Ren'Py 7.4.2.1292 0.80 Mon Feb 15 00:20:40 2021
same hereI got also an traceback, This happens when you use the binoculars to watch you're neighbor :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 372, in script jump bath_andr_day01 ScriptError: could not find label 'bath_andr_day01'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 372, in script jump bath_andr_day01 File "renpy/ast.py", line 1711, in execute rv = renpy.game.script.lookup(target) File "renpy/script.py", line 900, in lookup raise ScriptError("could not find label '%s'." % str(original)) ScriptError: could not find label 'bath_andr_day01'. Windows-10-10.0.19041 Ren'Py 7.4.2.1292 0.80 Sun Feb 14 23:49:29 2021