mik12345000000

New Member
Dec 3, 2023
5
0
```
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 "script.rpyc", line 19149, in script call
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 19149, in script call
File "script.rpyc", line 19149, in script call
File "script.rpyc", line 19149, in script call
File "script.rpyc", line 19149, in script call
File "script.rpyc", line 19149, in script call
File "script.rpyc", line 19149, in script call
File "script.rpyc", line 19149, in script call
File "script.rpyc", line 19149, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 19149, in script call
File "script.rpyc", line 18924, in script call
File "scripts/ash_events.rpyc", line 10486, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 18924, in script call
File "script.rpyc", line 18924, in script call
File "scripts/maria_events.rpyc", line 11875, in script call
File "script.rpyc", line 39715, 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.22621
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Tue Aug 13 22:04:14 2024
```


i keep getting this error when ever i interact with anything any why to fix it
 

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
On the bright side, if anyone talks about posting a beta here again in the future, we can just refer them to this portion of the comments section, so that they can read for themselves why that is a very bad idea.
 

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Absolutely none of them will care or understand and will want it now. :(
Most likely, but good people who don't know any better might see the posts and learn from it.
Not many, but a few.
I've seen a few people comment in here after reading these recent posts, and posting that they were going to wait for the official release.
 
  • Like
Reactions: TheDevian

jamdan

Forum Fanatic
Sep 28, 2018
4,424
24,123
On the bright side, if anyone talks about posting a beta here again in the future, we can just refer them to this portion of the comments section, so that they can read for themselves why that is a very bad idea.
I think it's interesting that the people that were calling Runey a lying milker haven't posted in a while though (or at least I haven't noticed). They knew there had been BETA releases, they just weren't posted here. Now that one did get posted here, I guess they lost their mojo.

The one upside of this beta being leaked I guess.
 

DeltaDuster

Member
Oct 5, 2018
271
494
On the bright side, if anyone talks about posting a beta here again in the future, we can just refer them to this portion of the comments section, so that they can read for themselves why that is a very bad idea.
May be worth it to build a big multiquote post and save it in notepad for later and just repost it when the time comes.

The left ones are lust beans (beans are inside the hoop pods).
So if anyone has any suggestions, let us know.
Hmm.. how far developed is HH's Elvish? Or using one from a different source? I was thinking whatever would translate to "Burning Maiden" or along those lines.
 
  • Haha
Reactions: TheDevian

Hellas33

Newbie
Feb 11, 2019
34
26
If you start a new game and save it, then load it, it gives an error.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/Garden/GardenScripts.rpy", line 341, in <module>
  File "game/scripts/Garden/GardenUtils.rpy", line 70, in parse_version_string
AttributeError: 'NoneType' object has no attribute 'groupdict'

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

Full traceback:
  File "script.rpyc", line 19085, in script call
  File "script.rpyc", line 39045, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 340, 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/GardenScripts.rpy", line 341, in <module>
  File "game/scripts/Garden/GardenUtils.rpy", line 70, in parse_version_string
AttributeError: 'NoneType' object has no attribute 'groupdict'

Windows-10-10.0.17763
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Wed Aug 14 23:58:06 2024
-------------------------------------------------------

Also, I will continue to play, but now almost any action causes a number of errors, for example, when interacting with any door I get an error...
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/bar.rpyc", line 195, in script call
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 4636, in script call
  File "script.rpyc", line 18924, in script call
  File "script.rpyc", line 6186, 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.17763
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Thu Aug 15 00:00:55 2024
 

c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
6,195
14,681
If you start a new game and save it, then load it, it gives an error.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/Garden/GardenScripts.rpy", line 341, in <module>
  File "game/scripts/Garden/GardenUtils.rpy", line 70, in parse_version_string
AttributeError: 'NoneType' object has no attribute 'groupdict'

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

Full traceback:
  File "script.rpyc", line 19085, in script call
  File "script.rpyc", line 39045, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 340, 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/GardenScripts.rpy", line 341, in <module>
  File "game/scripts/Garden/GardenUtils.rpy", line 70, in parse_version_string
AttributeError: 'NoneType' object has no attribute 'groupdict'

Windows-10-10.0.17763
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Wed Aug 14 23:58:06 2024
-------------------------------------------------------

Also, I will continue to play, but now almost any action causes a number of errors, for example, when interacting with any door I get an error...
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/bar.rpyc", line 195, in script call
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 4636, in script call
  File "script.rpyc", line 18924, in script call
  File "script.rpyc", line 6186, 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.17763
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Thu Aug 15 00:00:55 2024
What do you excpect from broken code?
 

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
If you start a new game and save it, then load it, it gives an error.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/scripts/Garden/GardenScripts.rpy", line 341, in <module>
  File "game/scripts/Garden/GardenUtils.rpy", line 70, in parse_version_string
AttributeError: 'NoneType' object has no attribute 'groupdict'

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

Full traceback:
  File "script.rpyc", line 19085, in script call
  File "script.rpyc", line 39045, in script call
  File "scripts/Garden/GardenScripts.rpyc", line 340, 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/GardenScripts.rpy", line 341, in <module>
  File "game/scripts/Garden/GardenUtils.rpy", line 70, in parse_version_string
AttributeError: 'NoneType' object has no attribute 'groupdict'

Windows-10-10.0.17763
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Wed Aug 14 23:58:06 2024
-------------------------------------------------------

Also, I will continue to play, but now almost any action causes a number of errors, for example, when interacting with any door I get an error...
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/bar.rpyc", line 195, in script call
  File "scripts/lobby_script.rpyc", line 186, in script call
  File "script.rpyc", line 4636, in script call
  File "script.rpyc", line 18924, in script call
  File "script.rpyc", line 6186, 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.17763
Ren'Py 7.4.11.2266
Harem Hotel v0.18-BETA-3
Thu Aug 15 00:00:55 2024
Because it is a beta. That means that it is not finished, and still needs work.
It was against Runey's wishes that it got posted here, because Runey knew that it still had issues.
Regular posters in this thread have been warning people not to play the beta.
It is BROKEN, and the dev knew that before someone posted it here.

Runey knew about the bugs, which is why Runey does not ever post betas of Harem Hotel here.

People playing the beta are literally wasting their time, and potentially setting themselves up for future problems with broken saves, created while playing the beta.
 

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Why do people have problems with the idea of the clones messing around together with the MC? (Claiming it to be incest)
If the entire Christian world has no problem with God yoinking a rib out of Adam and creating a woman, obviously based on Adams DNA, then they should have no problem with Emma and Felicity messing around together...
 
Last edited:

KonfinedKnat

Member
Apr 1, 2022
315
691
Why do people have problems with the idea of the clones messing around together with the MC? (Claiming it to be incest)
If the entire Christian world has no problem with God yoinking a rib out of Adam and creating a woman, obviously based on Adams DNA, then they should have no problem with Emma and Felicity messing around together...
If one of them cusses you out to the point where you toss them out the second story window, does that count as making an obscene clone fall? :unsure:
 

Perniciousducks

Active Member
Aug 21, 2018
654
1,413
Why do people have problems with the idea of the clones messing around together with the MC? (Claiming it to be incest)
If the entire Christian world has no problem with God yoinking a rib out of Adam and creating a woman, obviously based on Adams DNA, then they should have no problem with Emma and Felicity messing around together...
Even if you ignore that, Noah and his kids repopulated the earth without magic ribs.
 
4.70 star(s) 481 Votes