Umm, help?
Get to this scene:
View attachment 3160217
and in one click it goes to the grey error screen. Here is the traceback. Anyone know how to fix or get past this?
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Could not find font '28'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "settings.rpyc", line 10504, in script
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\exports.py", line 1373, in say
who(what, *args, **kwargs)
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\character.py", line 1266, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\character.py", line 927, in do_display
display_say(who,
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\character.py", line 666, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\text\text.py", line 2109, in render
virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\text\text.py", line 656, in __init__
glyphs = ts.glyphs(s, self)
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-pc\renpy\text\font.py", line 717, in get_font
face = load_face(fn)
File "C:\Users\drago\Desktop\Prawns\My Time with You\Book 2\MTWYBook2Chapter23-0.23-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 '28'.
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
My Time with You 0.23
Sat Dec 9 19:32:53 2023