It's supposed to be a 1 week delay from Patreon, and it was uploaded on Patreon 7 days ago. So I guess JohnDupont will upload it here either today or tomorrow.I hope that the final version of the mod will appear soon. With the current version, I often get error messages.
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
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.
IIRC, this bug also exists in the game.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
Thanks for a the report. Please let me know if you encounter more of this.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
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).Thanks for a the report. Please let me know if you encounter more of this.
You must be registered to see the links
You were right. I am stupid.
Thanks
The JDMOD no longer contains the script "JD_gallery.rpy". Download using the latest version.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 answer is in the FAQ.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
can someone please provide me an installation guide. patreon is geoblocked in my country. so i cant access the page. please give a guide
Thanks. I played the entire game multiple times since this feature was implemented and I hadn't noticed itGreat 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.
This may just be a miscommunication, but you should copy the actual JDMOD folder itself with all its contents into the "game" folder. So like:I get this error when I copy all the foolder in JDMOD and pste it into the game folder. Anyone know how to fix?
__________________________________________________________