Spyderwraith

Well-Known Member
Jul 21, 2017
1,156
901
This error is on the character screen- will it be patched with the patch you're going to release?

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_control.rpy", line 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen choose_character_to_change is not known.


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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, 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 4037, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_control.rpy", line 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
File "renpy/display/screen.py", line 1115, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen choose_character_to_change is not known.


Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Motherless 0.12.1.0
Sun Oct 10 09:14:54 2021
```
 

Captv

Newbie
Mar 10, 2020
88
42
i got this error when choosing to cum in or not greta
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 600, in script
    menu:
  File "game/screens.rpy", line 253, in execute
    screen choice(items):
  File "game/screens.rpy", line 253, in execute
    screen choice(items):
  File "game/screens.rpy", line 256, in execute
    vbox:
  File "game/screens.rpy", line 257, in execute
    for i in items:
  File "game/screens.rpy", line 258, in execute
    textbutton i.caption action i.action
NameError: Name 'JGE1' is not defined.

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

Full traceback:
  File "game/script.rpy", line 600, in script
    menu:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', 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 3213, 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 3630, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3630, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 253, in execute
    screen choice(items):
  File "game/screens.rpy", line 253, in execute
    screen choice(items):
  File "game/screens.rpy", line 256, in execute
    vbox:
  File "game/screens.rpy", line 257, in execute
    for i in items:
  File "game/screens.rpy", line 258, in execute
    textbutton i.caption action i.action
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1541, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1660, 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/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-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 'JGE1' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Motherless 0.12.1.0
Sun Oct 10 11:19:47 2021
 

Mr.Mister

Active Member
Game Developer
Jan 2, 2019
942
4,507
This error is on the character screen- will it be patched with the patch you're going to release?

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_control.rpy", line 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
Exception: Screen choose_character_to_change is not known.


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

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, 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 4037, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1059, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_control.rpy", line 126, in __call__
renpy.show_screen(self.screen, *self.args, **self.kwargs)
File "renpy/display/screen.py", line 1115, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen choose_character_to_change is not known.


Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Motherless 0.12.1.0
Sun Oct 10 09:14:54 2021
```
I forgot to remove that menu... my bad. Will be fixed later...
 

Lysergic

Well-Known Member
Aug 18, 2018
1,325
1,631
I am looking forward to the update, but I may wait until the patch to carry over choices from CH 11 comes out later. Though I am looking forward to this.
Yeah after checking out the relationship and name changing options included in the release I'll definitely be waiting too.

Hopefully that patch doesn't take too long.
 
  • Like
Reactions: Mr.Mister

JokerLeader

Former Legendary Game Compressor
Modder
Donor
Compressor
Mar 16, 2019
8,030
78,728
Damn, an error with Greta on the plane.

You don't have permission to view the spoiler content. Log in or register now.
Yeah seem to get an error giving Greta a creampie choice at the start of chapter 12, so the only working option is on her back. Could be a problem with the mod or game, not sure which one.
That's an error in the mod.
Hi here is the SCRIPT with the fix to the error: The problem was that in the script there was [JGE1] attached to the choice of creampie and that gave the error that you didn't have a choice.
i got this error when choosing to cum in or not greta
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 600, in script
    menu:
  File "game/screens.rpy", line 253, in execute
    screen choice(items):
  File "game/screens.rpy", line 253, in execute
    screen choice(items):
  File "game/screens.rpy", line 256, in execute
    vbox:
  File "game/screens.rpy", line 257, in execute
    for i in items:
  File "game/screens.rpy", line 258, in execute
    textbutton i.caption action i.action
NameError: Name 'JGE1' is not defined.

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

