Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 975 to 1,014 of 1,030 · Next page · Previous page · First page · Last page
(1 edit)

Hey, ran into three errors when fighting the series of imps in the forest dungeon. I decided to fight in in the hallway (so just 3) and it gives the errors. After the third error can fight as normal. Here's the tracebacks...

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4340, in script
    $ currentChoice = getFromNameOfScene(display, DefeatedEncounterMonsters[-1].victoryScenes)
  File "game/gamecode/dialogueSystem.rpy", line 4340, in <module>
    $ currentChoice = getFromNameOfScene(display, DefeatedEncounterMonsters[-1].victoryScenes)
IndexError: list index out of range

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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4340, in script
    $ currentChoice = getFromNameOfScene(display, DefeatedEncounterMonsters[-1].victoryScenes)
  File "C:\unzipped\MonGirlDreams\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/gamecode/dialogueSystem.rpy", line 4340, in <module>
    $ currentChoice = getFromNameOfScene(display, DefeatedEncounterMonsters[-1].victoryScenes)
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 847, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Monster Girl Dreams Alpha-v22.3
Fri Apr 03 15:54:12 2020

Error 2:

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4342, in script
    $ displayingScene = DefeatedEncounterMonsters[-1].victoryScenes[currentChoice]
  File "game/gamecode/dialogueSystem.rpy", line 4342, in <module>
    $ displayingScene = DefeatedEncounterMonsters[-1].victoryScenes[currentChoice]
IndexError: list index out of range

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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4342, in script
    $ displayingScene = DefeatedEncounterMonsters[-1].victoryScenes[currentChoice]
  File "C:\unzipped\MonGirlDreams\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/gamecode/dialogueSystem.rpy", line 4342, in <module>
    $ displayingScene = DefeatedEncounterMonsters[-1].victoryScenes[currentChoice]
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 847, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

And error 3...

'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4346, in script
    $ actorNames[0] =  DefeatedEncounterMonsters[-1].name
  File "game/gamecode/dialogueSystem.rpy", line 4346, in <module>
    $ actorNames[0] =  DefeatedEncounterMonsters[-1].name
IndexError: list index out of range

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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 2034, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1710, in script call
    call sortMenuD from _call_sortMenuD_10
  File "game/gamecode/dialogueSystem.rpy", line 4364, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1696, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4346, in script
    $ actorNames[0] =  DefeatedEncounterMonsters[-1].name
  File "C:\unzipped\MonGirlDreams\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/gamecode/dialogueSystem.rpy", line 4346, in <module>
    $ actorNames[0] =  DefeatedEncounterMonsters[-1].name
  File "C:\unzipped\MonGirlDreams\renpy\python.py", line 847, in __getitem__
    rv = list.__getitem__(self, index)
IndexError: list index out of range

Not sure what's causing the trio of errors, and it seems that if you go to the hallway to fight the 3, it loops to where to fight them until you lose...

(-2)

Just ignore

A minor bug I encountered was the Hearty meal has never went away and it still say last fo 6 more time increments

I encountered an error. When I defeated Sofia in the lazy form, and lost in the awakened form. Then after moving to the church, the victory screen appeared and I went back to meet Sofia. But interacting with Lillian in Sofia's room?

Hey, I had a traceback error, playing the most recent version. 

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2014, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4350, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1676, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4350, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1990, in script call
    call combat from _call_combat_1
  File "game/gamecode/combatcode/combat.rpy", line 503, in script
    window hide
  File "renpy/common/000window.rpy", line 153, in execute_window_hide
    _window_hide(trans)
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
ZeroDivisionError: float division by zero

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

