gmdz

Member
Feb 4, 2019
158
101
Loaded 0.91 and when at clubhouse with three bikers, get a "Bruce is not defined" exception if you choose "Stay."
Other path seems to proceed.
Did I screw up?
Starting a new game and continuing from "the last chapter" fixes it.
 
  • Like
Reactions: fannum

fannum

Newbie
Oct 29, 2023
45
77
Starting a new game and continuing from "the last chapter" fixes it.
Thank you. I continue to be learning the variations of Renpy, and am grateful for the kindness of strangers ... and tolerance!
 

darlingcabinet

Formerly 'muddypuddles'
Oct 1, 2024
4
13
Loaded 0.91 and when at clubhouse with three bikers, get a "Bruce is not defined" exception if you choose "Stay."
Other path seems to proceed.
Did I screw up?

seems dev didnt set a variable correctly. You can fix it yourself if you go into the game folder and open script.rpy with an editor like notepad++. Then use ctrl+f, search for seeinngBruce. Change that to seeingBruce, and it will fix the error.
 
  • Like
Reactions: FookU2 and fannum

darlingcabinet

Formerly 'muddypuddles'
Oct 1, 2024
4
13
There's another variable not set correctly if you start the game from a fresh save. This will cause you to miss the new scene with Toby. You can fix it the same way. Go into the game folder and open script.rpy with an editor like notepad++. Then use ctrl+f, search for *"Have some fun with Toby":* (remove the '*' ) then add this right below it *$ gaveTobyBJ = True* (again remove the '*'). Save the document, and open the game. Either start a new save or load up a save from right before Aimee is under Toby's desk. Continue playing until after the scene at the biker bar when Aimee is trying on the outfit they gave them and then Toby will text Aimee asking to come into his office
 

Pedro Castro

Newbie
Jan 3, 2023
22
9
Hello friends, could someone help me? Right at the beginning of the game when the protagonist is in front of the house with her parents my game crashes and closes! Do any of you have a save game a little after this beginning so that I can play from the beginning and not miss the opening scenes? I could only play from a save from the version before this one!
 

FookU2

Engaged Member
Jan 23, 2018
3,382
2,585
Starting a new game and continuing from "the last chapter" fixes it.
And that means starting saves all over again. And for a game like this, that has multiple paths, that's just not an option I care to take. I'll save before the scene and wait on a bugfix, or the next update. lol
 

MartiniGM

Newbie
Sep 30, 2017
18
18
There's another variable not set correctly if you start the game from a fresh save. This will cause you to miss the new scene with Toby. You can fix it the same way. Go into the game folder and open script.rpy with an editor like notepad++. Then use ctrl+f, search for *"Have some fun with Toby":* (remove the '*' ) then add this right below it *$ gaveTobyBJ = True* (again remove the '*'). Save the document, and open the game. Either start a new save or load up a save from right before Aimee is under Toby's desk. Continue playing until after the scene at the biker bar when Aimee is trying on the outfit they gave them and then Toby will text Aimee asking to come into his office
Phew... good thing I love a RenPy-script rewrite... don't know about all other random people.. :)
 
  • Like
Reactions: darlingcabinet

Boogg

Member
Apr 21, 2022
268
586
Anyone fix this yet? The fix someone suggested did not work.




Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 20752, in script
    if seeingBruce:
  File "game/script.rpy", line 20752, in <module>
    if seeingBruce:
NameError: name 'seeingBruce' is not defined

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

Full traceback:
  File "game/script.rpy", line 20752, in script
    if seeingBruce:
  File "D:\Visual Novels\SandyBay-v.91-pc\renpy\ast.py", line 1843, in execute
    if renpy.python.py_eval(condition):
  File "D:\Visual Novels\SandyBay-v.91-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Visual Novels\SandyBay-v.91-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 20752, in <module>
    if seeingBruce:
NameError: name 'seeingBruce' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.2.24090902
Sandy Bay v.91
Sun May 11 16:10:02 2025
 

s1im

Member
Jun 26, 2018
124
114
please someone update the wt-mod thanks
I'm just making a guess, but it looks like JokerLeader waits until the developer releases the free version before updating the WT.

So WT for 0.89 is out now, but not 0.91 yet.
 
Last edited:

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
27,599
243,721
Looks like JokerLeader waits until the developer releases the free version, before updating the WT.

So WT for 0.89 is out now, but not 0.91 yet.
No, I just don't think he knows, maybe you should quote his post or notify him. He also lost power for a long long while and also could not update any mods.
 
  • Like
Reactions: psychedevil
3.30 star(s) 19 Votes