Dajose

Newbie
May 8, 2017
70
84
I'm sorry, but an uncaught exception occurred.

While processing the color property of anonymous style:
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
IndexError: string index out of range

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

Full traceback:
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\main.py", line 637, in main
run(restart)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\main.py", line 145, in run
renpy.execution.run_context(True)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\execution.py", line 955, in run_context
context.run()
File "scripts/game_loop.rpyc", line 72, in script call
File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 2, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "scripts/game_loop.rpyc", line 72, in script call
File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 2, in script
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\ast.py", line 2560, in execute
Say.execute(self)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\exports.py", line 1492, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 321, in say
who(what, interact=interact, *args, **kwargs)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\character.py", line 1045, in do_display
display_say(who,
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\character.py", line 741, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\core.py", line 2166, 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 "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\screen.py", line 485, in visit_all
self.child.visit_all(callback, seen=None)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 2 more times]
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\displayable.py", line 433, in visit_all
callback(self)
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\display\core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\text\text.py", line 1897, in per_interact
if self.style.slow_abortable:
File "gen3-static/styleclass.pxi", line 589, in renpy.styledata.styleclass.Style.slow_abortable.__get__
File "style.pyx", line 493, in renpy.style.StyleCore._get
File "style.pyx", line 717, in renpy.style.build_style
File "style.pyx", line 714, in renpy.style.build_style
File "gen3-static/style_functions.pyx", line 323, in style_functions.color_property
File "D:\Downloads Browser\Ourhome-2.19.2-pc\renpy\color.py", line 133, in __new__
if c[0] == '#':
IndexError: string index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Our Home 2.19.2
Sun Jul 28 12:39:00 2024
 

HerreroA

Member
Apr 3, 2023
141
430
Incest patch, i doubt it will work on saves but you can try
download the patch relations.rpy and move it in \game ,delete relations.rpyc .

quote me for errors
 

troube12345

Newbie
Dec 12, 2023
27
13
I think the version of this game is written incorrectly. It is written as "2.19.2" but there is very little content. It would be much more accurate to write "0.2.19.2" or even "0.02.19.2" as the version. There was very little content for its size. When I saw its size and version, I thought it would be a long game, but I was disappointed.
 

hotdogBD

Member
Sep 21, 2017
300
482
why does my game keep crashing again and again
always getting

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

While running game code:
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
AttributeError: 'StoreModule' object has no attribute '_history_list'

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

Full traceback:
  File "scripts/game_loop.rpyc", line 72, in script call
  File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 2, in script
  File "D:\Downloads\Ourhome-2.19.2-pc-compressed\Ourhome-2.19.2-pc\renpy\ast.py", line 2560, in execute
    Say.execute(self)
  File "D:\Downloads\Ourhome-2.19.2-pc-compressed\Ourhome-2.19.2-pc\renpy\ast.py", line 615, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "D:\Downloads\Ourhome-2.19.2-pc-compressed\Ourhome-2.19.2-pc\renpy\exports.py", line 1492, in say
    renpy.store.say(who, what, *args, **kwargs)
  File "renpy/common/00library.rpy", line 321, in say
    who(what, interact=interact, *args, **kwargs)
  File "D:\Downloads\Ourhome-2.19.2-pc-compressed\Ourhome-2.19.2-pc\renpy\character.py", line 1392, in __call__
    self.add_history("current", who, what, multiple=multiple)
  File "D:\Downloads\Ourhome-2.19.2-pc-compressed\Ourhome-2.19.2-pc\renpy\character.py", line 1482, in add_history
    history = renpy.store._history_list # type: ignore
AttributeError: 'StoreModule' object has no attribute '_history_list'

Windows-10-10.0.19045 AMD64
Ren'Py 8.2.3.24061702
Our Home 2.19.2
Sun Jul 28 20:23:05 2024
 
3.70 star(s) 19 Votes