I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 2152, in execute
File "game/screens.rpy", line 2152, in execute
File "game/screens.rpy", line 2159, in execute
File "game/screens.rpy", line 2159, in <module>
AttributeError: 'Preferences' object has no attribute 'show_notify'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/ep05/ep05.rpyc", line 1570, in script
File "D:\Novels\HardtoLove-0.061-pc\renpy\ast.py", line 1678, in execute
renpy.exports.with_statement(trans, paired=paired)
File "D:\Novels\HardtoLove-0.061-pc\renpy\exports.py", line 1757, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 2975, in do_with
return self.interact(trans_pause=True,
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 3579, 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:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "D:\Novels\HardtoLove-0.061-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 2152, in execute
File "game/screens.rpy", line 2152, in execute
File "game/screens.rpy", line 2159, in execute
File "game/screens.rpy", line 2159, in <module>
AttributeError: 'Preferences' object has no attribute 'show_notify'
Windows-10-10.0.22621 AMD64
Ren'Py 8.1.1.23060707
Hard to Love 0.061
Sat Jul 22 08:08:30 2023
$ character_data.update_character_attribute("Isabella", "forgiveness", True)
$ renpy.notify("You've upset Isabella and she may need some space.")
You have a fucked up install or are attempting to load an old save.Anybody have an idea what's going on here? happened in the last version as well, i assume it's a me issue since no one else has posted about it. Any help appreciated
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 2152, in execute File "game/screens.rpy", line 2152, in execute File "game/screens.rpy", line 2159, in execute File "game/screens.rpy", line 2159, in <module> AttributeError: 'Preferences' object has no attribute 'show_notify' -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/ep05/ep05.rpyc", line 1570, in script File "D:\Novels\HardtoLove-0.061-pc\renpy\ast.py", line 1678, in execute renpy.exports.with_statement(trans, paired=paired) File "D:\Novels\HardtoLove-0.061-pc\renpy\exports.py", line 1757, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 2975, in do_with return self.interact(trans_pause=True, File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 3579, 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:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 4052, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 681, in visit_all d.visit_all(callback, seen) [Previous line repeated 1 more time] File "D:\Novels\HardtoLove-0.061-pc\renpy\display\screen.py", line 476, in visit_all callback(self) File "D:\Novels\HardtoLove-0.061-pc\renpy\display\core.py", line 4052, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "D:\Novels\HardtoLove-0.061-pc\renpy\display\screen.py", line 487, in per_interact self.update() File "D:\Novels\HardtoLove-0.061-pc\renpy\display\screen.py", line 680, in update self.screen.function(**self.scope) File "game/screens.rpy", line 2152, in execute File "game/screens.rpy", line 2152, in execute File "game/screens.rpy", line 2159, in execute File "game/screens.rpy", line 2159, in <module> AttributeError: 'Preferences' object has no attribute 'show_notify' Windows-10-10.0.22621 AMD64 Ren'Py 8.1.1.23060707 Hard to Love 0.061 Sat Jul 22 08:08:30 2023
default preferences.show_notify = FalseI tried a brand new install and old it always happens when you have to make a choice with Elizabeth to Supress Lust or Indulge lust either choice brings up this error.. I appreciate your response though guess i'm left not playing.You have a fucked up install or are attempting to load an old save.
There is no "Preferences" object but there is a "preferences" object (note the capitalization).
The RenPy version was updated by the dev as well as a complete file restructuring and file renaming... so you MUST start with a new game.
Otherwise the attribute is set correctly in the scripts as the VN is loading:
default preferences.show_notify = False
The only "Preferences" in the entire VN is simply the text of the button (which is an attribute, not an object) used to show that particular screen. Something on your end is borked for sure.
No, you're not left hanging... I'll do what I can to assist you bud. Does this exception occur right at the menu choice, before it, or after it (if placing pics in the response please use thumbnails or enclose them in a soiler tag). I need more info to isolate your particular issue.I tried a brand new install and old it always happens when you have to make a choice with Elizabeth to Supress Lust or Indulge lust either choice brings up this error.. I appreciate your response though guess i'm left not playing.
Thanks for the help! i deleted both persistent files and that did the trick. Really appreciate the help.No, you're not left hanging... I'll do what I can to assist you bud. Does this exception occur right at the menu choice, before it, or after it (if placing pics in the response please use thumbnails or enclose them in a soiler tag). I need more info to isolate your particular issue.
Since we all have to start from a new playthrough anyway, follow these first steps to insure that we're on the same page:
Do that and reply back to this post or otherwise tag me and we'll figure it out bud. Regards.
- Within a clean installation of the VN (no shenanigans, no hackery) proceed with the following:
- In both the "/game/saves" folder and in your "(user name)/AppData/Roaming/RenPy/HardtoLove-052023" folder delete the "persistent" file (it has no suffix). No harm will be done, none of the previously saved VN settings matter as all your old saves are garbage now anyway, trust me on this.
- While you're in those folders delete any save file that starts with "_reload-xxxxxx" as well (in both folders).
- Fire up the VN, start a new game, and progress until where you found your issue previously.
I got the same error, reinstalling the game helped. I have suspicions that this is due to unpacking .rpa archives or turning on the console, since I haven't changed anything else. In any case, thank you, you helped me personally!No, you're not left hanging... I'll do what I can to assist you bud. Does this exception occur right at the menu choice, before it, or after it (if placing pics in the response please use thumbnails or enclose them in a soiler tag). I need more info to isolate your particular issue.
Since we all have to start from a new playthrough anyway, follow these first steps to insure that we're on the same page:
Do that and reply back to this post or otherwise tag me and we'll figure it out bud. Regards.
- Within a clean installation of the VN (no shenanigans, no hackery) proceed with the following:
- In both the "/game/saves" folder and in your "(user name)/AppData/Roaming/RenPy/HardtoLove-052023" folder delete the "persistent" file (it has no suffix). No harm will be done, none of the previously saved VN settings matter as all your old saves are garbage now anyway, trust me on this.
- While you're in those folders delete any save file that starts with "_reload-xxxxxx" as well (in both folders).
- Fire up the VN, start a new game, and progress until where you found your issue previously.
Does this new ren'py update affect that I can't run it in joiplay?View attachment 2199418
Overview:
Near-death experience usually forces many people to reminisce about their past, bright and happy memories. So does MC, reliving his most brilliant memory - his first love. And with old wounds still open and new yet to heal, Main Character is forced to go back to his parental house and his old dysfunctional family. Being stuck there, fighting demons of past and present, he wonders about love. Why did the girl he loved abandon him and their love child? Has she ever loved him? Is she alive and still remembers him? Should he move on and try to establish something new with someone else? Maybe with a woman he always looked up to? Or with his partners or friends? Someone else entirely? Or should he focus the rest of his life on raising his daughter right? Follow the MC on his paths of uncovering truths and fixing mistakes as he tries to sort out his love life and protect his daughter in Hard to Love.
Thread Updated: 2023-07-22
Release Date: 2023-06-28
Developer: Qori Gaming -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Censored: No
Version: 0.061
OS: Windows, Linux, Mac
Language: English
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.
Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.
Due to the changes and updates in Ren'Py, there might be errors when loading savegames.
If that happens, please use the automatic savegames, which seem to be unaffected by this issue.
DOWNLOAD
SEASON 2
Win/Linux:You must be registered to see the links-You must be registered to see the links-You must be registered to see the links- WORKUPLOAD
Mac:You must be registered to see the links-You must be registered to see the links-You must be registered to see the links- PIXELDRAIN - WORKUPLOAD
SEASON 1
Win/Linux:You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN -You must be registered to see the links- WORKUPLOAD
Mac:You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN - WORKUPLOAD
Patches: (Season 2) -You must be registered to see the links(Season 1)
Extras: WT Mod - Fan Sigs - Multi mod
View attachment 1879231 View attachment 1879180 View attachment 1879214 View attachment 1879183 View attachment 1879210 View attachment 1879197 View attachment 1879189 View attachment 1879228 View attachment 2600877 View attachment 2600876 View attachment 2600865 View attachment 2600867 View attachment 2600874 View attachment 2600872 View attachment 2600866 View attachment 2600864 View attachment 2600868 View attachment 2600870 View attachment 2600871
1st is your sisterView attachment 2792480
Could somebody please tell me which girls are retaled to the MC
Which of those girls is the mom?
Don't use the patches???Is incest avoidable?