Jopassion

New Member
Nov 20, 2021
9
5
I have a crash too, someone could help us?

================================================
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 240, in script call
call _splashscreen from _call_splashscreen_1
Exception: Could not find font 'tl/french/fonts/Roboto-Regular.ttf'.

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

Full traceback:
File "renpy/common/00start.rpy", line 240, in script call
call _splashscreen from _call_splashscreen_1
File "script.rpyc", line 17, in script
File "E:\OhDaddy-V0.9-pc\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\OhDaddy-V0.9-pc\renpy\exports.py", line 1373, in say
who(what, *args, **kwargs)
File "E:\OhDaddy-V0.9-pc\renpy\character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\OhDaddy-V0.9-pc\renpy\character.py", line 927, in do_display
display_say(who,
File "E:\OhDaddy-V0.9-pc\renpy\character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\OhDaddy-V0.9-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\OhDaddy-V0.9-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\OhDaddy-V0.9-pc\renpy\display\core.py", line 3912, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "E:\OhDaddy-V0.9-pc\renpy\display\core.py", line 2602, in draw_screen
surftree = renpy.display.render.render_screen(
File "render.pyx", line 495, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "E:\OhDaddy-V0.9-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\OhDaddy-V0.9-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\OhDaddy-V0.9-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\OhDaddy-V0.9-pc\renpy\display\screen.py", line 704, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\OhDaddy-V0.9-pc\renpy\display\layout.py", line 884, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\OhDaddy-V0.9-pc\renpy\display\layout.py", line 1334, in render
surf = render(child,
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "E:\OhDaddy-V0.9-pc\renpy\text\text.py", line 2109, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "E:\OhDaddy-V0.9-pc\renpy\text\text.py", line 656, in __init__
glyphs = ts.glyphs(s, self)
File "E:\OhDaddy-V0.9-pc\renpy\text\text.py", line 255, in glyphs
fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
File "E:\OhDaddy-V0.9-pc\renpy\text\font.py", line 717, in get_font
face = load_face(fn)
File "E:\OhDaddy-V0.9-pc\renpy\text\font.py", line 658, in load_face
raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font 'tl/french/fonts/Roboto-Regular.ttf'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Oh Daddy V0.9
Fri Jul 5 00:14:57 2024
===========================================================
 
Last edited:
3.40 star(s) 79 Votes