Xiongmao

Member
Game Developer
Oct 13, 2021
266
409
I found an error and an inaccuracy
You don't have permission to view the spoiler content. Log in or register now.
Forgive me if someone has already reported this, I don't want to browse the whole forum, greetings and good luck.
Thanks for the post.

The first one is
You don't have permission to view the spoiler content. Log in or register now.

As for the second,
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: Sababukin

International

Member
Dec 9, 2019
300
495
Thanks for the post.
I'm a fan of your storytelling style. I don't need to be beaten over the head with everything. Like with the racist blond girl, it feels better to see the effects in a normal way rather than having a blazing neon sign saying she's racist. People don't work exposition dumps of known information into their normal conversations. So it feels better to get references and actions that imply past events, rather than a full explanation.
 
  • Like
Reactions: Xiongmao
Aug 16, 2016
365
891
Getting an error pretty much any time I enter a location with a character in it.

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

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00director.rpy", line 293, in interact
    show_director = interact_base()
  File "renpy/common/00director.rpy", line 248, in interact_base
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "renpy/common/00director.rpy", line 248, in <lambda>
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
IOError: [Errno 2] No such file or directory: u'myscripts\\00_home1.rpyc'

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

Full traceback:
  File "myscripts/00_home1.rpyc", line 29, in script
  File "renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3370, in interact
    i()
  File "renpy/common/00director.rpy", line 293, in interact
    show_director = interact_base()
  File "renpy/common/00director.rpy", line 248, in interact_base
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "renpy/common/00director.rpy", line 248, in <lambda>
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "renpy/scriptedit.py", line 255, in nodes_on_line
    ensure_loaded(filename)
  File "renpy/scriptedit.py", line 92, in ensure_loaded
    renpy.parser.list_logical_lines(fn, add_lines=True)
  File "renpy/parser.py", line 248, in list_logical_lines
    with open(filename, "rb") as f:
IOError: [Errno 2] No such file or directory: u'myscripts\\00_home1.rpyc'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Lust Harem 0.21
Sat Dec 17 23:26:23 2022
```
 

Xiongmao

Member
Game Developer
Oct 13, 2021
266
409
Getting an error pretty much any time I enter a location with a character in it.

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

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/common/00director.rpy", line 293, in interact
    show_director = interact_base()
  File "renpy/common/00director.rpy", line 248, in interact_base
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "renpy/common/00director.rpy", line 248, in <lambda>
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
IOError: [Errno 2] No such file or directory: u'myscripts\\00_home1.rpyc'

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

Full traceback:
  File "myscripts/00_home1.rpyc", line 29, in script
  File "renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3370, in interact
    i()
  File "renpy/common/00director.rpy", line 293, in interact
    show_director = interact_base()
  File "renpy/common/00director.rpy", line 248, in interact_base
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "renpy/common/00director.rpy", line 248, in <lambda>
    if [ i for i in renpy.scriptedit.nodes_on_line(filename, line) if not isinstance(i, ALONE_NODES) ]:
  File "renpy/scriptedit.py", line 255, in nodes_on_line
    ensure_loaded(filename)
  File "renpy/scriptedit.py", line 92, in ensure_loaded
    renpy.parser.list_logical_lines(fn, add_lines=True)
  File "renpy/parser.py", line 248, in list_logical_lines
    with open(filename, "rb") as f:
IOError: [Errno 2] No such file or directory: u'myscripts\\00_home1.rpyc'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Lust Harem 0.21
Sat Dec 17 23:26:23 2022
```
It can't find your script files. Download the file, extract and throw it into LustHarem0.21/game
 
  • Like
Reactions: Deleted member 1897

stoicism

Newbie
Dec 20, 2019
71
84
Absolutely fantastic game... Had downloaded it a pretty while ago and completely forgot about it and got around to playing it last few days... Should've done so sooner! :D
Can't wait to see where this game goes next
 
  • Like
Reactions: Xiongmao

DrFree

Well-Known Member
Apr 23, 2019
1,238
1,569
Found these typos + a bug at some point that might've been fixed:
Sometimes you type "i" instead of "I"
Say "pernanent" instead of "permanent"
Or missed a "," that should've separated a sentence.
Nothing too important, but worth checking.
You don't have permission to view the spoiler content. Log in or register now.
 

