Welcome to Inkbunny...
Allowed ratings
To view member-only content, create an account. ( Hide )
MisterFluffums

Bug tracker Cubsitting Simulator

This journal will be used to track bugs / corrections.
Thanks for anyone who finds one! Just let me know if you don't want your username to appear in this list, I just want to give some appreciation to people who take the time to let me know of bugs.

Version 0.0.1
Sarah's room - Babysitter takes a shower - "Game crashed due to line 118, AttributeError: 'ExtendedCharacter' object has no attribute" - found by Anonytigmous - fixed 23/09/24.
Living room - Lola builds a fort, you decide to use treasure - "Game crashed due to line 36, addItem() missing 1 required positional argument: 'number'" - found by demonkingofchaos- fixed 23/09/24.
Street - you play tag after raising your stats a bit - Code complains about pronoun lookup going wrong - found by drexarg- fixed 23/09/24.
Kitchen- you want to bake cookies - You do science experiments instead - found by drexarg- fixed 23/09/24.
Sarah's room - Babysitter takes a shower - The babysitter reffered to himself as herself - found by Anonytigmous - fixed 24/09/24.
Street - Trying to banish Leonard - Game crashes - fixed 26/09/24.
Kitchen - Cooking with Lola and other girl - Lola refers to other character as 'Ben' - fixed 26/09/24.

Version 0.0.2
Lola's Room - You try to put Lola to sleep- Code complains about a nonexistent label LolaSleep - found by anonimo191 / demonkingofchaos- fixed 23/12/24.
Living Room / Garden / Sarah's room - You try to ask Sarah to remove her clothes- Code complains Sarah doesn't have a refusal message - found by demonkingofchaos- fixed 23/12/24.
Sarah's room - You try to take a shower- Code complains that 'hasReached' is not a function - found by demonkingofchaos- fixed 23/12/24.
Sarah's room - You try to have fun with a sleeping naked Lola- Code checked if Lola was 'nude', but Lola while sleeping is 'nudesleep', this made it impossible to have fun with her and locked you out of the ending of her route - fixed 23/12/24
Lola's room - cubs are hard to click behind a sleeping naked Lola- I didn't use focus_mark on imagebuttons even though I should have - found by ordaa / raccker - fixed 18/01/25.
Sarah's room - game crash when trying to take a shower- happens when Lola has been naked at some point, but currently is wearing something while attempting to start this scene. I copied some code badly from another part - found by ForgottenOne -fixed in v0.3.0.
Hallway - Roderick appears at night- code didn't check whether cubs were awake or not for this cutscene - found by ForgottenOne - fixed in v0.3.0.

Version 0.3.0
Hotel California cheat didn't work- Cheat wasn't implemented correctly - found by Uchihaninja - fixed 29/03/25.
Vibrator wasn't visible- I just hadn't implemented a picture for it yet since it has no use yet - found by Demonkingofchaos - fixed 29/03/25.
Crash during water balloon fight- label 'TakeOffDress' didn't exist anymore - found by Demonkingofchaos - fixed 29/03/25.
Crash during arts and crafts- The dynamic choice between 'girls' and 'kids' wasn't implemented correctly - found by ForgottenOne and Ordaa - fixed 29/03/25.
Cubs react to you being naked while they're asleep - Have to fix this still - found by ForgottenOne.
Crash during Marco Polo event with Amber in the garden- A few syntax errors - found by Ordaa - fixed 29/03/25.
Player was dressed in Garden / Living room scenes even though he should be naked- caching issue - found by Demonkingofchaos - fixed 29/03/25.
Sauna tells you that "Dorothy doesn't trust you enough", even if it should be another char- Accidentally left a check specifically referring to Dorothy instead of generic char2. - found by Imya - fixed 29/03/25.
Maxxfearof cheat didn't work- Didn't put "intimidation" in quotation marks - found by DemonicLegacy - fixed 29/03/25.
Groundhog day and hotel california cheat didn't work- Mixed define and default - found by Demonkingofchaos - fixed 29/03/25.
Loading a save created by 0.3.0-0.3.1 didn't work- Backwards compatibility mechanism failed (the irony!) - found by Demonkingofchaos and Ranma0029 - fixed 29/03/25.
There was no grace period for Dorothy to move away after bullying- Positional argument fuck up - found by Uchihaninja - fixed 29/03/25.
Sarah fires you when Lola wakes up- Time check was programmed wrong - found by wurgel - fixed 30/03/25.
Viewed: 390 times
Added: 8 months ago
 
