JLucci

Member
Mar 31, 2018
421
502
i already have the latest update for DirectX yet i still get this prompt what do i do? View attachment 2571552
Seems to be happening to a bunch of people. Just hit the 3rd option to continue. You might run into lag with the mini games though

tried with old incest patch, elizabeth says im not your mother.. so not working..?
Playing a new game now and the intro is working. Its been a long while, so I only vaguely remember it not working all the time. Can't say how its working on the new content.
 
Last edited:

Komisari

Well-Known Member
Game Developer
Dec 17, 2019
1,215
3,928
i already have the latest update for DirectX yet i still get this prompt what do i do? View attachment 2571552
Seems to be happening to a bunch of people. Just hit the 3rd option to continue. You might run into lag with the mini games though


Playing a new game now and the intro is working. Its been a long while, so I only vaguely remember it not working all the time. Can't say how its working on the new content.
I'm using a 2019 renpy version.

I will try to port it the next days.
 
  • Like
Reactions: gamefreak9417

TREDANS

Newbie
Oct 1, 2019
17
11
need som help cant complete Misdirection quest because i cant talk to luna. when i try i get this error. Ive looked to see if there is anything that i can change to correct but rpy scipts are not my thing.


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

While running game code:
  File "game/script/tutorial.rpy", line 382, in script call
    ""
  File "game/script/tutorial.rpy", line 423, in script call
    ""
  File "game/script/guild_nav.rpy", line 1339, in script call
    ""
  File "game/script/market.rpy", line 30, in script call
    ""
  File "game/script/luna.rpy", line 165, in script call
    call expression talkingto pass (side=side) from _call_expression_9
  File "game/script/luna.rpy", line 55, in script
    menu .talk(talk=side):
  File "game/script/luna.rpy", line 57, in <module>
    "Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
  File "game/script/girls.rpy", line 554, in talkSys
    return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'cat'

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

Full traceback:
  File "game/script/tutorial.rpy", line 382, in script call
    ""
  File "game/script/tutorial.rpy", line 423, in script call
    ""
  File "game/script/guild_nav.rpy", line 1339, in script call
    ""
  File "game/script/market.rpy", line 30, in script call
    ""
  File "game/script/luna.rpy", line 165, in script call
    call expression talkingto pass (side=side) from _call_expression_9
  File "game/script/luna.rpy", line 55, in script
    menu .talk(talk=side):
  File "C:\Users\Trent\Documents\HHG v0.1.2.1\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\Trent\Documents\HHG v0.1.2.1\renpy\exports.py", line 956, in menu
    condition = renpy.python.py_eval(condition)
  File "C:\Users\Trent\Documents\HHG v0.1.2.1\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Trent\Documents\HHG v0.1.2.1\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/luna.rpy", line 57, in <module>
    "Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
  File "game/script/girls.rpy", line 554, in talkSys
    return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'cat'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heros Harem Guild v0.1.2.1
Tue Apr 25 02:48:23 2023
 
  • Like
Reactions: SirCior

SirCior

New Member
Aug 26, 2020
3
0
Whenever I try to talk to Luna I get an error. Until now it wasn't important but for a quest it is now.
 

Komisari

Well-Known Member
Game Developer
Dec 17, 2019
1,215
3,928
need som help cant complete Misdirection quest because i cant talk to luna. when i try i get this error. Ive looked to see if there is anything that i can change to correct but rpy scipts are not my thing.


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

While running game code:
  File "game/script/tutorial.rpy", line 382, in script call
    ""
  File "game/script/tutorial.rpy", line 423, in script call
    ""
  File "game/script/guild_nav.rpy", line 1339, in script call
    ""
  File "game/script/market.rpy", line 30, in script call
    ""
  File "game/script/luna.rpy", line 165, in script call
    call expression talkingto pass (side=side) from _call_expression_9
  File "game/script/luna.rpy", line 55, in script
    menu .talk(talk=side):
  File "game/script/luna.rpy", line 57, in <module>
    "Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
  File "game/script/girls.rpy", line 554, in talkSys
    return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'cat'

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

Full traceback:
  File "game/script/tutorial.rpy", line 382, in script call
    ""
  File "game/script/tutorial.rpy", line 423, in script call
    ""
  File "game/script/guild_nav.rpy", line 1339, in script call
    ""
  File "game/script/market.rpy", line 30, in script call
    ""
  File "game/script/luna.rpy", line 165, in script call
    call expression talkingto pass (side=side) from _call_expression_9
  File "game/script/luna.rpy", line 55, in script
    menu .talk(talk=side):
  File "C:\Users\Trent\Documents\HHG v0.1.2.1\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "C:\Users\Trent\Documents\HHG v0.1.2.1\renpy\exports.py", line 956, in menu
    condition = renpy.python.py_eval(condition)
  File "C:\Users\Trent\Documents\HHG v0.1.2.1\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Trent\Documents\HHG v0.1.2.1\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script/luna.rpy", line 57, in <module>
    "Cat"(img=["gui/exclamation.png"]) if luna.talkSys("cat") and luna.level < 6:
  File "game/script/girls.rpy", line 554, in talkSys
    return ((string not in self.talk) and eval(self.menuTalk[string]["condition"]) and (self.location_id in self.menuTalk[string]["locations"] or self.menuTalk[string]["locations"] == []))
KeyError: u'cat'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Heros Harem Guild v0.1.2.1
Tue Apr 25 02:48:23 2023
Whenever I try to talk to Luna I get an error. Until now it wasn't important but for a quest it is now.
Download and apply this patch.
 

Zagnut

Member
Feb 10, 2018
248
97
Sorry Jimmy; you'll remain a virgin knight forever. Only fist bumps for you.
I feel like he doesn't mind. My personal headcanon is that he's ace/aro and he's just happy his best friend is enjoying life. On another note I just want to say that I always knew that Komi wasn't a scammer and is instead just an annoying perfectionist who can't do the math required to estimate how long something will take.
 
4.40 star(s) 207 Votes