Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi!

Is the game supposed to end with the introduction of Yoi? I tried different choices but the game always takes me back to the main menu...

Got this though when I looked at options...

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find font u'Molengo-Regular.ttf'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\core.py", line 3174, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\core.py", line 2086, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 516, in renpy.display.render.render_screen
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 151, in renpy.display.render.render
  File "render.pyx", line 244, in renpy.display.render.render
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\text\text.py", line 1989, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\text\text.py", line 619, in __init__
    glyphs = ts.glyphs(s, self)
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\text\text.py", line 242, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\text\font.py", line 695, in get_font
    face = load_face(fn)
  File "C:\Users\Downloads\Judgment-1.0\Judgment-1.0-market\renpy\text\font.py", line 636, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'Molengo-Regular.ttf'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
Judgment 0.0
Tue May 21 23:50:56 2019
[/code]

Hello!

Yes, that scene was a bit of an epilogue that's going to be leading into the next part.

Not sure how that bug slipped through testing. Fixing it up.

I ended up looking through the raw source (which is surprisingly bundled together with the release - I think this is first time I've seen that), and checked, and yes it was actually supposed to end there.

The ending was quite jarring though, almost felt like in some last-ditch effort to prevent the game from crashing entirely, it just returned to the menu instead.

That being said, can't wait for the next part!