4.10 star(s) 186 Votes

VelSl

Newbie
Apr 22, 2018
48
65
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/scenes/hotel_ballroom.rpy", line 6, in execute
File "game/scenes/hotel_ballroom.rpy", line 6, in execute
File "game/scenes/hotel_ballroom.rpy", line 10, in execute
File "game/scenes/hotel_ballroom.rpy", line 11, in execute
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').

that's the end for me :(
 

xxTHESTYGIANxx

Active Member
Nov 11, 2018
598
823
For some reason I can not get the Jeane solo ending, I followed the WT but it keeps giving me the Lizzy/Aime/Jeane ending
 

zakapaka

Member
Mar 14, 2017
138
93
If you're hitting a hard error after Mbabbah (hotel owner's wife) gives you a room key try using unren.bat to extract the *.rpa archives. That worked when I spotted it while testing for the first release.

It was corrected in the next version along with the "ep1lc7_continue" (should be "ep11c7_continue") error affecting Vanessa solo path in the next release.
How do I do this please help
 

Warhawk1

Member
Apr 30, 2019
317
670
Code:
I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
  File "lib/windows-i686/ep11_convs.rpyc", line 858, in script
  File "F:\Games-A\No more Secrets(0.8.0)[Update]\NoMoreSecrets-0.11-pc\renpy\ast.py", line 1678, in execute
    rv = renpy.game.script.lookup(target)
  File "F:\Games-A\No more Secrets(0.8.0)[Update]\NoMoreSecrets-0.11-pc\renpy\script.py", line 886, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'e1c7_continue'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
No More Secrets 0.11
Fri Jul 31 01:25:16 2020

Got this bug on Vanessa only route
 

chipsiup

Active Member
Aug 12, 2016
517
1,011
Running into an error on the compressed version that crashes my game:

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/scenes/hotel_ballroom.rpy", line 6, in execute
File "game/scenes/hotel_ballroom.rpy", line 6, in execute
File "game/scenes/hotel_ballroom.rpy", line 10, in execute
File "game/scenes/hotel_ballroom.rpy", line 11, in execute
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,995
7,011
Running into an error on the compressed version that crashes my game:

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/scenes/hotel_ballroom.rpy", line 6, in execute
File "game/scenes/hotel_ballroom.rpy", line 6, in execute
File "game/scenes/hotel_ballroom.rpy", line 10, in execute
File "game/scenes/hotel_ballroom.rpy", line 11, in execute
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').
Seems to be the problem with only the compessed version.
Highly likely because the automatic compression script was unable to recognize or modify a file name with variables in it. I'm guessing these images exist in the compressed version with webp extension while game script is still expecting a png.
Whoever compressed it should have modified these 'dynamic' file names manually to webp.

Since I have only the original, I can not be completely sure. Just that the original doesn't seem to have this particular problem.
 
4.10 star(s) 186 Votes