JMccovery

Active Member
Mar 7, 2018
675
971
load takes me to the begining o_O yes I installed the script on the front page.
Was the save you're trying to load made before or after you applied the script?

If before: No dice.
If after: Try restarting the game, then loading the save (may have to do this a few times). I started playing after applying the script, and the save I created would take me back to the beginning, until I restarted the game.
 

Dragonfly36

Newbie
Mar 8, 2020
23
7
probleme quete maria lvl2

Je suis désolé, mais une exception non interceptée s'est produite. Lors de l'exécution du code du jeu: IOError: Impossible de trouver le fichier 'movies / maria / maria_event3.webm'. - Suivi complet ---------------------------------------------- -------------- Suivi complet: fichier "C: \ Users \ utilisateur \ Downloads \ HHGv0.1.2-v0.1.2Beta-pc \ renpy \ bootstrap.py", ligne 316, dans bootstrap renpy.main.main () Fichier "C: \ Users \ utilisateur \ Downloads \ HHGv0.1.2-v0.1.2Beta-pc \ renpy \ main.py", ligne 578, dans le fichier d'exécution principale (redémarrage) "C: \ Users \ utilisateur \ Downloads \ HHGv0.1.2-v0.1.2Beta-pc \ renpy \ main.py ", ligne 143, en cours d'exécution renpy.execution.run_context (True) File" C: \ Users \ utilisateur \ Downloads \ HHGv0 .1.2-v0.1.2Beta-pc \ renpy \ execution.py ", ligne 908, dans run_context context.run () Fichier" script / tutorial.rpyc ", ligne 379,
 

LuckySpike

Newbie
May 30, 2017
22
16
Hey guys, got two questions:
1. How do you finish the misdirection quest? Someone said to go late at night to the ruins, but it doesn't trigger anything for me.
2. How do I do the "Guild member's love" gallery sequence? The one with lucy in her workshop
 

gamingman

New Member
May 10, 2018
5
3
Dev,
I downloaded the game for the lewds but didn't expect the onion cuttings.. Great work.
Loved the interactive GUI, deep backstories, and progression pace.
 
  • Red Heart
Reactions: Komisari

Terejima

New Member
Aug 19, 2017
4
4
I install the game with the patch on the front page, but it always crash at the first quest Tutorial.

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

While running game code:
  File "game/script/quests.rpy", line 546, in execute
  File "game/script/quests.rpy", line 546, in execute
  File "game/script/quests.rpy", line 561, in execute
  File "game/script/quests.rpy", line 564, in execute
  File "game/script/quests.rpy", line 567, in execute
  File "game/script/quests.rpy", line 571, in execute
  File "game/script/quests.rpy", line 578, in execute
  File "game/script/quests.rpy", line 579, in execute
  File "game/script/quests.rpy", line 580, in execute
  File "game/script/quests.rpy", line 581, in execute
  File "game/script/quests.rpy", line 762, in execute
  File "game/script/quests.rpy", line 762, in execute
  File "game/script/quests.rpy", line 765, in execute
  File "game/script/quests.rpy", line 922, in execute
  File "game/script/quests.rpy", line 922, in execute
  File "game/script/quests.rpy", line 924, in execute
  File "game/script/quests.rpy", line 931, in execute
  File "game/script/quests.rpy", line 931, in keywords
  File "renpy/common/00action_audio.rpy", line 58, in __init__
    selected = renpy.music.is_music(channel)
Exception: Audio channel u'sound1' is unknown.

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

Full traceback:
  File "script/tutorial.rpyc", line 379, in script call
  File "script/tutorial.rpyc", line 466, in script
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\ast.py", line 1628, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\exports.py", line 990, in menu
    rv = renpy.store.menu(new_items)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\exports.py", line 1226, in display_menu
    rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/script/quests.rpy", line 546, in execute
  File "game/script/quests.rpy", line 546, in execute
  File "game/script/quests.rpy", line 561, in execute
  File "game/script/quests.rpy", line 564, in execute
  File "game/script/quests.rpy", line 567, in execute
  File "game/script/quests.rpy", line 571, in execute
  File "game/script/quests.rpy", line 578, in execute
  File "game/script/quests.rpy", line 579, in execute
  File "game/script/quests.rpy", line 580, in execute
  File "game/script/quests.rpy", line 581, in execute
  File "game/script/quests.rpy", line 762, in execute
  File "game/script/quests.rpy", line 762, in execute
  File "game/script/quests.rpy", line 765, in execute
  File "game/script/quests.rpy", line 922, in execute
  File "game/script/quests.rpy", line 922, in execute
  File "game/script/quests.rpy", line 924, in execute
  File "game/script/quests.rpy", line 931, in execute
  File "game/script/quests.rpy", line 931, in keywords
  File "<screen language>", line 934, in <module>
  File "renpy/common/00action_audio.rpy", line 58, in __init__
    selected = renpy.music.is_music(channel)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\audio\music.py", line 307, in is_music
    c = get_channel(channel)
  File "D:\Jeux\HHGv0.1.2-v0.1.2Beta-pc\renpy\audio\audio.py", line 821, in get_channel
    raise Exception("Audio channel %r is unknown." % name)
Exception: Audio channel u'sound1' is unknown.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Hero's Harem Guild Beta
Tue Oct 27 15:39:18 2020
EDIT : After uninstalling and reinstalling everything, it finally works.
It's the pc-extra_icons that make the game crash.
 
Last edited:

longxa762

Member
Mar 24, 2017
158
166
How do you get the workshop scene with Lucy? The option is greyed out

edit: I think it just bugged, you need the guild outfit but the game won't recognize you having it unlocked
Workaround I found is open console and type $lucy.addGallery("1_2_sex1_guildOutfit")
 
Last edited:

kulac

Member
Nov 10, 2017
204
73
Really nice so far, but it seems the tutorial/info about the new perk system is missing or is a bug, when i used the crystal and unlock the new lvl system no info about it.
 

Batman187

Bʅυҽ Iʂ Tԋҽ Cσʅσυɾ, FσσƚႦαʅʅ Iʂ Tԋҽ Gαɱҽ!
Donor
Jun 19, 2020
427
514
Hey guys, got two questions:
1. How do you finish the misdirection quest? Someone said to go late at night to the ruins, but it doesn't trigger anything for me.
2. How do I do the "Guild member's love" gallery sequence? The one with lucy in her workshop
Regarding the misdirection quest, when you get to the final step "Solve The Mystery And Face The Thief" what worked for me was sleeping a couple of day's then going to the Ruins at Midnight.
 

Batman187

Bʅυҽ Iʂ Tԋҽ Cσʅσυɾ, FσσƚႦαʅʅ Iʂ Tԋҽ Gαɱҽ!
Donor
Jun 19, 2020
427
514
so how do I gather all the clues with the misdirection quest? Ive gotten three but now Im stuck.
Rebecca, Luna, Maria, Yinna and Granny are the people to talk to for the clues. (Yinna and Granny both give you a little quest to be able to obtain their clue's)
 
Last edited:

jestir

Member
May 4, 2018
324
657
is anyone saving the game closing the game coming back later and open the game load the save and loads you at where you pick your name starting the game over again after going to the discord I find out that I needed 0script.rpa to fix it that should have been said I was wondering what that file was please update the original post so people know
 
Last edited:

HeavenKim

Member
Oct 2, 2018
263
240
Question~ The current Android version is 1.1, should I wait for 1.2 to come out or I can just go ahead with 1.1 and the save be compatible with 1.2?
 
4.40 star(s) 207 Votes