I'm getting this error when i try to start the game.
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 "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\main.py", line 524, in main
run(restart)
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\execution.py", line 892, in run_context
context.run()
File "Days/D1.rpyc", line 26, in script
File "Days/D1.rpyc", line 26, in script
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\ast.py", line 653, in execute
statement_name("say")
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\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 "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\exports.py", line 1578, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\display\core.py", line 2240, in do_with
clear=clear)
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\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 "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\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 "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\renpy\display\transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "D:\tixati\downloads\VN\EcchiSensei-Week_1-FULL_ver\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