Full traceback:
  File "game/script.rpy", line 600, in script
    menu:
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1062, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1298, in display_menu
    rv = renpy.ui.interact(mouse='menu', 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 3213, 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 3630, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3630, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 253, in execute
    screen choice(items):
  File "game/screens.rpy", line 253, in execute
    screen choice(items):
  File "game/screens.rpy", line 256, in execute
    vbox:
  File "game/screens.rpy", line 257, in execute
    for i in items:
  File "game/screens.rpy", line 258, in execute
    textbutton i.caption action i.action
  File "renpy/ui.py", line 992, in _textbutton
    text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
  File "renpy/text/text.py", line 1541, in __init__
    self.set_text(text, scope, substitute)
  File "renpy/text/text.py", line 1660, 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/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-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 'JGE1' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Motherless 0.12.1.0
Sun Oct 10 11:19:47 2021
That's the Mod error, sorry, I have fixed the issue, but if you don't want to download the Mod again you can fix yourself, go to the JokerMod folder inside the game folder open the JokerModOptions.rpy and change the JGE25 to JGE1.

Should look like this.
1.PNG
 
Last edited:

trauts

Active Member
Aug 12, 2018
694
490
You can call it a new game but, I'm making a patch you have to use it with the 1st part. This patch will transform your choices into variables that can be used by the 2nd part. Im also making a big patch with all the content from part1 so you can use the scene replayer. I did this because I want to upload it on steam and I also did it because my android apk reached the 2GB limit. The next update will be done the first days of november where the mc goes back to the US.
I'll skip this update & wait for the patch
 
  • Like
Reactions: jxd and Mr.Mister
May 25, 2017
190
42
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 829, in script
show ch12_la_nonna21 with l_fade
File "game/script.rpy", line 829, in <module>
show ch12_la_nonna21 with l_fade
NameError: name 'l_fade' is not defined

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

Full traceback:
File "game/script.rpy", line 829, in script
show ch12_la_nonna21 with l_fade
File "renpy/ast.py", line 1393, in execute
paired = renpy.python.py_eval(self.paired)
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 829, in <module>
show ch12_la_nonna21 with l_fade
NameError: name 'l_fade' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.5.1648
Motherless 0.12.1.0
Sun Oct 10 21:17:13 2021
 

Mr.Mister

Active Member
Game Developer
Jan 2, 2019
942
4,507
Hello guys, the is ready

With this patch you'll be ready to play the 2nd part.
In order for it to work you must:
1. Extract the game folder inside the zipped file and paste it on you game folder of the First part of the game (Motherless chapter11 Q4)
2. Run the game and load your last gamesave.
3. You'll get a "Now your ready..." message.
4. Close the game. (motherless first part)
5. Run the new game. (motherless second part)
6. Your choices must be updated.
 

Akifai

Member
May 8, 2017
124
232
Is it just me, or did Greta get a makeover that makes her more effeminate looking? To me, she looks better now, but I could be just talking out of my ass, and she has always looked this way except with a different hairstyle.
 
  • Like
Reactions: Mr.Mister

DqnkSpeed

Newbie
Oct 3, 2020
67
54
View attachment 1230466

Overview:
This story is about Sunny, he was separated from his mother at birth, knowing almost nothing about his past he'll try to find her. During this quest he'll unknowingly work for the woman that took care of him untill the age of three, they both have changed a lot. Help him find his mother and you'll be rewarded greatly during this process.


Thread Updated: 2021-10-10
Release Date: 2021-10-10
Developer: Mr.Mister - - - - -
Censored: No
Version: 0.12.1.0
OS: Windows, Linux, Mac, Android
Language: English, Spanish
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

Changelog:
You don't have permission to view the spoiler content. Log in or register now.
DOWNLOAD 2nd part (ch12)
Win/Linux
: - MEGA - WORKUPLOAD - -
Mac: - MEGA - WORKUPLOAD - -

Additional info
You don't have permission to view the spoiler content. Log in or register now.
DOWNLOAD 1st part (ch1-ch11)
Win/Linux: - MEGA - -
Mac:
- MEGA - -
Update only PC
(from ch11 Q3): - MEGA - -
Update only MAC
(from ch11 Q3): - MEGA - -

Android v8a
(newer phones): WORKUPLOAD - MEGA
Android v7a (older phones): WORKUPLOAD - MEGA

Others: COMPRESSED* - ANDROID* (makes pinky's sex scene optional)

Extras: Walkthrough Mod* -
GALLERY UNLOCKER - FAN SIGNS
(from part 1 to part 2)
You don't have permission to view the spoiler content. Log in or register now.

* This unofficial port/version is not released by developer, download at your own risk.

View attachment 980625 View attachment 592989 View attachment 592991 View attachment 592992 View attachment 592994 View attachment 592996 View attachment 592998 View attachment 592999 View attachment 593002 View attachment 593006 View attachment 980613 View attachment 980619 View attachment 769721 View attachment 654955 View attachment 654957 View attachment 654958 View attachment 654959 View attachment 654963 View attachment 592988 View attachment 980591 View attachment 980592 View attachment 980595 View attachment 980598 View attachment 980602
When is the update for android coming
 
  • Like
Reactions: Mr.Mister

micmitja

Forum Fanatic
Aug 6, 2017
5,687
5,981
well name doesnt transfer and option to change it in preferences crashes the game so here you can do it manually


mcname = u'MC'

mcnickname = u'nick'


save_name = u'' (u'name') , - set name and save again, keep in mind name follow you so if you dont want that do double saves or name old ones. and can also clear it with base u''


evangeline_love =

gissell_love =

mirella_love =

moon_love =

valerie_love =
 

Mr.Mister

Active Member
Game Developer
Jan 2, 2019
942
4,507
well name doesnt transfer and option to change it in preferences crashes the game so here you can do it manually


mcname = u'MC'

mcnickname = u'nick'


save_name = u'' (u'name') , - set name and save again, keep in mind name follow you so if you dont want that do double saves or name old ones. and can also clear it with base u''


evangeline_love =

gissell_love =

mirella_love =

moon_love =

valerie_love =
I uploaded a fixed version, that name/relationship menu isn't there anymore. The only way to change names and relatioships is through the character menu. ;)
 
  • Like
Reactions: micmitja
3.50 star(s) 124 Votes