Mod Ren'Py Our Red String JDMOD [0.12.1.2.a] [JohnDupont]

5.00 star(s) 2 Votes

Jeikobe

Newbie
Oct 22, 2016
27
7
JohnDupont Hello, error has occured when selecting "Invite Ian over". JDMOD version 09FINAL.b 2021-11-18_10-59-56.png
Code:
I'm sorry, but an uncaught exception occurred.

While processing text tag {JD_icon_ian_route} in u"{u}Route variation:{/u} If Lena is on the {JD_icon_ian_route} Ian's route, she'll have another opportunity at the end of Chapter 5.".:
  File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 36, in render
Exception: Unknown text tag u'JD_icon_ian_route'

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

Full traceback:
  File "game/JDMOD/scripts/story/chapter_4.rpyc", line 8545, in script
    �\Xn    �킳��t�<��Q���r�),���;ta��Y��'hz�-��es��0l38����ewpXh`�U-w�������ȧ�
  File "renpy/ast.py", line 1642, in execute
    choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
  File "renpy/exports.py", line 1038, in menu
    rv = renpy.store.menu(new_items)
  File "renpy/exports.py", line 1274, 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 3101, 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 3611, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2441, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 777, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "game/JDMOD/scripts/JD_mousetooltip.rpy", line 36, in render
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1184, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/text/text.py", line 2034, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "renpy/text/text.py", line 607, in __init__
    self.paragraphs = self.segment(text.tokens, style, renders, text)
  File "renpy/text/text.py", line 1218, in segment
    raise Exception("Unknown text tag %r" % text)
Exception: Unknown text tag u'JD_icon_ian_route'

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Thu Nov 18 10:56:51 2021
 
  • Like
Reactions: JohnDupont

gambit87

Member
Dec 27, 2017
257
359
I hope that the final version of the mod will appear soon. With the current version, I often get error messages.
 

JenMistress

Engaged Member
Oct 1, 2019
2,608
2,955
Awesomeness, the game, it's been crawling through my games to play list, ever since you started modding the game, and it is nearly at the front roll, just one more game to complete, and this will hit the front roll, but now, I have the final version to replace it. Thank you so very much for doing this. And yeah, my games to play list is that massive.
 
  • Like
Reactions: JohnDupont

DonSKun

New Member
Oct 12, 2019
2
6
Already delete the Persistent file in the renpy folder, still crash
Then I try delete both Persistent file in both save folder, still crash

Here's the traceback:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "scripts/agenda_bios.rpyc", line 1, in script
File "scripts/agenda_bios.rpyc", line 1, in script
File "renpy/ast.py", line 2164, in execute
self.set()
File "renpy/ast.py", line 2175, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Fri Nov 19 11:52:58 2021

Please help
 

Aaron_WD

New Member
Mar 6, 2021
7
8
error on chapter 9 when browsing sex toy 0.9final.c

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_menu.rpy", line 107, in __call__
    raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'JD_sexshopscreen_plug2' is not a screen or a label.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, 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/00gamemenu.rpy", line 173, 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 3101, 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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, 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 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, 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 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_menu.rpy", line 107, in __call__
    raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'JD_sexshopscreen_plug2' is not a screen or a label.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Fri Nov 19 08:31:59 2021
 

longjohngold

Well-Known Member
Jan 22, 2020
1,113
1,769
I'm getting stuff like this a bit (using the final version)...

I can't see any complaints so maybe it's on my end but not really sure how just copying ina folder could have gone wrong.

1637308378555.png
 

porter_rsha

New Member
Jun 27, 2017
8
4
I got this error when i use the mod. How can i get rid of it?


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "scripts/agenda_bios.rpyc", line 1, in script
File "scripts/agenda_bios.rpyc", line 1, in script
File "renpy/ast.py", line 2164, in execute
self.set()
File "renpy/ast.py", line 2175, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
Our Red String v0.9
Fri Nov 19 11:31:57 2021

Thanks.
 

JohnDupont

Active Member
Modder
May 26, 2017
808
2,712
Already delete the Persistent file in the renpy folder, still crash
Then I try delete both Persistent file in both save folder, still crash

Here's the traceback:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "scripts/agenda_bios.rpyc", line 1, in script
File "scripts/agenda_bios.rpyc", line 1, in script
File "renpy/ast.py", line 2164, in execute
self.set()
File "renpy/ast.py", line 2175, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Fri Nov 19 11:52:58 2021

Please help
I got this error when i use the mod. How can i get rid of it?


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "scripts/agenda_bios.rpyc", line 1, in script
File "scripts/agenda_bios.rpyc", line 1, in script
File "renpy/ast.py", line 2164, in execute
self.set()
File "renpy/ast.py", line 2175, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
Our Red String v0.9
Fri Nov 19 11:31:57 2021

Thanks.


error on chapter 9 when browsing sex toy 0.9final.c

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_menu.rpy", line 107, in __call__
    raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'JD_sexshopscreen_plug2' is not a screen or a label.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, 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/00gamemenu.rpy", line 173, 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 3101, 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 3910, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1053, 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 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1053, 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 1053, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/behavior.py", line 975, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 910, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 322, in run
    new_rv = run(i, *args, **kwargs)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_menu.rpy", line 107, in __call__
    raise Exception("%r is not a screen or a label." % orig_screen)
Exception: u'JD_sexshopscreen_plug2' is not a screen or a label.

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Fri Nov 19 08:31:59 2021
IIRC, this bug also exists in the game.

