Staxxik

Newbie
Game Developer
Apr 30, 2018
53
61
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
370
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:

Staxxik

Newbie
Game Developer
Apr 30, 2018
53
61
I reinstalled the game twice and the problem persists.
2nd scene of Keily this nipples it is not pierced.
Honestly, I don't know then. I tried playing the game on several different devices, and I didn't encounter that error.
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
18,645
229,929
Norikas's Case [v0.8] [Staxxik] - Compressed

Win/Linux [369 MB]
- - - -

Mac [364 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
--------------------------
Norikas's Case [v0.8] [Staxxik] - Update only

Universal: v0.7 -> v0.8 [558 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

Staxxik

Newbie
Game Developer
Apr 30, 2018
53
61
IMG_3457.png

June 1st is here! Today I’m celebrating my birthday, a small anniversary of the project — and as promised, I’m releasing a new version! This is a major update, so the game has been compressed to 3.53 GB.

Brief changelog:
  • Over 450 new renders
  • New interactions with girls
  • 4 new scenes with 8 animations
  • 7 new events
  • A secret event
Full changelog:
Secret Event
This event consists of two parts:

  • Part 1: A hidden code scattered across all sandbox events. It’s made up of 6 digits (3 numbers).
  • Part 2: A sequence of events that must be completed in a specific order. By completing the event, you’ll get exclusive insights into Season 2, details about the Season 1 endings, and small hints about the different ending paths available.
Katie Events
New events with Katie, where you’ll meet new characters and unlock additional interactions. All events are accessible from her apartment and only available on her love path.

Oni Events
A new adventure in the G.I.M.P. game! This time, Oni won’t be alone — two lovely companions will join you as you fight bosses and awaken a new power within yourself. You won’t be useless anymore! (Currently a linear event, but if G.I.M.P. Part 3 happens, I’ll aim to add real battles.) The event is only available on Oni’s love path, in her room. Completing it unlocks a new interaction.

Agnes Event
A sweet nature date with Agnes. Available on her love path. Completing it unlocks a new interaction.

Bugfixes

  • Fixed screen repetition bug
  • Fixed all known text bugs
  • Fixed a bug with Monica and Emily: previously, if you visited one of them, the other became unavailable for the same day — that’s now resolved
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
18,645
229,929
Norikas's Case [v0.85] [Staxxik] - Compressed

Win/Linux [418 MB]
- - - -

Mac [413 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

Merrk23

Member
Nov 8, 2023
106
28
I didn't make the game for this platform. The game runs fine if you download it directly on Android via the APK file or on PC.
My bad, I just tested it for the normal android and it ran fine but I run into numerous errors when using URM
 
2.00 star(s) 1 Vote