demonkingofchaos
8 months ago
well found one for the
 
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,buttonlist)
  File "game/scripts/livingroom/livingroom_lola.rpy", line 4, in script call
    call InterestHouseMenu(l,"Hi mister, what are we going to play?","I'd rather not, mr. "+p.name+".",[
  File "game/scripts/cutscenes/cutscenes_other.rpy", line 49, in script call
    $ renpy.call(returned_call)
  File "game/scripts/livingroom/livingroom_lola.rpy", line 36, in script
    $ p.addItem("SarahDildo")
  File "game/scripts/livingroom/livingroom_lola.rpy", line 36, in <module>
    $ p.addItem("SarahDildo")
TypeError: addItem() missing 1 required positional argument: 'number'

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

Full traceback:
  File "game/scripts/general/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,buttonlist)
  File "game/scripts/livingroom/livingroom_lola.rpy", line 4, in script call
    call InterestHouseMenu(l,"Hi mister, what are we going to play?","I'd rather not, mr. "+p.name+".",[
  File "game/scripts/cutscenes/cutscenes_other.rpy", line 49, in script call
    $ renpy.call(returned_call)
  File "game/scripts/livingroom/livingroom_lola.rpy", line 36, in script
    $ p.addItem("SarahDildo")
  File "C:\Users\doomt\Desktop\BabysittingSimulator-0.0.1-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\doomt\Desktop\BabysittingSimulator-0.0.1-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/livingroom/livingroom_lola.rpy", line 36, in <module>
    $ p.addItem("SarahDildo")
TypeError: addItem() missing 1 required positional argument: 'number'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
BabysittingSimulator 0.0.1
Mon Sep 23 22:33:51 2024

MisterFluffums
8 months ago
Fixed it, thanks a ton! You were also able to dupe the vibrator and up with 1000x vibrators, which should also be fixed now.
No actual use for it yet though, that's also for v0.0.2.
demonkingofchaos
5 months ago

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/sarahroom/lola/sarahroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/sarahroom/lola/sarahroom_lola_starter.rpy", line 41, in script
    if l.hasReached("friendliness",5):
  File "game/scripts/sarahroom/lola/sarahroom_lola_starter.rpy", line 41, in <module>
    if l.hasReached("friendliness",5):
AttributeError: 'ExtendedCharacter' object has no attribute 'hasReached'

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/sarahroom/lola/sarahroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/sarahroom/lola/sarahroom_lola_starter.rpy", line 41, in script
    if l.hasReached("friendliness",5):
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\ast.py", line 1845, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/sarahroom/lola/sarahroom_lola_starter.rpy", line 41, in <module>
    if l.hasReached("friendliness",5):
AttributeError: 'ExtendedCharacter' object has no attribute 'hasReached'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
CubsittingSimulator 0.0.2
Mon Dec 23 13:47:59 2024

demonkingofchaos
5 months ago

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/sarahroom/lola/sarahroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/sarahroom/lola/sarahroom_lola_starter.rpy", line 8, in script
    if l.hasReached("friendliness",5):
  File "game/scripts/sarahroom/lola/sarahroom_lola_starter.rpy", line 8, in <module>
    if l.hasReached("friendliness",5):
AttributeError: 'ExtendedCharacter' object has no attribute 'hasReached'

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/sarahroom/lola/sarahroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/sarahroom/lola/sarahroom_lola_starter.rpy", line 8, in script
    if l.hasReached("friendliness",5):
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\ast.py", line 1845, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/sarahroom/lola/sarahroom_lola_starter.rpy", line 8, in <module>
    if l.hasReached("friendliness",5):
AttributeError: 'ExtendedCharacter' object has no attribute 'hasReached'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
CubsittingSimulator 0.0.2
Mon Dec 23 13:47:08 2024

bug
demonkingofchaos
5 months ago

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 88, in script call
    call LolaSleep
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 88, in script call
    call LolaSleep
ScriptError: could not find label 'LolaSleep'.

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 88, in script call
    call LolaSleep
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\ast.py", line 1416, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 88, in script call
    call LolaSleep
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'LolaSleep'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
CubsittingSimulator 0.0.2
Mon Dec 23 13:57:15 2024

demonkingofchaos
5 months ago
man no mater how many times i read about sarah story man you are making a game with a story that i am 100000% invested in
demonkingofchaos
5 months ago

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/livingroom/sarah/livingroom_sarah_starter.rpy", line 2, in script call
    call InterestHouseMenu(s,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 43, in script call
    $ returned_call()
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 19, in script
    $ character(renpy.substitute("[characterRefusalMessage[character.name]]"),state=state)
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 19, in <module>
    $ character(renpy.substitute("[characterRefusalMessage[character.name]]"),state=state)
KeyError: 'Sarah'

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/livingroom/sarah/livingroom_sarah_starter.rpy", line 2, in script call
    call InterestHouseMenu(s,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 43, in script call
    $ returned_call()
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 19, in script
    $ character(renpy.substitute("[characterRefusalMessage[character.name]]"),state=state)
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 19, in <module>
    $ character(renpy.substitute("[characterRefusalMessage[character.name]]"),state=state)
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\exports.py", line 3944, in substitute
    return renpy.substitutions.substitute(s, scope=scope, translate=translate)[0]
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\substitutions.py", line 371, in substitute
    s = interpolate(s, kwargs) # type: ignore
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
KeyError: 'Sarah'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
CubsittingSimulator 0.0.2
Mon Dec 23 14:24:13 2024

demonkingofchaos
5 months ago

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 41, in script call
    call LolaSleep
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 41, in script call
    call LolaSleep
ScriptError: could not find label 'LolaSleep'.

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 41, in script call
    call LolaSleep
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\ast.py", line 1416, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 3, in script call
    call InterestHouseMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 48, in script call
    $ renpy.call(returned_call)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 41, in script call
    call LolaSleep
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'LolaSleep'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
CubsittingSimulator 0.0.2
Mon Dec 23 14:34:17 2024

demonkingofchaos
5 months ago

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/garden/jinx/garden_jinx.rpy", line 3, in script call
    call InterestHouseMenu(j,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 43, in script call
    $ returned_call()
  File "game/scripts/garden/mixed/garden_mixed_starter.rpy", line 108, in script call
    call GardenMixedOutdoorSunbathingRubbingOnAftersun(char2)
  File "game/scripts/garden/mixed/garden_mixed_starter.rpy", line 136, in script
    if not char2.naked():
  File "game/scripts/garden/mixed/garden_mixed_starter.rpy", line 136, in <module>
    if not char2.naked():
AttributeError: 'ExtendedCharacter' object has no attribute 'naked'

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/garden/jinx/garden_jinx.rpy", line 3, in script call
    call InterestHouseMenu(j,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 43, in script call
    $ returned_call()
  File "game/scripts/garden/mixed/garden_mixed_starter.rpy", line 108, in script call
    call GardenMixedOutdoorSunbathingRubbingOnAftersun(char2)
  File "game/scripts/garden/mixed/garden_mixed_starter.rpy", line 136, in script
    if not char2.naked():
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\ast.py", line 1845, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\doomt\Desktop\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/garden/mixed/garden_mixed_starter.rpy", line 136, in <module>
    if not char2.naked():
AttributeError: 'ExtendedCharacter' object has no attribute 'naked'

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
CubsittingSimulator 0.0.2
Mon Dec 23 14:40:38 2024

demonkingofchaos
5 months ago
bug BG living room not found all so trying to have fun with the other  cubs ie jinx is sex scene and the sheeps as well as the foxs don't show up after day 1
MisterFluffums
5 months ago
I don't fully understand, I fixed the background issue (I think), but which sex scene do you mean? Could you quote part of a sentence from it? (I can search for it in my code then).
demonkingofchaos
5 months ago
kitchen Dorothy full the lamb
lola's bedroom jinx show her an aduly game
ambers i can't remember the name
and yer sorry about that it was  rushed
MisterFluffums
5 months ago
Ahhhh those you can only pick if Dorothy / Jinx are virgins, so that's why they only show once per playthrough.

They were originally mainly intended to test the statistics tracking system, so there're really not 'proper' scenes.

They're planned to become proper scenes in v0.0.3!
demonkingofchaos
5 months ago
ha well at lest there not bugged looking anyway can't wait for more updates and will add anymore bugs i find
ForgottenOne
2 months, 3 weeks ago
Exception Found

Cause: Trying to have Lola (not virgin) + Jinx (not virgin) bath. Completed scene already with both of them, this is second time clicking, worked fine first time round. Also have Amber in room in underwear (virgin)

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/sarahroom/jinx/sarahroom_jinx.rpy", line 3, in script call
    call InterestHouseMenu(j,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 43, in script call
    $ returned_call()
  File "game/scripts/sarahroom/mixed/sarahroom_mixed_endgame.rpy", line 24, in script
    $ renpy.show(l.imagebasename+" "+self.state(self.cached_state if stateName == None else stateName))
  File "game/scripts/sarahroom/mixed/sarahroom_mixed_endgame.rpy", line 24, in <module>
    $ renpy.show(l.imagebasename+" "+self.state(self.cached_state if stateName == None else stateName))
NameError: name 'self' is not defined

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 12, in script call
    call screen LocationUI(navigationmap,location_states[key] if key in location_states else "indoors",buttonlist)
  File "game/scripts/sarahroom/jinx/sarahroom_jinx.rpy", line 3, in script call
    call InterestHouseMenu(j,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 43, in script call
    $ returned_call()
  File "game/scripts/sarahroom/mixed/sarahroom_mixed_endgame.rpy", line 24, in script
    $ renpy.show(l.imagebasename+" "+self.state(self.cached_state if stateName == None else stateName))
  File "D:\Games\Other Games\CubsittingSimulator-0.0.2-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Games\Other Games\CubsittingSimulator-0.0.2-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/sarahroom/mixed/sarahroom_mixed_endgame.rpy", line 24, in <module>
    $ renpy.show(l.imagebasename+" "+self.state(self.cached_state if stateName == None else stateName))
NameError: name 'self' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
CubsittingSimulator 0.0.2
Tue Feb 25 23:44:13 2025
MisterFluffums
2 months, 3 weeks ago
Thanks for the bug report! That apparently happens when Lola has been naked at some point, but currently is wearing something while attempting to start this scene.

I copied some code badly from another part :P Will fix it for v0.3.0.
ForgottenOne
2 months, 1 week ago
Hello, no traceback this time, as its not a crashing bug.

After talking to Sarah about the Roderick, Roderick can appear at night time in the hallway if you do not go into the hallway during the day. The text is still as if you are playing in the street with Lola, however she is in bed and Sarah is in the house.

Of course this means that you can then, immediately after talking to him for the 2nd time, tattle to Sarah, who presumably could hear the conversation from where she was sitting in the living room :)
MisterFluffums
2 months, 1 week ago
Thanks! :D Fixed this one as well!
ForgottenOne
1 month, 3 weeks ago
Hello, Exception report and a non-crashing bug.

Non-Crashing is that if you are naked and click on one of the kids at night, they react the same as during the day, despite the fact that they are asleep (in this case I got the +exposure -5Friendlyness) even though clicking on them with clothes on just gives you a never mind option and they are not awake.

Exception occurred when doing art in the living room with Jinx. Had just done art and stripped them to panties day before, first action today was art in panties.


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/livingroom/lola/livingroom_lola.rpy", line 4, in script call
    call CubActivityChoiceMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 54, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/livingroom/lola/livingroom_lola.rpy", line 106, in script call
    call LivingRoomLolaGluebukkake(char2)
  File "game/scripts/livingroom/lola/livingroom_lola.rpy", line 133, in script
    "The [kids(char2)] look relieved, and when you leave the room they quickly change clothes."
NameError: name 'kids' is not defined

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/livingroom/lola/livingroom_lola.rpy", line 4, in script call
    call CubActivityChoiceMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 54, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/livingroom/lola/livingroom_lola.rpy", line 106, in script call
    call LivingRoomLolaGluebukkake(char2)
  File "game/scripts/livingroom/lola/livingroom_lola.rpy", line 133, in script
    "The [kids(char2)] look relieved, and when you leave the room they quickly change clothes."
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\ast.py", line 2586, in execute
    Say.execute(self)
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\ast.py", line 623, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\character.py", line 1456, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\character.py", line 1369, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\character.py", line 1349, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\Games\Other Games\CubsittingSimulator-0.3.0-pc\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'kids' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
CubsittingSimulator 0.3.0
Sat Mar 29 01:40:46 2025

MisterFluffums
1 month, 3 weeks ago
Thanks ForgottenOne! :D Fixed the crashing bug, will fix the noncrashing bug later!
ordaa
1 month, 3 weeks ago
AttributeError with Marco Polo Scene guessing it's if you don't have enough intimidation.

garden_amber.rpy line 223 in <module>
if a.fullintimidation():

AttributeError: 'Amber' object has no attribute 'fullintimidation'
MisterFluffums
1 month, 3 weeks ago
Thanks Ordaa! These are fixed now.
ordaa
1 month, 3 weeks ago
NameError in livingroom_lola.rpy line 106

in script call LivingRoomLolaGluebukkake(char2)

[kids(char2)] NameError: name 'kids' is not defined.

Happened when doing arts & crafts with amber while she was not comfortable enough to be nude from underwear.
ordaa
1 month, 3 weeks ago
possible syntax error in Amber's marco polo scene reched instead of reached for an if statement. Might be elsewhere as well.

File "game/scripts/garden/amber/garden_amber.rpy", line 773, in script
    if a.reched("friendliness",20):
  File "game/scripts/garden/amber/garden_amber.rpy", line 773, in <module>
    if a.reched("friendliness",20):
AttributeError: 'Amber' object has no attribute 'reched'
DemonicLegacy
1 month, 3 weeks ago

When running the Maxxfearof cheat for any charachter:


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_cheatui.rpy", line 8, in script
    $ cheatEngine.findCheat(renpy.input("Which cheat code do you wish to use?", length=32))
  File "game/scripts/general/ui/general_cheatui.rpy", line 8, in <module>
    $ cheatEngine.findCheat(renpy.input("Which cheat code do you wish to use?", length=32))
  File "game/scripts/general/classes/general_CheatManager.rpy", line 107, in findCheat
    foundcheatmsg = self.do(haystack,regex,cheat)
  File "game/scripts/general/classes/general_CheatManager.rpy", line 122, in do
    return rematch and (getattr(self,func))(*(rematch.groups()))
  File "game/scripts/general/classes/general_CheatManager.rpy", line 40, in maxIntimidationOfCharCheat
    char.setStat(intimidation,100)
NameError: name 'intimidation' is not defined

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script call
    $ ui.interact()
  File "game/scripts/general/ui/general_cheatui.rpy", line 8, in script
    $ cheatEngine.findCheat(renpy.input("Which cheat code do you wish to use?", length=32))
  File "D:\CubsittingSimulator-0.3.1-pc\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\CubsittingSimulator-0.3.1-pc\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/general/ui/general_cheatui.rpy", line 8, in <module>
    $ cheatEngine.findCheat(renpy.input("Which cheat code do you wish to use?", length=32))
  File "game/scripts/general/classes/general_CheatManager.rpy", line 107, in findCheat
    foundcheatmsg = self.do(haystack,regex,cheat)
  File "game/scripts/general/classes/general_CheatManager.rpy", line 122, in do
    return rematch and (getattr(self,func))(*(rematch.groups()))
  File "game/scripts/general/classes/general_CheatManager.rpy", line 40, in maxIntimidationOfCharCheat
    char.setStat(intimidation,100)
NameError: name 'intimidation' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
CubsittingSimulator 0.3.1
Sun Mar 30 00:02:09 2025

Ranma0029
1 month, 3 weeks ago
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/street/jinx/street_jinx.rpy", line 3, in script call
    call CubActivityChoiceMenu(j,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 54, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 112, in script call
    $ character.addAchievement("invited")
  File "game/script.rpy", line 64, in script
    python:
  File "game/script.rpy", line 65, in <module>
    dummychar = ExtendedCharacter("")
TypeError: __init__() missing 1 required positional argument: 'color'

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/street/jinx/street_jinx.rpy", line 3, in script call
    call CubActivityChoiceMenu(j,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 54, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 112, in script call
    $ character.addAchievement("invited")
  File "game/script.rpy", line 64, in script
    python:
  File "Z:\Applications\games\Cubsitting simulator v0.3.1 PC\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "Z:\Applications\games\Cubsitting simulator v0.3.1 PC\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 65, in <module>
    dummychar = ExtendedCharacter("")
TypeError: __init__() missing 1 required positional argument: 'color'

Windows-10-10.0.18362 AMD64
Ren'Py 8.3.7.25031702
CubsittingSimulator 0.3.1
Sun Mar 30 00:09:55 2025

Ranma0029
1 month, 3 weeks ago
The Only Achievement you can see on The user Character is that have been naked none the other Achievements have shown up there or do show up some where else then?
MisterFluffums
1 month, 3 weeks ago
The 'poisoner','vanSelfSacrifice' and 'invitedToSarahsRoom' don't have pictures yet. The poisoner and vanSelfSacrifice achievement also don't have a function yet, which is why they don't have pictures. Thanks for the bug report about the loading going wrong! That should be fixed now in 0.3.3.
Ranma0029
1 month, 3 weeks ago
So there is only going one Visible Achievement for John/{Named Character then?] To See at the moment then right??
MisterFluffums
1 month, 3 weeks ago
Indeed!
Ranma0029
1 month, 3 weeks ago
TY for make that clear then.
Ranma0029
1 month, 3 weeks ago
Not sure if this bug or but after reading the walkthrough only buy the Prego Test at the  apothecary  there never is choice to get any of the Other drugs  there as well ? and none the other achievements Sarah but the you start out with then as well too by the way
MisterFluffums
1 month, 3 weeks ago
There are only generic drugs yet! No different kinds of drugs, so if you already have drugs the apothecary won't sell them anymore. Sarah can 'earn' underwear, naked and confirmed pregnant achievements in addition to the achievements she already has.
Ranma0029
1 month, 3 weeks ago
Ahh guess that going more clear how to get these when you update the walkthrough for Sarah right and There is nothing you have to have some happen with Sarah in the bathroom yet right?
Ranma0029
1 month, 3 weeks ago
Found new bug With Maro polo now here is trace back
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/general/ui/general_locationscreen.rpy", line 48, in execute
    screen LocationUI(navigationmap,state,buttonlist=None):
  File "game/scripts/general/ui/general_locationscreen.rpy", line 48, in execute
    screen LocationUI(navigationmap,state,buttonlist=None):
  File "game/scripts/general/ui/general_locationscreen.rpy", line 52, in execute
    for button in buttonlist:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 55, in execute
    imagebutton:
Exception: Imagebutton does not have a idle image. (auto='amber/amber naked %s.webp').

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\ast.py", line 1987, in execute
    self.call("execute")
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\ast.py", line 1966, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\statements.py", line 374, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\exports\statementexports.py", line 345, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\core.py", line 2218, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "Z:\Applications\games\Cubsitting Simulator [v0.3.4] - PC\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/scripts/general/ui/general_locationscreen.rpy", line 48, in execute
    screen LocationUI(navigationmap,state,buttonlist=None):
  File "game/scripts/general/ui/general_locationscreen.rpy", line 48, in execute
    screen LocationUI(navigationmap,state,buttonlist=None):
  File "game/scripts/general/ui/gen
Ranma0029
1 month, 3 weeks ago
Hit another Bug in the Marco Polo Route it seems


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/garden/amber/garden_amber.rpy", line 3, in script call
    call CubActivityChoiceMenu(a,
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 54, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/garden/amber/garden_amber.rpy", line 924, in script
    $ a.putOnSwimsuit()
  File "game/scripts/garden/amber/garden_amber.rpy", line 924, in <module>
    $ a.putOnSwimsuit()
  File "game/scripts/general/characters/general_ExtendedCharacter.class.rpy", line 438, in putOnSwimsuit
    self.setState("garden","swimsuit")
NameError: name 'self' is not defined

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/garden/amber/garden_amber.rpy", line 3, in script call
    call CubActivityChoiceMenu(a,
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 54, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/garden/amber/garden_amber.rpy", line 924, in script
    $ a.putOnSwimsuit()
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/01417BDC-EBD3-412C-AE8C-3AE864FE6568/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/01417BDC-EBD3-412C-AE8C-3AE864FE6568/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/garden/amber/garden_amber.rpy", line 924, in <module>
    $ a.putOnSwimsuit()
  File "game/scripts/general/characters/general_ExtendedCharacter.class.rpy", line 438, in putOnSwimsuit
    self.setState("garden","swimsuit")
NameError: name 'self' is not defined

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.3.7.25031702
CubsittingSimulator 0.3.5
Tue Apr  1 16:56:26 2025

MisterFluffums
1 month, 3 weeks ago
Thanks for the bug report! I'll try to fix it this evening.
Jamey
1 month, 3 weeks ago
I decided to see what I could do with the cheat codes, and encountered this one when trying to figure out how to give a character an achievement(Lola and anal, in this case). Most of the others work fine, so far as I've seen, but this one crashed it. Going to see about getting the give item function to work next.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 174, in script call
    $ ui.interact()
  File "game/scripts/general/ui/general_cheatui.rpy", line 3, in script
    $ cheatEngine.findCheat(renpy.input("Which cheat code do you wish to use?", length=32))
  File "game/scripts/general/ui/general_cheatui.rpy", line 3, in <module>
    $ cheatEngine.findCheat(renpy.input("Which cheat code do you wish to use?", length=32))
  File "game/scripts/general/classes/general_CheatManager.rpy", line 107, in findCheat
    foundcheatmsg = self.do(haystack,regex,cheat)
  File "game/scripts/general/classes/general_CheatManager.rpy", line 122, in do
    return rematch and (getattr(self,func))(*(rematch.groups()))
  File "game/scripts/general/classes/general_CheatManager.rpy", line 60, in giveAchievementCheat
    if charName not in all_defined_characters:
NameError: name 'charName' is not defined

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 174, in script call
    $ ui.interact()
  File "game/scripts/general/ui/general_cheatui.rpy", line 3, in script
    $ cheatEngine.findCheat(renpy.input("Which cheat code do you wish to use?", length=32))
  File "F:\Games\Cubsitting Simulator\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\Games\Cubsitting Simulator\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/general/ui/general_cheatui.rpy", line 3, in <module>
    $ cheatEngine.findCheat(renpy.input("Which cheat code do you wish to use?", length=32))
  File "game/scripts/general/classes/general_CheatManager.rpy", line 107, in findCheat
    foundcheatmsg = self.do(haystack,regex,cheat)
  File "game/scripts/general/classes/general_CheatManager.rpy", line 122, in do
    return rematch and (getattr(self,func))(*(rematch.groups()))
  File "game/scripts/general/classes/general_CheatManager.rpy", line 60, in giveAchievementCheat
    if charName not in all_defined_characters:
NameError: name 'charName' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
CubsittingSimulator 0.3.5
Tue Apr  1 16:30:33 2025
```
Jamey
1 month, 3 weeks ago
It seems to be the give command itself.
MisterFluffums
1 month, 3 weeks ago
Thanks for the bug report! I copy-pasted code from a different part, which wasn't the smartest move :P

I'll try to fix it this evening.
Jamey
1 month, 3 weeks ago
<3
Don't forget to take time for yourself. Remember, this is just a hobby, one you're sharing out to others, but still...
MisterFluffums
1 month, 3 weeks ago
No worries, that's why I've got the three monthly release schedule :P it's a bit hectic around release day and then it quickly becomes peaceful again ^^
Jamey
1 month, 3 weeks ago
Righty o, then. :)
UnfitFern0643
1 month, 3 weeks ago

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/street/lola/street_lola.rpy", line 3, in script call
    call CubActivityChoiceMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 54, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/street/mixed/street_mixed.rpy", line 44, in script
    $ advance(0,40)
  File "game/scripts/street/mixed/street_mixed.rpy", line 44, in <module>
    $ advance(0,40)
  File "game/scripts/general/general_timekeeping.rpy", line 61, in advance
    minutes+=hoursToAdd*60+minutesToAdd
NameError: name 'minutes' is not defined

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/street/lola/street_lola.rpy", line 3, in script call
    call CubActivityChoiceMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 54, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/street/mixed/street_mixed.rpy", line 44, in script
    $ advance(0,40)
  File "D:\CubsittingSimulator-0.3.5-pc\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\CubsittingSimulator-0.3.5-pc\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/street/mixed/street_mixed.rpy", line 44, in <module>
    $ advance(0,40)
  File "game/scripts/general/general_timekeeping.rpy", line 61, in advance
    minutes+=hoursToAdd*60+minutesToAdd
NameError: name 'minutes' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.7.25031702
CubsittingSimulator 0.3.5
Wed Apr  2 10:08:44 2025


For "playing Red-light Green-light with the cubs" and meeting Dorothy and Amber first thing.
MisterFluffums
1 month, 3 weeks ago
Is it possible you overwrite the old installation files when you upgrade? Because game/general/timekeeping.rpy shouldn't exist anymore in 0.3.5 (it's split into general/classes/general_TimeManager.rpy and general/timekeepingui.rpy).

I'd delete the 'game' folder and re-copy the entire game folder from the zip so you make sure all old files are gone.
UnfitFern0643
1 month, 3 weeks ago
Yeah, for replacing the files, I'd just moved the files into the old file, and replaced all files that were already there. Sorry for the "false error" thing then.
MisterFluffums
1 month, 3 weeks ago
No problem, glad we could solve it! Happened to me as well with other things :P
UnfitFern0643
1 month, 3 weeks ago
Not really a bug, but it appears that if you get the drugs BEFORE getting to the "find something to calm you down" part of Lola's quest, you can soft-lock yourself out of the abduction scene, and make Lola's quest impossible to complete. I honestly did it accidentally just by doing the skateboarding with Jinx early on, so it seems like the game KNOWS you have the drugs due to it showing up in your inventory, but it also DOESN'T know you have them for the quest. When I went to the pharmacy in the city after getting to the "find something", it was just the pregnancy tests that could be bought, and nothing about the drugs during the skipping rope, nor skateboarding with Jinx again. Maybe making the drugs a quest item and including it in an "IF loop" might help?

IF
Player_Inventory == QuestItem_Drugs
AND
Player_Location == Outside
WHILE
Lola_Route == Requ5 (or 3, I'm just saying 5 for both interactions with Roderick and talking to Sarah as their own steps)
THEN
Lola_Abduct == TRUE
ELSE
Lola_Abduct == FALSE
I know that that's more of a PYTHON way to put it, but it's the only programming language for something like games I have some knowledge about, besides it's just a hypothetical answer that probably won't work, yet is the only thing I can think of. Sorry if I'm overstepping with the idea, it was just an idea that could help, but would probably be much more of a hassle implementation wise.
MisterFluffums
1 month, 3 weeks ago
You shouldn't be able to softlock yourself out of that route though, basically Lola needs to be confirmed pregnant, you need to have acquired the drugs at some point in your playthrough, and something like 2 days need to have passed after meeting Roderick for the second time for that cutscene to trigger when you visit the street.
That you scored them from the scene with Jinx just means you saved $20, because you dont need to buy them from the apothecary anymore:P

For 0.4.0 I'm gonna rewrite Lola's story a bit to include a different escape route without the drugs, because I notice it's causing quite some confusion :P
UnfitFern0643
1 month, 3 weeks ago
Sorry again, another accidental false post, it was because I hadn't gotten the "pregnancy event" yet. My bad, and sorry again. I honestly thought something was wrong. Just skipped forward a few days and talked to Lola, and got the pregnancy event, then skipped to the next day and the kidnap event activated. So sorry you have to keep replying to my accidental false posts. I ALSO have NO IDEA how to delete my posts, so sorry once again.
MisterFluffums
1 month, 3 weeks ago
Don't apologize for trying to help! :P
Seriously, I appreciate your comments. It helps me to know where to improve the story flow so it becomes more logical and intuitive.
UnfitFern0643
1 month, 3 weeks ago
Even IF they turn out to be useless, or mistakes? I mean the only ACTUAL mistakes I've seen are pretty insignificant, like how for Lola's route, one of the Happenings state
"something to calm you down
somewhere."
As in just an accidental Enter Key/new paragraph hit. Basically just in the text box.
MisterFluffums
1 month, 3 weeks ago
Most certainly! Up until now you:

a) helped me realize the upgrade instructions should mention to remove the old files completely, as overwriting them is an easy mistake to make.
b) Lola's storyline should make more logical sense.
and c) that I screwed up newlines in three sentences (one you pointed out, and two others I could see had the same problem).

So pretty damn helpful if you ask me, thank you ^^
Jamey
1 month, 3 weeks ago
DOH! I should have realized that I needed to get rid of the old before upgrading, too!
Frosty24
1 month, 2 weeks ago
small bug causing Dorothy to be displayed pregnant on start up screen.
in cutscenes_dorothy_route.rpy
    if cheatEngine.cheats_used == 0:
        $ persistent.show_dorothy_pregnant = True
should be moved inside the code 16 lines above :
    if d.hasAchievement("confirmedPregnant"):
MisterFluffums
1 month, 2 weeks ago
Not a bug, just a reward for finishing Dorothy's route regardless whether you confirmed her pregnancy or not!

You won't encounter the bullies for a second time if Dorothy isn't pregnant (line 206 checks for that), but it's not necessary to confirm the pregnancy.
Frosty24
1 month, 2 weeks ago
"Its not a bug, Its a feature" XD Got it. I got all the cubs pregnant was just wondering why they weren't showing up on start up in that state. All cool. Can't wait to see how 'happy' all the other cubs parents are going to be about that...
loner5099
1 month, 2 weeks ago
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 128, in script call
    call CubActivityChoiceMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 58, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/lolaroom/lola/lolaroom_lola_endgame.rpy", line 13, in script
    jump .SleepSexNoSarahInterruption
ScriptError: could not find label 'LolasRoomLolaSleepSex.SleepSexNoSarahInterruption'.

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/lolaroom/lola/lolaroom_lola.rpy", line 128, in script call
    call CubActivityChoiceMenu(l,[
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 58, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/lolaroom/lola/lolaroom_lola_endgame.rpy", line 13, in script
    jump .SleepSexNoSarahInterruption
  File "C:\Users\loner\Downloads\CubsittingSimulator-0.3.9-pc\renpy\ast.py", line 1712, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\loner\Downloads\CubsittingSimulator-0.3.9-pc\renpy\script.py", line 1103, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'LolasRoomLolaSleepSex.SleepSexNoSarahInterruption'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
CubsittingSimulator 0.3.9
Tue Apr  8 21:00:48 2025
MisterFluffums
1 month, 2 weeks ago
Thanks mate! Should be fixed now!
Ranma0029
1 month, 1 week ago
Found Bug with tryin to load cheat menu near the end I think ?
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "game/scripts/general/ui/general_cheatui.rpy", line 18, in execute
    screen cheat_menu:
  File "game/scripts/general/ui/general_cheatui.rpy", line 18, in execute
    screen cheat_menu:
  File "game/scripts/general/ui/general_cheatui.rpy", line 20, in execute
    use game_menu(_("Cheats"), scroll="viewport"):
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 184, in execute
    screen game_menu(title, scroll=None, yinitial=0.0, spacing=0):
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 184, in execute
    screen game_menu(title, scroll=None, yinitial=0.0, spacing=0):
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 194, in execute
    frame:
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 197, in execute
    hbox:
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 203, in execute
    frame:
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 206, in execute
    if scroll == "viewport":
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 208, in execute
    viewport:
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 217, in execute
    vbox:
  File "game/scripts/general/ui/general_customizedscreens.rpy", line 220, in execute
    transclude
  File "game/scripts/general/ui/general_cheatui.rpy", line 20, in execute
    use game_menu(_("Cheats"), scroll="viewport"):
  File "game/scripts/general/ui/general_cheatui.rpy", line 21, in execute
    vbox:
  File "game/scripts/general/ui/general_cheatui.rpy", line 24, in execute
    grid 7 3:
  File "game/scripts/general/ui/general_cheatui.rpy", line 26, in execute
    for cheatFunc, description in cheatEngine.descriptions.items():
  File "game/scripts/general/ui/general_cheatui.rpy", line 27, in execute
    if cheatEngine.all_cheats_unlocked or cheatFunc in persistent.unlocked_cheats:
  File "game/scripts/general/ui/general_cheatui.rpy", line 27, in <module>
    if cheatEngine.all_cheats_unlocked or cheatFunc in persistent.unlocked_cheats:
AttributeError: 'CheatEngine' object has no attribute 'all_cheats_unlocked'

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 174, in script
    $ ui.interact()
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/E708F3AB-046B-48C5-AE66-0FA0EDFFA852/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/E708F3AB-046B-48C5-AE66-0FA0EDFFA852/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 174, in <module>
    $ ui.interact()
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/E708F3AB-046B-48C5-AE66-0FA0EDFFA852/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/E708F3AB-046B-48C5-AE66-0FA0EDFFA852/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/display/core.py", line 2218, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTransloca
MisterFluffums
1 month, 1 week ago
Hey Ranma, was this from a save by any chance? And which version are you playing?
Ranma0029
1 month, 1 week ago
Playing the latest version 3.14 and yes, this is from a save that was close to endgame day 28
MisterFluffums
1 month, 1 week ago
I'll take a look. I thought I fixed compatibility issues, but apparently not :P
Ranma0029
1 month, 1 week ago
MisterFluffums
1 month, 1 week ago
It's odd, I can't seem to be able to reproduce it. Could you close any Ren'Py games that might be running, remove the entire cubsittingsimulator/game directory and reextract the zip?

And if it still doesn't work, could you please PM me the problematic save on F95zone?
Ranma0029
1 month, 1 week ago
Yep as try what you asked and it working fine now then ?? how odd indeed
MisterFluffums
1 month, 1 week ago
It's going to go too deep to explain the bug fully, but basically when Ren'Py loads it reads in what a CheatEngine is exactly and uses that to create CheatEngines.

In your old save, you had an CheatEngine made from an old model. What the backwards compatibility loading bit does it that it takes the old CheatEngine, and creates a new CheatEngine and just tells it "Hey, this player has cheated X times". Then you continue playing with your new CheatEngine.

Somehow with your game, it cached the old definition of CheatEngine, so when it tried creating a 'new' CheatEngine it created an old one instead.

Closing all Ren'Py related things and deleting all old files cleared that cache, so now it read in the correct new definition of CheatEngine.

Tl:Dr: Caching issue.
Ranma0029
1 month, 1 week ago
Hit another bug in Maro Polo route then


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/garden/amber/garden_amber.rpy", line 3, in script call
    call CubActivityChoiceMenu(a,
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 58, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/garden/amber/garden_amber.rpy", line 819, in script
    menu:
  File "game/scripts/garden/amber/garden_amber.rpy", line 821, in <module>
    "Feed her some cum. (choking warning)" if lowIntimidation():
NameError: name 'lowIntimidation' is not defined

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

Full traceback:
  File "game/scripts/general/ui/general_locationscreen.rpy", line 21, in script call
    call screen LocationUI(navigationmap,stateLocation,buttonlist)
  File "game/scripts/garden/amber/garden_amber.rpy", line 3, in script call
    call CubActivityChoiceMenu(a,
  File "game/scripts/cutscenes/cutscenes_all.rpy", line 58, in script call
    $ showActivityMenu(character,items,customGreeting)
  File "game/scripts/garden/amber/garden_amber.rpy", line 819, in script
    menu:
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/5D21D272-6A3F-4307-941E-ACC408B5EE88/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/ast.py", line 1632, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/5D21D272-6A3F-4307-941E-ACC408B5EE88/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/exports/menuexports.py", line 100, in menu
    condition = renpy.python.py_eval(condition)
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/5D21D272-6A3F-4307-941E-ACC408B5EE88/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "/private/var/folders/t0/4wty0r6x5rn1nnrrcys68xtr0000gp/T/AppTranslocation/5D21D272-6A3F-4307-941E-ACC408B5EE88/d/CubsittingSimulator.app/Contents/Resources/autorun/renpy/python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/scripts/garden/amber/garden_amber.rpy", line 821, in <module>
    "Feed her some cum. (choking warning)" if lowIntimidation():
NameError: name 'lowIntimidation' is not defined

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.3.7.25031702
CubsittingSimulator 0.3.14
Sun Apr 13 21:55:34 2025

MisterFluffums
1 month, 1 week ago
Fixed this bug, just waiting a moment to release 3.15 to see if we can figure out that backwards compability issue.
Ranma0029
1 month, 1 week ago
I can can’t get the scene where you take Leonard anal virginity on the beach dune when Collect beach shells then??
I have all the stats mid level high
MisterFluffums
1 month, 1 week ago
There's only an oral sex "virginity" scene there, no anal scene to be had.
Lola needs to have >10 exposure (accidentally checked if 'l' had enough stats, while I should've checked if 'le' had enough) for the oral sex scene with Leonard to trigger.
Ranma0029
1 month, 1 week ago
So What are the stats that Leonard to trigger need to trigger then ?
Ranma0029
1 month, 1 week ago
forgot to say then To got the Oral thing then but is saying the on the missing stuff list that I am missing that then as well.
MisterFluffums
1 month, 1 week ago
Leonard shouldn't need stats I think, only Lola (because I fucked up with l(ola) and le(onard) in my checks).
New Comment:
Move reply box to top
Log in or create an account to comment.