2.90 star(s) 60 Votes

xxTHESTYGIANxx

Active Member
Nov 11, 2018
598
823
yikes i kinda forget about this game exist.
In your defense it is easy to forget about this game. Slow burn is one thing however this feels like more of a no burn. The bugs in the comp when it comes to the bath, the still waiting feel when it comes to the video game section with the sister the "Oh my god how much longer" feel the game has its just to much. And again makes this easily forgotten or more to the point "god help me forget this"
 
  • Like
Reactions: mammonite

GrimCreeper3

Active Member
Oct 21, 2017
935
1,521
for the past few updates I feel as if there has been no actual new content but change content/remastered and bug fixes.
 

Hysni

Engaged Member
Jan 7, 2020
2,845
5,168
At last this game geting beter then ever :) nice keep up more updates mor fun :devilish:
 

Ariete69

Member
Dec 6, 2018
387
335
Um, I just downloaded it but looks like maybe it's going to be better wait a little...too many crashes reported. A shame because I really like this game, especially Mom :love:
 

Epholos

Newbie
Dec 15, 2017
60
82
The game is sadly unplayable.
Going downstairs on certain mornings -> game crashes
Talking to Julia on the couch -> game crashes
Talking to Julia while she is standing in her room -> game crashes
I couldn´t bother to play any further then this.
 
  • Like
Reactions: Koi_

Toranion

Member
Aug 31, 2018
145
518
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'julia_lvr_s_1'.

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

Full traceback:
  File "D:\DLS\DesiredLove_0061_PC_SE\DesiredLove 0.06.1 SE\renpy\bootstrap.py", line 316, in bootstrap
    renpy.main.main()
  File "D:\DLS\DesiredLove_0061_PC_SE\DesiredLove 0.06.1 SE\renpy\main.py", line 578, in main
    run(restart)
  File "D:\DLS\DesiredLove_0061_PC_SE\DesiredLove 0.06.1 SE\renpy\main.py", line 143, in run
    renpy.execution.run_context(True)
  File "D:\DLS\DesiredLove_0061_PC_SE\DesiredLove 0.06.1 SE\renpy\execution.py", line 908, in run_context
    context.run()
  File "script/Home/home/ff/ff_lvr/ff_lvr.rpyc", line 181, in script
  File "D:\DLS\DesiredLove_0061_PC_SE\DesiredLove 0.06.1 SE\renpy\script.py", line 898, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'julia_lvr_s_1'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Desired Love
Thu Feb 06 13:28:18 2020
after speaking to emilie for the 1st time and going back downstairs
looking through the scripts I have surmised that the 's' is supposed to be an 'a' and julia should just be a 'j' so it looks like j_lvr_a_1

you will have to unren the game then goto game/scripts/Home/home/ff/ff_lvr and edit line 164 in ff_lvr.rpy replace julia_lvr_s_1 with j_lvr_a_1

edit: as LisaRepacks pointed out it should be j_lvr_e_1 and not j_lvr_a_1
 
Last edited:
  • Like
Reactions: SirAuron20

Sancril

New Member
Apr 27, 2017
5
10
looking through the scripts I have surmised that the 's' is supposed to be an 'a' and julia should just be a 'j' so it looks like j_lvr_a_1

you will have to unren the game then goto game/scripts/Home/home/ff/ff_lvr and edit line 164 in ff_lvr.rpy replace julia_lvr_s_1 with j_lvr_a_1
Can someone do the honors
 

MrSonGoku

New Member
Sep 2, 2018
5
0
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/script/Home/home/sf/sf_mcr/sf_mcr.rpy", line 2, in execute
  File "game/script/Home/home/sf/sf_mcr/sf_mcr.rpy", line 2, in execute
  File "game/script/Home/home/sf/sf_mcr/sf_mcr.rpy", line 7, in execute
NameError: name 'j_sf_m_1' is not defined

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

Full traceback:
  File "script/Home/home/sf/sf_mcr/sf_mcr.rpyc", line 42, in script
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\JAUNTY\Desktop\DesiredLove 0.06 SE\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/script/Home/home/sf/sf_mcr/sf_mcr.rpy", line 2, in execute
  File "game/script/Home/home/sf/sf_mcr/sf_mcr.rpy", line 2, in execute
  File "game/script/Home/home/sf/sf_mcr/sf_mcr.rpy", line 7, in execute
  File "<screen language>", line 7, in <module>
NameError: name 'j_sf_m_1' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Desired Love 
Fri Feb 07 01:04:36 2020
 
2.90 star(s) 60 Votes