Create and Fuck your AI Cum Slut –70% OFF
x

TonyMurray

Conversation Conqueror
Apr 8, 2024
6,659
12,845
774
RenPy_universal_transparent_textbox_mod_v2.6.4_by_Penfold_Mole

put it in any Ren'Py GAME Folder
I don't think that's what was being referenced, since there's no textbox in that screenshot, it's the back of a laptop. I suspect it's more about the cameo from another game.
 
  • Like
Reactions: FRVN

bratkoratko

Member
Jan 11, 2023
162
540
216
Didnt play this for like a year, now when the game is finished which ros actually got their own epilogues?Only Jaye and Mal or?
 

Jafo

Well-Known Member
Oct 8, 2017
1,351
4,586
445
Can somebody help me out with this error?

When chapter 10 begins I get this error straight away. I don't use a mod. And rejected Mal and Jaye.

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

ename144

Engaged Member
Sep 20, 2018
3,743
15,550
681
Can somebody help me out with this error?

When chapter 10 begins I get this error straight away. I don't use a mod. And rejected Mal and Jaye.

You don't have permission to view the spoiler content. Log in or register now.
If I'm parsing this correctly, the game is trying to find out if the MC cheated on Jaye with Lisa, but it can't find the variables. That probably means the devs tinkered with the code after your save was made. If you can reload an earlier save and play through the date with Lisa again that might solve the issue.
 
  • Like
Reactions: Jafo

alain8891

Member
Dec 18, 2023
420
1,490
276
Well, because th "a" version is not on the site I installed the hotfix. Unfortunately no result. I park the game until than.
The hotfix is 1.10a, and it definitely fixes this bug.
You haven't installed it properly. Did you replace the scripts.rpa file with the one the hotfix provides?

The error was because "bool179 = False" is not proper RenPy syntax, the proper syntax is "bool179 == False".
And this is from the 1.10a script Ch10 script, line 46:
Code:
    if ((num042 >= 1) and (bool179 == False)):
 
  • Like
Reactions: Jafo

motseer

Forum Fanatic
Dec 17, 2021
4,868
12,566
637
It's not, the links are all for 1.10 (click on them and check for yourself). But the hotfix (1.10a) is included below the Mac links.
Try this: Sons of Liberty Compression there is very little quality loss. It's what I downloaded and it works flawlessly. You're right, it appears the OP version needs to have the hotfix installed.
 

Jafo

Well-Known Member
Oct 8, 2017
1,351
4,586
445
This one was fixed with 1.10a, you're not using the latest release...
Well, because th "a" version is not on the site I installed the hotfix. Unfortunately no result. I park the game until than.
You are mistaken. The current version on the OP is 1.10a:

View attachment 5144467
The hotfix is 1.10a, and it definitely fixes this bug.
You haven't installed it properly. Did you replace the scripts.rpa file with the one the hotfix provides?

The error was because "bool179 = False" is not proper RenPy syntax, the proper syntax is "bool179 == False".
And this is from the 1.10a script Ch10 script, line 46:
Code:
    if ((num042 >= 1) and (bool179 == False)):
Try this: Sons of Liberty Compression there is very little quality loss. It's what I downloaded and it works flawlessly. You're right, it appears the OP version needs to have the hotfix installed.

All Thanks a lot. I am going to try.
 
  • Like
Reactions: motseer

CamSolusar

Newbie
Dec 5, 2020
46
70
62
Hoping someone can help me with this, running the 1.10a version but every time there's a phone conversation now it kicks out a renpy error for each line. If I hit Ignore for each one I can keep going but I never get to watch the phone text. Anybody else having this? I'm also using the Joker mod.

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

While running game code:
  File "game/scripts/story/chapter8.rpy", line 2191, in script
    $ msg ("The beach house is deserted!", who=1)
  File "game/scripts/story/chapter8.rpy", line 2191, in <module>
    $ msg ("The beach house is deserted!", who=1)
  File "game/scripts/features/csphone/csphonedefs.rpy", line 317, in msg
Exception: Could not find font 'fonts/noto.ttf'.

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

Full traceback:
  File "game/scripts/story/chapter8.rpy", line 2191, in script
    $ msg ("The beach house is deserted!", who=1)
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/scripts/story/chapter8.rpy", line 2191, in <module>
    $ msg ("The beach house is deserted!", who=1)
  File "game/scripts/features/csphone/csphonedefs.rpy", line 317, in msg
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\exports.py", line 1537, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\display\image.py", line 506, in render
    return wrap_render(self.target, width, height, st, at)
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\display\image.py", line 309, in wrap_render
    rend = render(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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\display\transform.py", line 747, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 187, in renpy.display.accelerator.transform_render
  File "render.pyx", line 266, in renpy.display.render.render
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\text\text.py", line 2109, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\text\text.py", line 656, in __init__
    glyphs = ts.glyphs(s, self)
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-pc\renpy\text\font.py", line 717, in get_font
    face = load_face(fn)
  File "F:\BTD Pro\ChasingSunsets-1.01-pc\ChasingSunsets-1.01-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 'fonts/noto.ttf'.

Windows-10-10.0.26100 AMD64
Ren'Py 8.0.3.22090809
Chasing Sunsets 1.10a
Thu Aug 14 17:16:37 2025
 
4.60 star(s) 419 Votes