Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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.