2.90 star(s) 60 Votes
Feb 11, 2018
66
122
228
Visually this game is good, but the lack of content for a 3 year old game is shocking to be honest.

I probably tried this on and off for the best part of 2 years and I haven't seen much in the way of new content, I think I'll give up on this game (at least for now).
 

seden

Well-Known Member
Aug 22, 2016
1,209
301
295
Can someone tell us what it said over the Patr** ?
As it is, I've had the crash with the coffee shop after the email but after restarting the game it no longer even give that error, Ill try with the scripts fix now.
 

Haremlover52

Newbie
Aug 6, 2021
61
611
103
Signature Post
Please like the original post.

Signature done by dildorog

https://attachments.f95zone.to/2021/10/1461551_1.gif

https://attachments.f95zone.to/2021/10/1461552_2.gif

https://attachments.f95zone.to/2021/10/1461553_3.gif

Signature done by Alteni

https://attachments.f95zone.to/2019/07/365385_000-fan_temp.gif

https://attachments.f95zone.to/2019/07/365386_000-fan_temp2.gif
Original Post

https://attachments.f95zone.to/2019/06/348327_Desired_Love_Vol.2.gif
Original Post

https://attachments.f95zone.to/2019/06/336417_rrrrrr.gif

Signature done by Krull
Original Post

https://attachments.f95zone.to/2019/03/280592_deslo-fan.gif
 
Last edited:

seden

Well-Known Member
Aug 22, 2016
1,209
301
295
And here is another error :
The one with the coffee shop meeting was fine after applying the script fix.
Now it is after the first yoga session, direct error when clicking on Katherine icon (on the map of course) and no option out of reload earlier, so the game is locked at this point.
I'm sorry, but an uncaught exception occurred.
You don't have permission to view the spoiler content. Log in or register now.
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,500
892
And here is another error :
The one with the coffee shop meeting was fine after applying the script fix.
Now it is after the first yoga session, direct error when clicking on Katherine icon (on the map of course) and no option out of reload earlier, so the game is locked at this point.
I'm sorry, but an uncaught exception occurred.
You don't have permission to view the spoiler content. Log in or register now.
That specific idle image is in another directory. It's found in "images/home/sf_m/mcr/pc/sc_replay"
 

seden

Well-Known Member
Aug 22, 2016
1,209
301
295
That specific idle image is in another directory. It's found in "images/home/sf_m/mcr/pc/sc_replay"
There is no "a_k_kh_m_1_%s.png" into images/home/mcr/pc/sc_replay"
Ive had to use Unren to have access to images but it should not matter ?
In that folder are three files with the same name but "hover", "love", "lck" added.

o vampiro comedor
If Patron, what did the dev said over there ? Its uncommon but it happens for content to be added into the previous story, while it mean a new game to access.
Informations do matter.
 

ScroxDieded

Member
Nov 6, 2017
249
378
101
So instead of getting better this game's getting worse after each update?

Although the story's nothing that original, this could still be a great game. Sad to see it go down like this
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,500
892
There is no "a_k_kh_m_1_%s.png" into images/home/mcr/pc/sc_replay"
Ive had to use Unren to have access to images but it should not matter ?
In that folder are three files with the same name but "hover", "love", "lck" added.

o vampiro comedor
If Patron, what did the dev said over there ? Its uncommon but it happens for content to be added into the previous story, while it mean a new game to access.
Informations do matter.
You are not understanding your exception error.
Exception: Imagebutton does not have a idle image. (auto=u'images/k_house/m/a_k_kh_m_1/a_k_kh_m_1_%s.png').

This specifically tells you that the code is looking for the idle image. The reference a_k_kh_m_1_%s.png targets all versions of the image (hover, idle, etc). Finally the idle image is indeed inside the directory I gave you. You don't have to believe me but here's proof:
1633608639907.png

Bottom-line these errors should not exist. It is a sloppy release and these types of errors should be caught during testing by dev teams. Regards.
 
  • Like
Reactions: Aelth

Sebd3378

Newbie
Sep 7, 2018
30
12
187
There is a new error with the Katherine scenes
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
File "game/script/K House/k_house/kh_k.rpy", line 32, in execute
File "game/script/K House/k_house/kh_k.rpy", line 32, in execute
File "game/script/K House/k_house/kh_k.rpy", line 34, in execute
Exception: Imagebutton does not have a idle image. (auto=u'images/k_house/a/k_kh_a_1/k_kh_a_1_%s.png').

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

