Cabin Fever
Engaged Member
- Nov 23, 2018
- 3,931
- 6,333
- 697
Funny how so many people here are screaming for Tara and Lisa to be proper LI's in the next game yet they aren't even mentioned as favorites whenever that picture comes out. 
Jaye, Mal, Jaye/Mal, Mal/Amanda, and solo. No side girl endings.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?
Side girls are involved in multiple endings. In some cases there's even a serious relationship with them. It just doesn't last forever.Jaye, Mal, Jaye/Mal, Mal/Amanda, and solo. No side girl endings.
Oh, Jesus Christ is doing porn now ?Jesus Christ, this prologue goes on forever.
Well, yeah. Tithing is the original OnlyFans, and what is the story of his birth if not an AVN NTR power fantasy?Oh, Jesus Christ is doing porn now ?
do they have an OF ?
yes i know what this is but i also know it's not to the extent that something like that could happen and it has nothing to do with anything happening in the gameYou must be registered to see the links
But OK.
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.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.
This one was fixed with 1.10a, you're not using the latest release...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.
Well, because th "a" version is not on the site I installed the hotfix. Unfortunately no result. I park the game until than.This one was fixed with 1.10a, you're not using the latest release...
The hotfix is 1.10a, and it definitely fixes this bug.Well, because th "a" version is not on the site I installed the hotfix. Unfortunately no result. I park the game until than.
if ((num042 >= 1) and (bool179 == False)):
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.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.
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.
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.
It is working! Fine. Thanks againTry 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.
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