Full traceback:
  File "game/gamecode/adventureCode/adventuring.rpy", line 472, in script call
    call displayScene from _call_displayScene_3
  File "game/gamecode/dialogueSystem.rpy", line 2014, in script call
    call sortMenuD from _call_sortMenuD_20
  File "game/gamecode/dialogueSystem.rpy", line 4350, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1676, in script call
    call sortMenuD from _call_sortMenuD_9
  File "game/gamecode/dialogueSystem.rpy", line 4350, in script call
    call displayScene from _call_displayScene_1
  File "game/gamecode/dialogueSystem.rpy", line 1990, in script call
    call combat from _call_combat_1
  File "game/gamecode/combatcode/combat.rpy", line 503, in script
    window hide
  File "C:\unzipped\MonGirlDreams\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\unzipped\MonGirlDreams\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\unzipped\MonGirlDreams\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000window.rpy", line 153, in execute_window_hide
    _window_hide(trans)
  File "renpy/common/000window.rpy", line 85, in _window_hide
    renpy.with_statement(trans)
  File "C:\unzipped\MonGirlDreams\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\unzipped\MonGirlDreams\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\unzipped\MonGirlDreams\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\unzipped\MonGirlDreams\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\unzipped\MonGirlDreams\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\unzipped\MonGirlDreams\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "C:\unzipped\MonGirlDreams\renpy\display\transition.py", line 355, in render
    complete = min(1.0, st / self.time)
ZeroDivisionError: float division by zero

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Monster Girl Dreams Alpha-v22.2a
Sat Mar 28 11:39:19 2020

I was fighting a kunoichi that tries to ambush the PC when he rests. I didn't actually rest so things started out as "normal". The kunoichi was bound when the error happened, but ignoring the error did allow me to continue the fight.

Something else I will add is that some of the scenes are REALLY well done. Helping out the 3 succubi the first time, talking with Jora (as opposed to just fighting her or trying to sex her) are both very well written and very thoughtful. While this is a bf game, talking with Jora at length reveals just how lonely she really is, and the first time you help the 3 succubi reveals quite a bit too. Very much impressed!!

I'm not entirely sure what's causing that, as it's something that occurred in renpy's systems? if you could hit ignore then it should be fine, I'll have to keep an eye out for any other reports of this.

I was able to install the game and play it for a short while of an hour or two. After that it stopped working. I have been trying to uninstall it so I could install it again but it won't let me. Is this an issue any of you have had? Is there any advice on how to fix this.

(1 edit)

Gave this a go, after a little confusion really like this! Some of the fights are pretty tough, and some are only tough if you ignore things! Think the toughest fights (outside of the 7 imps!) so far are the "optional" fights. Haven't gotten too far yet though (I just started the mountain area), but I really like how if you lose to someone it's not the end, you just get certain things added. Definitely going to keep checking this out!

EDIT: Loving the humor, especially when you show compassion to one that INSISTS you are her rival/nemesis/whatever else she decides to term you.

Is this game based off Corruption of Champions?

During battle, some skill descriptions (especially the stats) get cut off no matter the window size.


Deleted 2 years ago
(+1)

Are you sure you're using the recent 22.1a version? Do you have any idea how the perks are disappearing? Or which inn event specifically is causing the error?

Deleted 2 years ago
Deleted 2 years ago

What do I do if the characters are text boxes?

That means that their art hasn't been added into the game yet, it's not a bug or anything.

Would it be a bug if it was the characters that already have art? Because it happens to be them also.

Unless that was in one of the Change logs...

(+1)

Go into options and make sure the character art isn't toggled off.

(+2)

It was turned off. Jeez, I hate myself sometimes.

(1 edit) (+1)

Thank you for developing this game and make it free.

Wish you good health and fortune.

Ps:It would be really nice if you could provide an email address for bug-reporting.Could you please consider it ?
Discord is not accessible for me.I really like your game and hope to help however I can like bug feedback.

(+1)

I do check msgs here so don't worry. :D

(1 edit)

Thank you for replying and act so quick. :)
The v22.c patch fixed <Mysterious Inn> event perfectly.

There is a minor bug a found,not very serious issue though.This minor error actually happens on previous versions too.

When Lilian as me <What the purest monster girl (something like that)> during her quiz.
And I choose <Slime> on purpose. :p
Then a minor error occurs.Ignoring it the game works fine though, so not very serious for now.

Again thank you very much.
Really love this game and hope it gets better and better.

(1 edit) (+1)

Thank you for the amazing game. 

I just finished it and saw the update, what a coincidence. I love the characters and the art. I liked all the lovey-dovey and dominant options I get too!

Sadly, I can't support this monetarily since I'm a student.

ps: did I mention that I love the art? because I really do.

pps: does the save file work through updates or do I need to start over?

(+1)

