2.90 star(s) 60 Votes

Sancho1969

Devoted Member
Modder
Donor
Jan 19, 2020
11,904
44,735
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
28
10
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
28
10
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

Devoted Member
Modder
Donor
Jan 19, 2020
11,904
44,735
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.
 

-CookieMonster666-

Devoted Member
Nov 20, 2018
10,967
15,835
Oh, FFS. Can everyone please actually read the past few pages of this thread? These errors have been reported here several times already. Instead of just pasting in the error, how about checking to see if others have seen it too? You're mucking up the thread with the same message that everyone has already mentioned. Also, please either put those errors in spoiler tags or attach the traceback file to your posts instead.

OK, rant over.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
6,697
5,232
there's a event about taking off wedding ring. any idea what is the requirement to trigger that event?
I had the same issue
I found I needed to start a new game, not to click on anyone (even Julia in the kitchen) or anywhere else and just head straight to the mum's bedroom and click on Julia there.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
6,697
5,232
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
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
Got the same one, I believe it's related to when you meet Amanda at Kathrine's house.
 

Deleted member 1906916

Active Member
Jan 1, 2020
621
891
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
File "renpy/main.py", line 652, in main
File "renpy/main.py", line 148, in run
File "renpy/execution.py", line 922, in run_context
File "script/Home/home/sf/sf_mcr/sf_mcr.rpyc", line 156, in script
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'as_o_n_1'.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
6,697
5,232
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
File "renpy/main.py", line 652, in main
File "renpy/main.py", line 148, in run
File "renpy/execution.py", line 922, in run_context
File "script/Home/home/sf/sf_mcr/sf_mcr.rpyc", line 156, in script
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'as_o_n_1'.
This seems to fix it
https://f95zone.to/threads/wicked-paradise-v0-12-2-vega-studio.17620/post-6705443
 

Boehser Onkel

Forum Fanatic
Modder
Feb 20, 2021
4,088
6,015
Understatement of the year. I don't know....seems the dev would push out fixes. I hope so and save me the hassle as I'm not a fan of massive bug fixing. I don't mind taking care of the polish but this is a rust bucket....hard to wax rust.
yeah
i made a post with my "proofread scripts" and the fix for the 1. event of andrew ,
but than was katherine image missing , the 3rd andrew event not able to start ..
i gave up lol
 

Rogerericdu

Member
Mar 31, 2019
271
332
game crashes when i try the coffee shop

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
File "renpy/main.py", line 652, in main
File "renpy/main.py", line 148, in run
File "renpy/execution.py", line 922, in run_context
File "script/Home/home/sf/sf_mcr/sf_mcr.rpyc", line 156, in script
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'as_o_n_1'.

Windows-10-10.0.19041
Ren'Py 7.4.9.2112
Wicked Paradise
Fri Oct 8 11:03:16 2021
 
Last edited:

WastedTalent

Active Member
Dec 11, 2020
910
1,448
game crashes when i try the coffee shop

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
File "renpy/main.py", line 652, in main
File "renpy/main.py", line 148, in run
File "renpy/execution.py", line 922, in run_context
File "script/Home/home/sf/sf_mcr/sf_mcr.rpyc", line 156, in script
File "renpy/script.py", line 918, in lookup
ScriptError: could not find label 'as_o_n_1'.

Windows-10-10.0.19041
Ren'Py 7.4.9.2112
Wicked Paradise
Fri Oct 8 11:03:16 2021
I don't have the exact error but had something similar when I tried to goto the aunts house after I read her email invite to come over for cookies...
 

Fredmc

New Member
Dec 16, 2017
11
2
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:
View attachment 1441201

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.
Dude we believe you but
- my game has no such directory
- I don't know where to get this picture ...
 
2.90 star(s) 60 Votes