4.10 star(s) 185 Votes

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,910
6,632
Is this patch still necessary for the final version?
This patch was made exclusively for updating v0.10.3 to v0.10.4 as its name says, BUT it looks like:

- no new achievements have been added to the new version and the ones that were missing from the achievements page are still missing
- grammatical errors in ep10 have not been fixed
- bugfix for (very) old saves hasn't been implemented

These are the three problems that this old patch will fix.
However, it will also change the version number of the game back to to v0.10.4. But this should only be a cosmetic problem, pretty much 'under the hood' and won't affect anyhing.

So it looks like using it shouldn't break anything important and should fix aforementioned problems, so go ahead!(y)

Just don't expect it to fix any new bugs, though.

I haven't played the new version, so there is no new patch yet.
 
Last edited:

VelSl

Newbie
Apr 22, 2018
48
61
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
597
821
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
508
975
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,910
6,632
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) 185 Votes