I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Could not find font u'CHEATMOD/Oswald.ttf'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "meltruthdgay.rpyc", line 38, in script
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\ast.py", line 690, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\display\layout.py", line 883, in render
surf = render(d, rw, height - y, 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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\display\behavior.py", line 740, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\text\text.py", line 1981, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\text\text.py", line 611, in __init__
glyphs = ts.glyphs(s, self)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\renpy\text\font.py", line 695, in get_font
face = load_face(fn)
File "C:\Users\deste\Downloads\FootOfTheMountains-V6.9-pc\FootOfTheMountains-V6.9-pc\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'CHEATMOD/Oswald.ttf'.
Windows-8-6.2.9200
Ren'Py 7.2.1.457
Foot Of The Mountains V6.9
Sun Jul 07 03:56:21 2019