Madjuls

Member
Sep 19, 2017
365
357
It's one big mess on any update it looks like, I had the error below.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name ('game/tl/Spanish/script_ch12_second.rpy', 1635704411, 4) is defined twice, at game/second_season_dlc/tl/Spanish/script_ch12_second.rpy:4 and game/tl/Spanish/script_ch12_second.rpy:4.

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

Full traceback:
File "G:\New Stuff\Adult Games\motherless_second_season-0.16.3-pc\renpy\bootstrap.py", line 274, in bootstrap
renpy.main.main()
File "G:\New Stuff\Adult Games\motherless_second_season-0.16.3-pc\renpy\main.py", line 490, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "G:\New Stuff\Adult Games\motherless_second_season-0.16.3-pc\renpy\script.py", line 297, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "G:\New Stuff\Adult Games\motherless_second_season-0.16.3-pc\renpy\script.py", line 809, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "G:\New Stuff\Adult Games\motherless_second_season-0.16.3-pc\renpy\script.py", line 487, in finish_load
check_name(node)
File "G:\New Stuff\Adult Games\motherless_second_season-0.16.3-pc\renpy\script.py", line 463, in check_name
raise ScriptError("Name %s is defined twice, at %s:%d and %s:%d." %
ScriptError: Name ('game/tl/Spanish/script_ch12_second.rpy', 1635704411, 4) is defined twice, at game/second_season_dlc/tl/Spanish/script_ch12_second.rpy:4 and game/tl/Spanish/script_ch12_second.rpy:4.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.1.22070801
Motherless 0.17.1.0
Wed Dec 28 12:21:20 2022
 
  • Like
Reactions: karimouvi

player420

New Member
Apr 6, 2020
1
0
I started a new game with season 3 and disabled pregnancy for all but Moon and Gissell are both pregnant in the first scene. Any ideas?
 

Kassan06969

Well-Known Member
Apr 14, 2022
1,679
2,464
There should have been a way to import from the previous save so everything didn't get messed up. It's like the choices made throughout didn't matter.
 
  • Like
Reactions: Lokitox8

JJDrakken

Well-Known Member
Oct 28, 2021
1,427
2,482
There should have been a way to import from the previous save so everything didn't get messed up. It's like the choices made throughout didn't matter.
You know you fucked up something, when I'm agreeing with Kassan06969 There really should been questionnaire or something to make it so all work that was put in was not flushed down the drain and we are forced to spend who knows how long to sit there, try remember who is the fuck is who and how they fit into our relations.
 

JJDrakken

Well-Known Member
Oct 28, 2021
1,427
2,482
I set up a Save File for the start of Season three, all relationships are set for a family playthrough. Pregnancies turned on for every girl except Bagheera and Helga (easily to change though).
Save doesn't work for me for me, still none and everything best friend, or whatever. That save of yours. I mean someone did what was done on Grandma's House and a wiki of all the ladies you have(with pictures and not their names). I would be able stomach sitting down and doing all that, but fuck my brain like who the fuck is this?

Less I can see a face, I gotta just say I'm done with trying figure out who the fuck who was.
 

WICKEDp4th

Before Alice went to Wonderland, she had to fall.
Donor
Sep 6, 2017
3,301
5,615
Save doesn't work for me for me, still none and everything best friend, or whatever. That save of yours. I mean someone did what was done on Grandma's House and a wiki of all the ladies you have(with pictures and not their names). I would be able stomach sitting down and doing all that, but fuck my brain like who the fuck is this?

Less I can see a face, I gotta just say I'm done with trying figure out who the fuck who was.
Idk, maybe you'll need the Persistant file, too?

-OR-

Here is a Post from JStreet who made a Family Tree (with Pictures) and Relation below

Family Tree

I edited Jstreet's Images and added Relations regarding Sunny

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: JJDrakken

jh78

Newbie
Sep 1, 2020
91
19
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script_ch4.rpy", line 506, in script
menu:
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 324, in execute
vbox:
File "game/screens.rpy", line 325, in execute
for i in items:
File "game/screens.rpy", line 326, in execute
textbutton i.caption action i.action
NameError: Name 'JVLR2' is not defined.

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

Full traceback:
File "game/script_ch4.rpy", line 506, in script
menu:
File "D:\Tor Browser\New folder (6)\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "D:\Tor Browser\New folder (6)\renpy\exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "D:\Tor Browser\New folder (6)\renpy\exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "D:\Tor Browser\New folder (6)\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Tor Browser\New folder (6)\renpy\display\core.py", line 3377, 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:\Tor Browser\New folder (6)\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Tor Browser\New folder (6)\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Tor Browser\New folder (6)\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Tor Browser\New folder (6)\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Tor Browser\New folder (6)\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\Tor Browser\New folder (6)\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Tor Browser\New folder (6)\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\Tor Browser\New folder (6)\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 324, in execute
vbox:
File "game/screens.rpy", line 325, in execute
for i in items:
File "game/screens.rpy", line 326, in execute
textbutton i.caption action i.action
File "D:\Tor Browser\New folder (6)\renpy\ui.py", line 992, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "D:\Tor Browser\New folder (6)\renpy\text\text.py", line 1594, in __init__
self.set_text(text, scope, substitute)
File "D:\Tor Browser\New folder (6)\renpy\text\text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "D:\Tor Browser\New folder (6)\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "D:\Tor Browser\New folder (6)\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "D:\Tor Browser\New folder (6)\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'JVLR2' is not defined.

Windows-10-10.0.16299 AMD64
Ren'Py 8.0.3.22090809
Motherless 0.17.1.1
Thu Dec 29 00:34:31 2022
fixed or new?
 

JJDrakken

Well-Known Member
Oct 28, 2021
1,427
2,482
Idk, maybe you'll need the Persistant file, too?

-OR-

Here is a Post from JStreet who made a Family Tree (with Pictures) and Relation below

Family Tree

I edited Jstreet's Images and added Relations regarding Sunny

You don't have permission to view the spoiler content. Log in or register now.
Nvm, it keeps resetting it when I close it down, even with a save, I hate this. Also you had some stuff still off, you had our father called none and some others.

Hell resets half of them....I give up. Tossing this shitstorm into the ignore now.
 
Last edited:
3.50 star(s) 125 Votes