Full traceback:
File "script/K House/k_house/kh_k.rpyc", line 54, in script
File "renpy/ast.py", line 2015, in execute
File "renpy/ast.py", line 2003, in call
File "renpy/statements.py", line 278, in call
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
File "renpy/exports.py", line 3134, in call_screen
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3315, in interact
File "renpy/display\core.py", line 3735, in interact_core
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\screen.py", line 436, in visit_all
File "renpy/display\core.py", line 3735, in <lambda>
File "renpy/display\screen.py", line 447, in per_interact
File "renpy/display\screen.py", line 637, in update
File "game/script/K House/k_house/kh_k.rpy", line 32, in execute
File "game/script/K House/k_house/kh_k.rpy", line 32, in execute
File "game/script/K House/k_house/kh_k.rpy", line 34, in execute
File "renpy/ui.py", line 951, in _imagebutton
File "renpy/ui.py", line 945, in choice
Exception: Imagebutton does not have a idle image. (auto=u'images/k_house/a/k_kh_a_1/k_kh_a_1_%s.png').

Windows-10-10.0.19041
Ren'Py 7.4.9.2112
Wicked Paradise
Thu Oct 7 18:54:33 2021
 

Sebd3378

Newbie
Sep 7, 2018
30
12
187
And there is this one too
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
File "game/script/K House/k_house/kh_lvr.rpy", line 17, in execute
File "game/script/K House/k_house/kh_lvr.rpy", line 17, in execute
File "game/script/K House/k_house/kh_lvr.rpy", line 19, in execute
Exception: Imagebutton does not have a idle image. (auto=u'images/k_house/m/a_k_kh_m_1/a_k_kh_m_1_%s.png').

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

Full traceback:
File "script/K House/k_house/kh_lvr.rpyc", line 39, in script
File "renpy/ast.py", line 2015, in execute
File "renpy/ast.py", line 2003, in call
File "renpy/statements.py", line 278, in call
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
File "renpy/exports.py", line 3134, in call_screen
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3315, in interact
File "renpy/display\core.py", line 3735, in interact_core
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\screen.py", line 436, in visit_all
File "renpy/display\core.py", line 3735, in <lambda>
File "renpy/display\screen.py", line 447, in per_interact
File "renpy/display\screen.py", line 637, in update
File "game/script/K House/k_house/kh_lvr.rpy", line 17, in execute
File "game/script/K House/k_house/kh_lvr.rpy", line 17, in execute
File "game/script/K House/k_house/kh_lvr.rpy", line 19, in execute
File "renpy/ui.py", line 951, in _imagebutton
File "renpy/ui.py", line 945, in choice
Exception: Imagebutton does not have a idle image. (auto=u'images/k_house/m/a_k_kh_m_1/a_k_kh_m_1_%s.png').

Windows-10-10.0.19041
Ren'Py 7.4.9.2112
Wicked Paradise
Thu Oct 7 18:57:28 2021
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,382
49,500
892
And there is this one too
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
File "game/script/K House/k_house/kh_lvr.rpy", line 17, in execute
File "game/script/K House/k_house/kh_lvr.rpy", line 17, in execute
File "game/script/K House/k_house/kh_lvr.rpy", line 19, in execute
Exception: Imagebutton does not have a idle image. (auto=u'images/k_house/m/a_k_kh_m_1/a_k_kh_m_1_%s.png').

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

Full traceback:
File "script/K House/k_house/kh_lvr.rpyc", line 39, in script
File "renpy/ast.py", line 2015, in execute
File "renpy/ast.py", line 2003, in call
File "renpy/statements.py", line 278, in call
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
File "renpy/exports.py", line 3134, in call_screen
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3315, in interact
File "renpy/display\core.py", line 3735, in interact_core
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\screen.py", line 436, in visit_all
File "renpy/display\core.py", line 3735, in <lambda>
File "renpy/display\screen.py", line 447, in per_interact
File "renpy/display\screen.py", line 637, in update
File "game/script/K House/k_house/kh_lvr.rpy", line 17, in execute
File "game/script/K House/k_house/kh_lvr.rpy", line 17, in execute
File "game/script/K House/k_house/kh_lvr.rpy", line 19, in execute
File "renpy/ui.py", line 951, in _imagebutton
File "renpy/ui.py", line 945, in choice
Exception: Imagebutton does not have a idle image. (auto=u'images/k_house/m/a_k_kh_m_1/a_k_kh_m_1_%s.png').

Windows-10-10.0.19041
Ren'Py 7.4.9.2112
Wicked Paradise
Thu Oct 7 18:57:28 2021
Literally a couple posts above yours here. Please put tracebacks within the spoiler tag, no need to have a blownup post size that can be neatly contained within the tag. Regards.
 
2.90 star(s) 60 Votes