Saves carry over between updates. Just be sure to have your save when you transfer over versions be in town square for the least issues.
Also saves are useally in a global folder so you wont need to move it over either.

(+4)

When is the next update coming out I've been playing this game since the beginning. Fantastic game love the art this game will get big I play it every day I'm a huge fan! :)

to resolve the problem were you can't install the game, you need to go were the save files are and put them in another paste, once you did it you uninstall the game and install the new version, then you move the old save file to were the new save files are and put them there, if that doesn't work,well, sad.

Beautiful game, everything about it is great. All the girls, (especially Mika) are amazing. But could you add in a thing where if they have a weak spot (like spanking or such) it shows that spot (like they turn around and can see their ass?) I think that would be a wonderful feature.

Someone know how to update it on Android?

My Android device will go through the installation process and then say "app not installed".

So, with the new update, I've been getting a lot of traceback errors and it's kicking me all the way back to the intro at which point the whole city is empty, I don't know what's going on

Just started playing on android how do you equip/use runes?

Please add a "cheat menu" where I can skip to the newest content or test out the new abilities since it sucks to do everything again every time a update comes out

You can just drag the new files into the folder with the last version of the game you played and you can keep the save data

I play it on Android and some updates make my saves either corrupted or dissapear

(+2)

Im trying to download the new update version for android but it says app not installed, package appears to be corrupted


I'm having the same problem as well

How do i advance on mika i already cleared the forest dungeon but everytime i try to talk to her she just blows me off and says how shes not looking for a husband so dont even try it, what am i doing wrong?

Right now that's all the content there is for her. Sometimes she'll have different reactions to you entering her chamber depending on how your last fight ended, but aside from that once you've beaten the dungeon you can't really advance further.

oh ok, thanks!

That's not true. After beating her a number of times you can visit her by going to "Sofia's domain" and selecting her. Progression with her continues as a friends with benefits (as far as i got) where you can give her eros to help her get out of debt so she can quit being an obstacle in the dungeon.

(+1)

How do i advance on kyra, all i do is destroy her in battle and get the same results every time. Is it not added in the game yet?

(+1)

She currently has very little content compared to many of the characters right now, and has very little progression

(2 edits) (+1)

Thank you for telling me. 👌

Also, the picture above at the very top of the screen looks like a dragon for some reason... 

Foreshadow for demon queen mabe........

(-6)

what game is this no Animated no sex I am confused playing it

(+1)

Mate read the description of a game before you play it. 

(+1)

I know it's been said, but I adore the new art for Vivian! I actively avoided her at all costs because of the previous art, but the new art is far, far more fitting for both her, and the game! 

(+1)

i have a problem, half of Elly's face is missing. Spooked me pls help

Love the Vivian update you did, her new artwork definitely fits much better. Hope we see art for Kotone and the oni sisters soon, too!

oni sisters are now there bro xD

how do you update on android

(+1)

After a lot of hard work I managed to pay the debt

(+2)

Anything actually happen after it?

(+1)

Good End?

So for some reason I can't download anything past v20.7b

Can i use mods on android? 

How can i make Manticore love me?

You'll have to fight the Manticore a few times and get ahem "Poisoned" after you keep fighting her she will tell you all the details you'll need to know and once you get there you can get the lovey dovey Manticore ( ͡° ͜ʖ ͡°)

Thank you very much, now I can continue fricking. 

(1 edit)

It is enough to defeat her once and then just let you vanish by feeding her tailpussy a few times.

(1 edit)

What is the use of holy water?

And does the Manticore buff even exist or is the wiki wrong?

holy water is overpriced and for manticore you need first to let her suck with tail until pass out, then battle her with defeating her with fucking. Then you need to let her suck with tail sensless many times until you are at her home where she asks you, if you want to be with her.

I can not wait for the suite to be available

Is there anyway to transfer saves?

Trying to figure out this manticore is agonizing! (In a good way). I've gone through the nymph, kotone, etc. But i cant figure out how to get her buff😭

(+1)

Im having a predicament. What reward should I cboose from Sofia. Also, do you know other rpg games like these?(Not bfrpg, all rpb)

just pick the money. Nothing else is worth the drawback unless its your dump stat

Viewing most recent comments 975 to 1,014 of 1,030 · Next page · Previous page · First page · Last page