- May 26, 2017
- 839
- 2,826
Does it happen everytime or just once?Just want to say that I had the same issue and your solution worked, thanks!
Does it happen everytime or just once?Just want to say that I had the same issue and your solution worked, thanks!
It keeps happening until you remove the persistent file in your saves folder.Does it happen everytime or just once?
Sorry, I must have read over that part. I assume this is some sort of limitation of RenPy? I wanted to replay the game to try the different routes, and I think the scenes you have seen are stored in the persistent file. Obviously the game does not boot with my persistent file, which means the game no longer knows which scenes I have and have not seen. This then makes it so I cannot skip through scenes I have scene unfortunately, which makes replaying a bit tedious (I do not want to enable "Skip unseen scenes" because this might mean I skip over something I have not seen by accident).Thanks. I conclude that I don't need to edit this Frequently Asked Question :
View attachment 2027021
Sorry about that.Sorry, I must have read over that part. I assume this is some sort of limitation of RenPy? I wanted to replay the game to try the different routes, and I think the scenes you have seen are stored in the persistent file. Obviously the game does not boot with my persistent file, which means the game no longer knows which scenes I have and have not seen. This then makes it so I cannot skip through scenes I have scene unfortunately, which makes replaying a bit tedious (I do not want to enable "Skip unseen scenes" because this might mean I skip over something I have not seen by accident).
Hey JD, I haven't played this title in forever (and not the point of my post) but noticed your post and if you don't mind me asking does:Sorry about that.
These crashes started being reported in November of 2021, after 0.9 was released (I remember my game crashing too when I launched the new version for the first time.) In that version,You must be registered to see the linksand I believe these changes caused the crashes. If I'm right, not only there's nothing I could have done about it, there's no reason for these crashes to happen again when 0.10 gets released ; if they do, finding a fix will become a priority.
I can't say that, here is why: I had made a gallery for the game, they made one for the base game too. I had tweaked the screens used to display stat gains, they revamped them entirely. While there are similarities when looking at the end result, the code is quite different. While the functionalities in question are similar, they appear in many other Ren'Py games. I would have expected those improvements to be in the base game in the first place therefore I'm not even sure they were inspired by the mod.Hey JD, I haven't played this title in forever (and not the point of my post) but noticed your post and if you don't mind me asking does:
" Some of improvements that were previously part of the JDMOD are now in the base game. "
mean that you got ripped from the dev?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 18, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 19, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 78, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 166, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 185, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 202, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 204, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 206, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 207, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 214, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 216, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 216, in keywords
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 219, in <module>
KeyError: u'wade_rel'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/JDMOD/scripts/story/chapter_9.rpyc", line 8077, in script
File "renpy/ast.py", line 1688, 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 3315, 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 3735, 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 3735, 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/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 18, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 19, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 78, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 166, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 185, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 202, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 204, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 206, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 207, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 214, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 216, in execute
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 216, in keywords
File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 219, in <module>
KeyError: u'wade_rel'
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Our Red String v0.9_Remastered
Mon Nov 21 07:23:15 2022
Thanks for the report.Hey mod has been great so far, but I just encountered a bug. Thanks!
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 18, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 19, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 78, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 166, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 185, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 202, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 204, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 206, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 207, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 214, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 216, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 216, in keywords File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 219, in <module> KeyError: u'wade_rel' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/JDMOD/scripts/story/chapter_9.rpyc", line 8077, in script File "renpy/ast.py", line 1688, 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 3315, 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 3735, 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 3735, 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/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 15, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 18, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 19, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 78, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 166, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 185, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 202, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 204, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 206, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 207, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 214, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 216, in execute File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 216, in keywords File "game/JDMOD/scripts/gui/renpy/screen_choice.rpy", line 219, in <module> KeyError: u'wade_rel' Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Our Red String v0.9_Remastered Mon Nov 21 07:23:15 2022
I don't think John usually releases updates for alpha versions.
I'm trying to update the mod for the alpha and final version ; no beta.Well he probably won't update the mod for the alpha (which, makes sense), but still here is my hopefull DOT
The mod doesn't include a gallery since EvaKiss made her own one. Report this bug on their discord.can't use the gallery from main menu on the new version
I honestly don't feel that an Alpha version is a good place to release a mod, though one could be prepared. By definition, an Alpha is an early test version that is most likely full of bugs and could have big changes.I'm trying to update the mod for the alpha and final version ; no beta.
The mod doesn't include a gallery since EvaKiss made her own one. Report this bug on their discord.
can't use the gallery from main menu on the new version
I believe I have made a mistake. Try adding this fix to the mod, it should replace the files causing the issue.The mod doesn't include a gallery since EvaKiss made her own one. Report this bug on their discord.