Xiongmao

Member
Game Developer
Oct 13, 2021
266
409
Found these typos + a bug at some point that might've been fixed:
Sometimes you type "i" instead of "I"
Say "pernanent" instead of "permanent"
Or missed a "," that should've separated a sentence.
Nothing too important, but worth checking.
You don't have permission to view the spoiler content. Log in or register now.
Thank you for this, but I think you're on a very, very old version of the game. Most scenes you're showing have been redone. And I mean both text and graphics. You should update to 0.21. The game looks a whole lot better (redone Asara, Asuka, Mizu, main story events).


Btw. The first screenshot with 'bee yourself' is on purpose.
 

DrFree

Well-Known Member
Apr 23, 2019
1,238
1,569
Thank you for this, but I think you're on a very, very old version of the game. Most scenes you're showing have been redone. And I mean both text and graphics. You should update to 0.21. The game looks a whole lot better (redone Asara, Asuka, Mizu, main story events).


Btw. The first screenshot with 'bee yourself' is on purpose.
You know, I remember wondering if that one was a joke or nah, thanks for that.
And yeah, it's from an older verison, I just hadn't gotten to uploading these.
Love your game btw. Will update soon.
 

Ruhrok

Member
Apr 15, 2022
142
134
rare to find a game with such good writing. i laughed my ass off. and the animations are great to. going to support this one. can´t wait for update

edit: after the scene where helen and the girls accidently summond a golem i suddenly have no more hints for helen, like, her hint bar is just empty with no text in it and i have no idea how to continue her questline. during afternoon on the map her picture is shown to be in the circle room but she is not there, only eliz. tried reloading older saves several times with the same outcome. is this a bug? can someone help?
 
Last edited:

Xiongmao

Member
Game Developer
Oct 13, 2021
266
409
rare to find a game with such good writing. i laughed my ass off. and the animations are great to. going to support this one. can´t wait for update

edit: after the scene where helen and the girls accidently summond a golem i suddenly have no more hints for helen, like, her hint bar is just empty with no text in it and i have no idea how to continue her questline. during afternoon on the map her picture is shown to be in the circle room but she is not there, only eliz. tried reloading older saves several times with the same outcome. is this a bug? can someone help?
Just had a look and it seems I'm missing a hint. I'll add it to my to do list.
You need to proceed with Willow's story, if you even unlocked her. Helen's events will unlock once you finish the arena wargame.
 
  • Like
Reactions: Ruhrok

Ruhrok

Member
Apr 15, 2022
142
134
sry for asking another question so soon. i think i have reached the end of curent content (loved every minute of it), but i could not find a way to interact with magda the elf. in glossar her face is still maked with a "?". is there any content for her yet? did i miss a trigger somewhere?
 
  • Like
Reactions: KingLevi

coretex

Active Member
Jun 15, 2017
584
495
You don't have permission to view the spoiler content. Log in or register now.
I use Firefox just fine with the site, so if anything is file corruption.
If you want to go thru the hassle.. if just doing an entire cache/cookie reset might fix that, else the more drastic version would be to just delete the entire browser profile and let it rebuild like new, but you would have to relog into everything, backup/reimport your favs first,etc.
 
  • Like
Reactions: Xiongmao

Xiongmao

Member
Game Developer
Oct 13, 2021
266
409
I use Firefox just fine with the site, so if anything is file corruption.
If you want to go thru the hassle.. if just doing an entire cache/cookie reset might fix that, else the more drastic version would be to just delete the entire browser profile and let it rebuild like new, but you would have to relog into everything, backup/reimport your favs first,etc.
Simply removing f95 cookies helped. Thanks a lot. Idk why I haven't considered it myself. Haven't removed cookies in prob a decade.
sry for asking another question so soon. i think i have reached the end of curent content (loved every minute of it), but i could not find a way to interact with magda the elf. in glossar her face is still maked with a "?". is there any content for her yet? did i miss a trigger somewhere?
Alwyth, Thalia and a few others are simply locked out due to lack of content for now. I could throw them in but it's extra work for no gain as there'd be no conversations for now. Same as the librarian.
 
4.30 star(s) 32 Votes