Deangela

Newbie
May 20, 2020
17
1
103
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/Garden/GardenFoodDrive.rpy", line 7, in <module>
NameError: name 'mary' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "scripts/Garden/GardenFoodDrive.rpyc", line 1, in script
File "scripts/Garden/GardenFoodDrive.rpyc", line 1, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/Garden/GardenFoodDrive.rpy", line 7, in <module>
NameError: name 'mary' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.18.0
Sat Sep 14 08:37:36
What happened tried to start playing and this pops up every time i try to launch the game?
 

shadowtempered

Well-Known Member
Aug 22, 2020
1,014
1,983
328
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/Garden/GardenFoodDrive.rpy", line 7, in <module>
NameError: name 'mary' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "scripts/Garden/GardenFoodDrive.rpyc", line 1, in script
File "scripts/Garden/GardenFoodDrive.rpyc", line 1, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/Garden/GardenFoodDrive.rpy", line 7, in <module>
NameError: name 'mary' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.18.0
Sat Sep 14 08:37:36
What happened tried to start playing and this pops up every time i try to launch the game?
Reload a save not used during the beta.
 
  • Like
Reactions: TheDevian

DigDug69

Engaged Member
Jun 29, 2019
2,766
5,542
712
i'm sad and mad they took one of my girls away .... fuckers :LOL:
With the available pics of her, it should be no problem getting any one of a number of sex doll manufacturers to build you a new, anatomically correct one.
And for a bit more money, they can include AI and movement capabilities.
Then you can keep her safe and sound under your bed.
Or when she is kneeling beside you, while you pat her head.
 

ImperialD

Message Maven
Oct 24, 2019
12,263
12,596
1,001
With the available pics of her, it should be no problem getting any one of a number of sex doll manufacturers to build you a new, anatomically correct one.
And for a bit more money, they can include AI and movement capabilities.
Then you can keep her safe and sound under your bed.
Or when she is kneeling beside you, while you pat her head.
well shit .. i had not thought of that ... thanks dude :cool:
 

wookie ookie

Forum Fanatic
Aug 30, 2021
4,675
9,464
627
With the available pics of her, it should be no problem getting any one of a number of sex doll manufacturers to build you a new, anatomically correct one.
And for a bit more money, they can include AI and movement capabilities.
Then you can keep her safe and sound under your bed.
Or when she is kneeling beside you, while you pat her head.
5SvB.gif 5SvB.gif 5SvB.gif
You forgot moaning, heated and self lubricating well you know :p :LOL: :LOL:
 

Bilbringi

Member
Jan 20, 2023
101
101
87
If it is 30, you might need the patch. Extract it to the 'game' folder.

Load a save that was from before you played the beta.
Alright I got the patch in and used a save from way back in March... still can't seem to get her story event activated.
 

shadowtempered

Well-Known Member
Aug 22, 2020
1,014
1,983
328
Alright I got the patch in and used a save from way back in March... still can't seem to get her story event activated.
If it's the event after she visits the hospital, it took like two/three in-game weeks for it to kick for me. I used the patch thinking it would help, but torresm said it was written for the previous version only, so in theory that means the event just takes that damn long.

My suggestion would be to just play the game and focus on the other girls for now.
 
  • Like
Reactions: TheDevian

kitsunedawn

Member
Aug 17, 2017
154
220
228
Well, if TheDevian is cloning and performing experiments on Lin, then the six fingers on one hand and the purple eye color make perfect sense.

Perhaps he is adding features of the different girls in order to build an army of super soldiers based on Lin.
Isn't there something in the story where you find out that the purple eye color comes from half elves? I seem to recall that being mentioned once in Kali's story (actually rather early on), and again with Maria.

That practically rules out cloning, but doesn't cover...well... breeding.
 

Opa Wants

Well-Known Member
May 14, 2021
1,555
5,856
637
Isn't there something in the story where you find out that the purple eye color comes from half elves? I seem to recall that being mentioned once in Kali's story (actually rather early on), and again with Maria.

That practically rules out cloning, but doesn't cover...well... breeding.
Ashley & Maria have dark elf blood, Kali is human.;)
 
  • Like
Reactions: TheDevian

PerverTeacher

Member
Jun 5, 2017
108
130
184
Any help? Thanks

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

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

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

Full traceback:
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 19149, in script call
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 18075, in script call
  File "script.rpyc", line 39188, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 39188, in <module>
NameError: name 'kate_complete15' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Sun Sep 15 01:43:27 2024
 

Opa Wants

Well-Known Member
May 14, 2021
1,555
5,856
637
Any help? Thanks

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

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

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

Full traceback:
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 19149, in script call
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 18075, in script call
  File "script.rpyc", line 39188, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 39188, in <module>
NameError: name 'kate_complete15' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Sun Sep 15 01:43:27 2024
You are playing a BETA version, It is severely borked, download v0.18 from op & start new game. DO NOT USE SAVES FROM
THE BETA VERSION.
 
4.60 star(s) 500 Votes