Ceesko

Engaged Member
Jun 3, 2017
2,114
5,397
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1052, in execute
NameError: Name 'message' is not defined.

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

Full traceback:
  File "Chapter_scripts/Chapter_Four/freeroam_1_outside.rpyc", line 124, in script
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3318, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3738, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3738, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1052, in execute
  File "renpy/text/text.py", line 1669, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'message' is not defined.

Windows-10-10.0.19041
Ren'Py 7.5.0.63n
Dreams of Reality 0.4.0
Sat Jul  9 15:46:12 2022
 
  • Thinking Face
Reactions: Cenc

Cenc

Well-Known Member
Game Developer
Jun 22, 2019
1,612
2,812
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1052, in execute
NameError: Name 'message' is not defined.

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

Full traceback:
  File "Chapter_scripts/Chapter_Four/freeroam_1_outside.rpyc", line 124, in script
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1417, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1249, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "renpy/character.py", line 901, in do_display
    **display_args)
  File "renpy/character.py", line 647, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3318, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3738, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 436, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3738, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 447, in per_interact
    self.update()
  File "renpy/display/screen.py", line 637, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1047, in execute
  File "game/screens.rpy", line 1052, in execute
  File "renpy/text/text.py", line 1669, in _scope
    return self.set_text(self.text_parameter, scope, self.substitute, update)
  File "renpy/text/text.py", line 1693, in set_text
    i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/nightly-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  File "renpy/substitutions.py", line 228, in __getitem__
    raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'message' is not defined.

Windows-10-10.0.19041
Ren'Py 7.5.0.63n
Dreams of Reality 0.4.0
Sat Jul  9 15:46:12 2022
Interesting, is this the PC version, are you using the MOD? (have you used it previously?) if you can send me your save game I can try and look into this.

The message system is not something I have created or amended, its the default one used by Renpy so it shouldn't be throwing errors. you can always DM me rather than posting here if its easier.
 

Ceesko

Engaged Member
Jun 3, 2017
2,114
5,397
Interesting, is this the PC version, are you using the MOD? (have you used it previously?) if you can send me your save game I can try and look into this.

The message system is not something I have created or amended, its the default one used by Renpy so it shouldn't be throwing errors. you can always DM me rather than posting here if its easier.
I am not using any mods or any saves, it is a fresh play through. It is the PC version of the game.
 

Cenc

Well-Known Member
Game Developer
Jun 22, 2019
1,612
2,812
I am not using any mods or any saves, it is a fresh play through. It is the PC version of the game.
Thanks, can you send me your save file? I'm unable to replicate this issue. worse case I'll push you past the 'crash' and send you an updated save file, though without knowing what's triggered the problem I cannot guarantee it does not occur again.

As an aside I did find an issue back in ch2 that I'll need to resolve. So... there's that lol. (not game breaking, just wrong set of images used for a conversation).
 

Crowangel

Well-Known Member
Dec 12, 2021
1,099
1,662
can anyone confirm if the character models get any better later on.. im only at the mc/emily gallery visit but it just seems like the females are very masculine in facial feature and structure.. its a bit off putting
 

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,490
can anyone confirm if the character models get any better later on.. im only at the mc/emily gallery visit but it just seems like the females are very masculine in facial feature and structure.. its a bit off putting
You are asking a question that only you yourself can answer because it is subjective in nature. If at the beginning you already have that notion that the females have masculine facial feature and structure, I don't think that they will suddenly change towards the middle or the end. The renders quality I think is improving each release (even I have not complete v0.4.0) but you cannot take my word for it because I am no expert critic with respect to the quality of renders, animations and stuff (I even played the compressed version).
 
  • Like
Reactions: Crowangel
Sep 3, 2020
4,169
26,758
Thanks, can you send me your save file? I'm unable to replicate this issue. worse case I'll push you past the 'crash' and send you an updated save file, though without knowing what's triggered the problem I cannot guarantee it does not occur again.

As an aside I did find an issue back in ch2 that I'll need to resolve. So... there's that lol. (not game breaking, just wrong set of images used for a conversation).
brother give me some advice should I download the update now

or wait until more updates come out

I really want to spend time with my hot wife
 

The Senior Perv

Active Member
May 4, 2022
988
5,284
I'm not sure also. I love Louise. I've only played on her love path if there is such a thing. Perhaps, she was horribly unforgivable in the opposite path? The question is why no one hates the MC when in most if not all game the MC is the one who cheats most of the time, the player made the decision for the MC all the time. I guess it is always the other person faults, they are always wrong etc. :unsure:
The worst things Louise does if MC isn't supportive of her career are: the kiss with Sebastian, which is considered sexual assault since she didn't want that; and spending more time at her job instead of being with her husband, though it's very understandable because that was way of dealing with their daughter's death, something she later regrets.

The truth is Louise is another female character that receives hate because of people misunderstanding and being unable to emphatize with her situation... the same kind of hate Erynn from Intertwined gets.
 

JohnF95zone

Engaged Member
Oct 31, 2017
2,016
3,490
The worst things Louise does if MC isn't supportive of her career are: the kiss with Sebastian, which is considered sexual assault since she didn't want that; and spending more time at her job instead of being with her husband, though it's very understandable because that was way of dealing with their daughter's death, something she later regrets.

The truth is Louise is another female character that receives hate because of people misunderstanding and being unable to emphatize with her situation... the same kind of hate Erynn from Intertwined gets.
Thanks for clearing that up. Interesting :unsure:. I did not come across those scenes because I made the decision to support her. Yeah, it is similar with Intertwined, in fact with almost every VN game especially, where choices matter. Basically, the negativity towards the NPCs comes as the results of their reactions/responses towards the choices made by the player for the MC.
 
  • Like
Reactions: botc76

EvilMojito77

Newbie
Sep 27, 2018
35
30
Hey man, I just completed Chapter 3 and I hope you are doing better, I have no idea what you could have gone trough, what your feelings were/are but the least I can do is wish for a better present/future!
 
  • Red Heart
Reactions: Cenc

hysepReC

Active Member
Feb 16, 2022
980
3,542
I'll look into this. Thanks for the report.
Could you do the same with this conversation with Jacob about Cindy?

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

I have stayed faithful to Louise in my save and the topic of an open relationship never even came up and yet they are talking as if it wouldn't be a big deal if the MC fucked Cindy. Is this a bug or intended? Because it feels a bit off if you're on the faithful path...
 

Cenc

Well-Known Member
Game Developer
Jun 22, 2019
1,612
2,812
Could you do the same with this conversation with Jacob about Cindy?

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

I have stayed faithful to Louise in my save and the topic of an open relationship never even came up and yet they are talking as if it wouldn't be a big deal if the MC fucked Cindy. Is this a bug or intended? Because it feels a bit off if you're on the faithful path...
I don't want to spoil anything, but I can say the whole Cindy thing IS a big deal. And there's more to come in the next update. I know the Mc might be comming off as flippant about the whole Cindy bit, but there's more to this little side story ^^
 

The Senior Perv

Active Member
May 4, 2022
988
5,284
One question in some path Cindy will be Jason's couple? , I'll be forced to see the LI's I rejected, happy with other people :rolleyes:? ......................
You don't have permission to view the spoiler content. Log in or register now.
What's the big deal? You rejected Cindy because you're not interested in her. She can be with someone else.
 
Last edited:
4.00 star(s) 27 Votes