I'm getting stuff like this a bit (using the final version)...

I can't see any complaints so maybe it's on my end but not really sure how just copying ina folder could have gone wrong.

View attachment 1507336
Thanks for a the report. Please let me know if you encounter more of this.
 
  • Like
Reactions: Henryk_Aras

longjohngold

Well-Known Member
Jan 22, 2020
1,113
1,769
Thanks for a the report. Please let me know if you encounter more of this.
Oh there's definitely more of it, I just thought to SS that one as it was on all the lines... don't really want to run through everything again to find them though, haha... one time that I do remember is when you go to the bar (as a guy) with the female MC's ex... meet Ivy and she tells you who he is... then there's a choice of mentioning you were talking about (Lena?) or talking about Ivy's tats and one of them has the same thingy. I think there were others too but that one just stuck with me as it's a timed choice and I was trying to figure out what was going on before it ticked down (though I just rollbacked anyhoo).
 

Rule97

Member
May 2, 2018
408
209
Having a problem here:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/JDMOD/scripts/JD_gallery.rpy", line 569, in <module>
File "game/JDMOD/scripts/JD_gallery.rpy", line 550, in startgallery
IndexError: list index out of range

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/JDMOD/scripts/JD_gallery.rpyc", line 533, in script
File "game/JDMOD/scripts/JD_gallery.rpyc", line 533, in script
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 "game/JDMOD/scripts/JD_gallery.rpy", line 569, in <module>
File "game/JDMOD/scripts/JD_gallery.rpy", line 550, in startgallery
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Mon Nov 22 02:15:51 2021
 

Rule97

Member
May 2, 2018
408
209
I fixed it by deletind the JDMOD foldr and installing a new one but now i have this problem when loading a saved game:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find return label (u'game/JDMOD/scripts/scenes/chapter_8b.rpy', 1624033138, 100973).

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

Full traceback:
File "game/JDMOD/scripts/gui/custom/custom_screens.rpyc", line 208, in script
File "renpy/ast.py", line 1521, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "renpy/execution.py", line 710, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'game/JDMOD/scripts/scenes/chapter_8b.rpy', 1624033138, 100973).

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Mon Nov 22 02:18:07 2021
 

Freakydude1988

New Member
May 20, 2018
11
0
can someone please provide me an installation guide. patreon is geoblocked in my country. so i cant access the page. please give a guide
 

JohnDupont

Active Member
Modder
May 26, 2017
808
2,712
Having a problem here:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/JDMOD/scripts/JD_gallery.rpy", line 569, in <module>
File "game/JDMOD/scripts/JD_gallery.rpy", line 550, in startgallery
IndexError: list index out of range

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/JDMOD/scripts/JD_gallery.rpyc", line 533, in script
File "game/JDMOD/scripts/JD_gallery.rpyc", line 533, in script
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 "game/JDMOD/scripts/JD_gallery.rpy", line 569, in <module>
File "game/JDMOD/scripts/JD_gallery.rpy", line 550, in startgallery
IndexError: list index out of range

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Mon Nov 22 02:15:51 2021
The JDMOD no longer contains the script "JD_gallery.rpy". Download using the latest version.

I fixed it by deletind the JDMOD foldr and installing a new one but now i have this problem when loading a saved game:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find return label (u'game/JDMOD/scripts/scenes/chapter_8b.rpy', 1624033138, 100973).

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

Full traceback:
File "game/JDMOD/scripts/gui/custom/custom_screens.rpyc", line 208, in script
File "renpy/ast.py", line 1521, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "renpy/execution.py", line 710, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'game/JDMOD/scripts/scenes/chapter_8b.rpy', 1624033138, 100973).

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Mon Nov 22 02:18:07 2021
The answer is in the FAQ.

can someone please provide me an installation guide. patreon is geoblocked in my country. so i cant access the page. please give a guide
1637606705261.png
 

Solomon Grundy

Active Member
Nov 25, 2021
553
1,344
Great mod, and thanks for making it!

I think I may have discovered a minor bug. It seems as though going to the autosave screen after chapter end makes the "Menu" button in the game UI permanently disappear. Not a huge deal, as you can still access the menu by pressing Esc, but thought I'd point it out.
 
  • Like
Reactions: JohnDupont

JohnDupont

Active Member
Modder
May 26, 2017
808
2,712
Great mod, and thanks for making it!

I think I may have discovered a minor bug. It seems as though going to the autosave screen after chapter end makes the "Menu" button in the game UI permanently disappear. Not a huge deal, as you can still access the menu by pressing Esc, but thought I'd point it out.
Thanks. I played the entire game multiple times since this feature was implemented and I hadn't noticed it :D
 
  • Like
Reactions: Solomon Grundy

pandorasky21

New Member
Nov 26, 2021
1
0
I get this error when I copy all the foolder in JDMOD and pste it into the game folder. Anyone know how to fix?
__________________________________________________________

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "scripts/agenda_bios.rpyc", line 1, in script
File "scripts/agenda_bios.rpyc", line 1, in script
File "renpy/ast.py", line 2164, in execute
self.set()
File "renpy/ast.py", line 2175, in set
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/scripts/agenda_bios.rpy", line 3, in <module>
NameError: name 'PhoneAgendaEntry' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
Our Red String v0.9
Fri Nov 26 16:23:50 2021
 
5.00 star(s) 2 Votes