OldHiccup

Our Home DEV
Donor
Game Developer
Jan 29, 2021
511
1,596
This looked very promising, but it cannot run (hangs during start) without Internet access. So that's a no go for me.
The game does not require internet access, but he can try use the internet sometimes.
I checked the game without internet access and everything seems to be working fine, it looks like you had another problem
 
Last edited:

OldHiccup

Our Home DEV
Donor
Game Developer
Jan 29, 2021
511
1,596
found a bug on macos version. I skip this pic with press tab. A new bug during the interrogation, the dialogue is repeated twice before Matilda takes the main character by the shoulder and after that

Did you manage to deal with it, or did it just stop working altogether?
 
  • Thinking Face
Reactions: Melanx0l1k

Melanx0l1k

Member
Feb 28, 2023
170
76
Did you manage to deal with it, or did it just stop working altogether?
yeah i skip this scene jus press skip or tab. and the last episodes dialogues by author showed symbols instead of letters in translations( maybe bug in the game or in translate?)
P.S and what about hirogramm he is working? im my version hes is showing 2 pics and after just closed
 

Ghaly

Newbie
Sep 6, 2020
55
24
the fk is going on with all this unskippbale animations in the start menu and the game itself ??!!!!!!!!
 

Ghaly

Newbie
Sep 6, 2020
55
24
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 "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\main.py", line 689, in main
run(restart)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\main.py", line 149, in run
renpy.execution.run_context(True)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\execution.py", line 942, in run_context
context.run()
File "scripts/game_loop.rpyc", line 59, in script call
File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 3, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "scripts/game_loop.rpyc", line 59, in script call
File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 3, in script
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\exports.py", line 1471, 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 "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 1349, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 1000, in do_display
display_say(who,
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 690, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3499, 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:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3969, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\screen.py", line 481, in visit_all
self.child.visit_all(callback, seen=None)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 607, in visit_all
callback(self)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3969, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\text\text.py", line 1792, in per_interact
if self.style.slow_abortable:
File "gen3-static/styleclass.pxi", line 533, in renpy.styledata.styleclass.Style.slow_abortable.__get__
File "style.pyx", line 493, in renpy.style.StyleCore._get
File "style.pyx", line 710, in renpy.style.build_style
File "style.pyx", line 707, in renpy.style.build_style
File "gen3-static/style_functions.pyx", line 323, in style_functions.color_property
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\color.py", line 143, in __new__
if c[0] == '#':
IndexError: string index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Our Home 2.12.1
Thu Jan 4 21:25:56 2024
 

OldHiccup

Our Home DEV
Donor
Game Developer
Jan 29, 2021
511
1,596
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 "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\main.py", line 689, in main
run(restart)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\main.py", line 149, in run
renpy.execution.run_context(True)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\execution.py", line 942, in run_context
context.run()
File "scripts/game_loop.rpyc", line 59, in script call
File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 3, in script
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "scripts/game_loop.rpyc", line 59, in script call
File "game/tl/english/scripts/chaps/0/chap_0_prologue.rpyc", line 3, in script
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\exports.py", line 1471, 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 "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 1349, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 1000, in do_display
display_say(who,
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\character.py", line 690, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3499, 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:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3969, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\screen.py", line 481, in visit_all
self.child.visit_all(callback, seen=None)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 607, in visit_all
callback(self)
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\display\core.py", line 3969, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\text\text.py", line 1792, in per_interact
if self.style.slow_abortable:
File "gen3-static/styleclass.pxi", line 533, in renpy.styledata.styleclass.Style.slow_abortable.__get__
File "style.pyx", line 493, in renpy.style.StyleCore._get
File "style.pyx", line 710, in renpy.style.build_style
File "style.pyx", line 707, in renpy.style.build_style
File "gen3-static/style_functions.pyx", line 323, in style_functions.color_property
File "E:\private\Ourhome-2.12.1-pc\Ourhome-2.12.1-pc\renpy\color.py", line 143, in __new__
if c[0] == '#':
IndexError: string index out of range

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Our Home 2.12.1
Thu Jan 4 21:25:56 2024
Did this occur when you tried to select a color for text?
 

OldHiccup

Our Home DEV
Donor
Game Developer
Jan 29, 2021
511
1,596
the fk is going on with all this unskippbale animations in the start menu and the game itself ??!!!!!!!!
Every transition can be skipped with a double-click. All character introductions will be removed in the prologue rework, as mentioned in previous responses in this thread. Furthermore, the animations at the beginning of the game will only appear the first time you start the game; they won't reappear in subsequent sessions, from the next release..
 

WakamoSato

Member
Jan 9, 2021
116
172
All character introductions will be removed in the prologue rework
Could you make it a toggle in options? I kinda enjoy the animations.

Also, I played v2.12.1 (PC Win11) from start to finish yesterday, and had no problems or errors whatsoever, everything worked perfectly.

Only problem I had, was with some of the hidden images, so if anyone could help with locations, I would appreciate it.
You don't have permission to view the spoiler content. Log in or register now.

I think you got a really nice game going here and I'm looking forward to see where you take this.
 
  • Yay, new update!
Reactions: OldHiccup

OldHiccup

Our Home DEV
Donor
Game Developer
Jan 29, 2021
511
1,596

Hello DEV LOG #49





dev-log.jpg .

Additionally, I have created a board on Trello, following the F95, so that you can track the changes resulting from the community's reviews and comments. Unfortunately, I can't follow every forum and every site that shares Our Home, so I will take into consideration the things that appear here. Some of them will be implemented, others will be analyzed, and those of you who commented or reviewed can follow what can or cannot be done and when. My main commitment is to the release of new new content. improvements, and suggestions will be made based on my availability. I'll pin this to the thread later.


 

Anon4321

Conversation Conqueror
Jun 24, 2017
6,760
5,326
What's the best move

Should I cook dinner or Order in

Cook
You have scenes with Kim that can go somewhere, but you might risk relationship with Norah

Order in
No scene with kim, better relationship with Norah
 
  • Like
Reactions: Semak34

OldHiccup

Our Home DEV
Donor
Game Developer
Jan 29, 2021
511
1,596
as long as it isnt mandatory and can be turned on/off in settings, nothing wrong with that.
otherwise...i would say also, quite a few things could be the problem.

What I'm trying to understand better are the potential issues from your perspective. For example, the game doesn't collect any personal data. The internet is used in the following situations:

When you choose to use the cloud save function.
When you opt to use the Higran phone app to view photos taken by other players.
When using the proofreader system to report any dialogue errors.
And to check if there are any available updates for the game.

Ren'Py is completely open-source, allowing anyone to extract the code and check for any sort of 'malicious intent' within the game's code.

I can make this optional (I've already put this on my list of things to resolve.); it's not a problem for me, but I want to understand what kind of issues have occurred with games that accessed the internet, which led to certain behaviors among some players.
 
  • Like
Reactions: Abhai
3.90 star(s) 17 Votes