Can somebody help. Trying to play week one, but the game keeps crashing when I hit the play button. I get this error:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
Exception: Could not find font u'mod/Tahoma_Correct_Version.ttf'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Applications/renpy-7.3.5-sdk/renpy/bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "/Applications/renpy-7.3.5-sdk/renpy/main.py", line 578, in main
run(restart)
File "/Applications/renpy-7.3.5-sdk/renpy/main.py", line 143, in run
renpy.execution.run_context(True)
File "/Applications/renpy-7.3.5-sdk/renpy/execution.py", line 908, in run_context
context.run()
File "Days/D1.rpyc", line 26, in script
File "Days/D1.rpyc", line 26, in script
File "/Applications/renpy-7.3.5-sdk/renpy/ast.py", line 671, in execute
statement_name("say")
File "/Applications/renpy-7.3.5-sdk/renpy/ast.py", line 45, in statement_name
i(name)
File "renpy/common/000window.rpy", line 98, in _window_auto_callback
_window_show()
File "renpy/common/000window.rpy", line 60, in _window_show
renpy.with_statement(trans)
File "/Applications/renpy-7.3.5-sdk/renpy/exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 2251, in do_with
clear=clear)
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Applications/renpy-7.3.5-sdk/renpy/display/core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/Applications/renpy-7.3.5-sdk/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)
def mutated_surface(surf):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
renpy.plog(4, "after clipping")
File "/Applications/renpy-7.3.5-sdk/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)
The shown and animation timebases.
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
renpy.plog(4, "after clipping")
File "/Applications/renpy-7.3.5-sdk/renpy/display/transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
The shown and animation timebases.
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
renpy.plog(4, "after clipping")
File "/Applications/renpy-7.3.5-sdk/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)
The shown and animation timebases.
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
renpy.plog(4, "after clipping")
File "/Applications/renpy-7.3.5-sdk/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)
The shown and animation timebases.
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
renpy.plog(4, "after clipping")
File "/Applications/renpy-7.3.5-sdk/renpy/display/screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
The shown and animation timebases.
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
renpy.plog(4, "after clipping")
File "/Applications/renpy-7.3.5-sdk/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)
The shown and animation timebases.
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
renpy.plog(4, "after clipping")
File "/Applications/renpy-7.3.5-sdk/renpy/display/layout.py", line 1127, in render
st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
The shown and animation timebases.
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
renpy.plog(4, "after clipping")
File "/Applications/renpy-7.3.5-sdk/renpy/text/text.py", line 1996, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "/Applications/renpy-7.3.5-sdk/renpy/text/text.py", line 626, in __init__
glyphs = ts.glyphs(s, self)
File "/Applications/renpy-7.3.5-sdk/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 "/Applications/renpy-7.3.5-sdk/renpy/text/font.py", line 699, in get_font
face = load_face(fn)
File "/Applications/renpy-7.3.5-sdk/renpy/text/font.py", line 640, in load_face
raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'mod/Tahoma_Correct_Version.ttf'.
Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Ecchi Sensei week1 Week_1
Mon Feb 3 17:53:03 2020