2.70 star(s) 44 Votes

armyman035

New Member
Sep 7, 2020
8
0
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 184, in script
"It's been over ten years since you left your home town. At that time it wouldn't have been an understatement if someone called you a lazy turd."
File "game/script.rpy", line 184, in script
"It's been over ten years since you left your home town. At that time it wouldn't have been an understatement if someone called you a lazy turd."
File "renpy/common/000window.rpy", line 122, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 70, in _window_show
renpy.with_statement(trans)
File "game/Textbox.rpy", line 124, in execute
screen say(who, what):
File "game/Textbox.rpy", line 124, in execute
screen say(who, what):
File "game/Textbox.rpy", line 129, in execute
window:
File "game/Textbox.rpy", line 140, in execute
if persistent.say_window_alpha < 0.6:
File "game/Textbox.rpy", line 140, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

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

Full traceback:
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\main.py", line 635, in main
run(restart)
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\main.py", line 145, in run
renpy.execution.run_context(True)
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\execution.py", line 955, in run_context
context.run()
File "game/script.rpy", line 184, in script
"It's been over ten years since you left your home town. At that time it wouldn't have been an understatement if someone called you a lazy turd."
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "game/script.rpy", line 184, in script
"It's been over ten years since you left your home town. At that time it wouldn't have been an understatement if someone called you a lazy turd."
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\ast.py", line 585, in execute
statement_name("say")
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\ast.py", line 52, in statement_name
i(name)
File "renpy/common/000window.rpy", line 122, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 70, in _window_show
renpy.with_statement(trans)
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\exports.py", line 1781, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\core.py", line 1548, in do_with
return self.interact(trans_pause=True,
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\core.py", line 2165, 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:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\core.py", line 2687, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\core.py", line 2687, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\screen.py", line 491, in per_interact
self.update()
File "E:\Games\The_Way_Love_Goes-Chapter_27-win\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/Textbox.rpy", line 124, in execute
screen say(who, what):
File "game/Textbox.rpy", line 124, in execute
screen say(who, what):
File "game/Textbox.rpy", line 129, in execute
window:
File "game/Textbox.rpy", line 140, in execute
if persistent.say_window_alpha < 0.6:
File "game/Textbox.rpy", line 140, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'

Windows-10-10.0.22621 AMD64
Ren'Py 8.2.1.24030407
The Way Love Goes Chapter_27
Fri Jul 19 19:09:29 2024
keep getting this error when i try to start the game without mods or patches
 
2.70 star(s) 44 Votes