2.00 star(s) 1 Vote

Staxxik

Newbie
Game Developer
Apr 30, 2018
50
60
Error with URM


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/tl/english/script.rpy", line 9625, in script
    kaid "It's about her... I can't stop thinking about Norika... I just can't relax..."
Exception: Could not find font '0x52-URM/framework/Roboto-Regular.ttf'.

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

Full traceback:
  File "game/tl/english/script.rpy", line 9625, in script
    kaid "It's about her... I can't stop thinking about Norika... I just can't relax..."
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\ast.py", line 2573, in execute
    Say.execute(self)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\character.py", line 1455, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\character.py", line 1106, in do_display
    display_say(who,
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\character.py", line 803, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\core.py", line 2215, 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:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\core.py", line 2879, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\core.py", line 1381, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 903, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 903, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 903, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\screen.py", line 754, 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 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 903, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\dragdrop.py", line 619, in render
    cr = render(child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 1454, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 1171, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 1454, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 1116, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\display\layout.py", line 1454, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\text\text.py", line 2540, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\text\text.py", line 770, in __init__
    glyphs = ts.glyphs(s, self)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\text\text.py", line 340, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample, self.shaper, self.instance, self.axis)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\text\font.py", line 745, in get_font
    face = load_face(fn, shaper)
  File "E:\F95\F95 Games\1 En cours\1RENPY\1KOIKATSU\NorikasCase-0.7-pc\renpy\text\font.py", line 673, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font '0x52-URM/framework/Roboto-Regular.ttf'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.2.24090902
0.7
Mon Apr 28 06:19:32 2025
The font was missing during the game installation. You can either install it manually or reinstall the game. It's possible that it simply wasn’t extracted properly when you unpacked the archive
 

RayJefferson

Member
Mar 4, 2018
367
180
The font was missing during the game installation. You can either install it manually or reinstall the game. It's possible that it simply wasn’t extracted properly when you unpacked the archive
I reinstalled the game twice and the problem persists.
2nd scene of Keily this nipples it is not pierced.
 
Last edited:
2.00 star(s) 1 Vote