4.10 star(s) 185 Votes

Kame-Sennin

Engaged Member
Aug 29, 2017
2,826
3,478
There is still a possibility for an extension, I remember My Cute roommate it was suppose to be finshed at 0.10 but Patrons of him push him to extend the game because of cousin's(main girl) lack of content , so our hope will depend on patrons of Royal Candy
 

freakyfunk

Newbie
Aug 11, 2017
83
79
There is still a possibility for an extension, I remember My Cute roommate it was suppose to be finshed at 0.10 but Patrons of him push him to extend the game because of cousin's(main girl) lack of content , so our hope will depend on patrons of Royal Candy
I wouldn't get my hopes up, he's lost quite a number of patrons in the last 3 days. Earlier his income was around $1800, now after just 3 days, it is $1500. It would be a miracle if Jason even continues the development of his second game :confused:
 

GUPTAJI

Member
Dec 15, 2018
211
175
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/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').

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

Full traceback:
  File "scenes/hotel_ballroom.rpyc", line 4, in script
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\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 "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\exports.py", line 2909, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  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
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 946, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 940, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').

Windows-8-6.2.9200
Ren'Py 7.3.5.606
No More Secrets 0.11
Sun Aug 02 15:20:57 2020

This error keeps showing up. Please help
 

Kame-Sennin

Engaged Member
Aug 29, 2017
2,826
3,478
I wouldn't get my hopes up, he's lost quite a number of patrons in the last 3 days. Earlier his income was around $1800, now after just 3 days, it is $1500. It would be a miracle if Jason even continues the development of his second game :confused:
Can't blame them , they probably are disappointed too like me , If I am one his patrons I probably would do the same too
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,912
6,642
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/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').

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

Full traceback:
  File "scenes/hotel_ballroom.rpyc", line 4, in script
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\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 "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\exports.py", line 2909, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  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
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 946, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "D:\Games\Games\NoMoreSecrets-0.11_compressed\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 940, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').

Windows-8-6.2.9200
Ren'Py 7.3.5.606
No More Secrets 0.11
Sun Aug 02 15:20:57 2020

This error keeps showing up. Please help
You're running a faulty compressed version of the game. A new fixed version is now available for downloading, as already posted on the previous page
https://f95zone.to/threads/no-more-secrets-v0-11-royalcandy.13673/post-3930777
 

Jacky Bruce

Member
Aug 12, 2017
226
37
Guys I have error after this option whichever i choose with Mahabbah in hotel before prom.

Does this have any fix for the error ?!


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/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').

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

Full traceback:
  File "scenes/hotel_ballroom.rpyc", line 4, in script
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\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\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\exports.py", line 2909, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  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
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 946, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "C:\Users\VASANTH MANI\Documents\MEGAsync Downloads\NoMoreSecrets-0.11_compressed\renpy\ui.py", line 940, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').

Windows-8-6.2.9200
Ren'Py 7.3.5.606
No More Secrets 0.11
Sun Aug 02 17:38:38 2020
 
Apr 28, 2018
121
126
Is there any fix for the patched android version ? Got this error after the first choice in chapter 11.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
  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').

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

Full traceback:
  File "scenes/hotel_ballroom.rpyc", line 4, in script
  File "D:\renpy-7-sdk\renpy\ast.py", line 1949, in execute
  File "D:\renpy-7-sdk\renpy\ast.py", line 1937, in call
  File "renpy/statements.py", line 277, in call
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
  File "D:\renpy-7-sdk\renpy\exports.py", line 2905, in call_screen
  File "renpy/ui.py", line 297, in interact
  File "D:\renpy-7-sdk\renpy\display\core.py", line 2702, in interact
  File "D:\renpy-7-sdk\renpy\display\core.py", line 3094, in interact_core
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "renpy/display/screen.py", line 430, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 3094, in <lambda>
  File "renpy/display/screen.py", line 440, in per_interact
  File "renpy/display/screen.py", line 625, in update
  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
  File "renpy/ui.py", line 946, in _imagebutton
  File "renpy/ui.py", line 940, in choice
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').
 
  • Like
Reactions: Jacky Bruce

Jacky Bruce

Member
Aug 12, 2017
226
37
Is there any fix for the patched android version ? Got this error after the first choice in chapter 11.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
  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').

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

Full traceback:
  File "scenes/hotel_ballroom.rpyc", line 4, in script
  File "D:\renpy-7-sdk\renpy\ast.py", line 1949, in execute
  File "D:\renpy-7-sdk\renpy\ast.py", line 1937, in call
  File "renpy/statements.py", line 277, in call
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
  File "D:\renpy-7-sdk\renpy\exports.py", line 2905, in call_screen
  File "renpy/ui.py", line 297, in interact
  File "D:\renpy-7-sdk\renpy\display\core.py", line 2702, in interact
  File "D:\renpy-7-sdk\renpy\display\core.py", line 3094, in interact_core
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "renpy/display/screen.py", line 430, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 3094, in <lambda>
  File "renpy/display/screen.py", line 440, in per_interact
  File "renpy/display/screen.py", line 625, in update
  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
  File "renpy/ui.py", line 946, in _imagebutton
  File "renpy/ui.py", line 940, in choice
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').
I too have the same issue in windows .
 

Belnick

Engaged Member
Sep 3, 2018
2,636
1,261
All game sex scenes are pictured? Or at some point we have animations? Like after episode 2?
I thought this game had animated sex scene as it was a game marked favorite for me, but every last update i remember and the very last is just still picture sex scenes so maybe I added it to favorites by mistake or there are some animated scenes somewhere?
 

Penfold Mole

Engaged Member
Respected User
May 22, 2017
2,912
6,642
Can you tell me where to find this fixed compressed version? Still not able to find it
Probably is this. (I am not using compressed version so not 100% sure)
Konstantino is right about the post. However, it's the same one linked to the OP as 'Others: COMPRESSED*'

But, instead of downloading it again you can use unren to extract rpa files (unren menu option 1) and this should fix the problem as hngg mentioned in his post I already linked to my previous post.
https://f95zone.to/threads/no-more-secrets-v0-11-royalcandy.13673/post-3930777

Guys I have error after this option whichever i choose with Mahabbah in hotel before prom.

Does this have any fix for the error ?!


You don't have permission to view the spoiler content. Log in or register now.
Jacky, you could have realized that your traceback is identical to the one posted just a little before yours? On the previous page, actually. And we're still talking about it. So the solution is the same: either download the fixed version or use unren and extract rpa files.

______________________________________

Is there any fix for the patched android version ? Got this error after the first choice in chapter 11.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
  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').

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

Full traceback:
  File "scenes/hotel_ballroom.rpyc", line 4, in script
  File "D:\renpy-7-sdk\renpy\ast.py", line 1949, in execute
  File "D:\renpy-7-sdk\renpy\ast.py", line 1937, in call
  File "renpy/statements.py", line 277, in call
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
  File "D:\renpy-7-sdk\renpy\exports.py", line 2905, in call_screen
  File "renpy/ui.py", line 297, in interact
  File "D:\renpy-7-sdk\renpy\display\core.py", line 2702, in interact
  File "D:\renpy-7-sdk\renpy\display\core.py", line 3094, in interact_core
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 541, in visit_all
  File "renpy/display/screen.py", line 430, in visit_all
  File "D:\renpy-7-sdk\renpy\display\core.py", line 3094, in <lambda>
  File "renpy/display/screen.py", line 440, in per_interact
  File "renpy/display/screen.py", line 625, in update
  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
  File "renpy/ui.py", line 946, in _imagebutton
  File "renpy/ui.py", line 940, in choice
Exception: Imagebutton does not have a idle image. (auto=u'images/episode11_GS//ballroom_bn1_%s.png').
The problem is obviously the same as in the compressed version, but I have no idea if Android version is fixed by now or not. Sorry.
 
Last edited:

hngg

Compress All The Things!
Modder
Game Compressor
Donor
May 26, 2019
574
2,461
I'm sincerely sorry for putting out a build with such a commonly encountered issue. I hope everyone can understand that I can't possibly test every game I compress to 100% completion prior to publishing.

Apologies to you, Penfold Mole as well— for the storm of comments you are so graciously handling when you don't have to.

...
The problem is obviously the same as in the compressed version, but I have no idea if Android version is fixed by now now or not. Sorry.
...
You don't have permission to view the spoiler content. Log in or register now.

For people having the "Imagebutton does not have a idle image" issue:
Edit: Penfold Mole's fix now includes a fix for this and I've removed mine to avoid conflicts.
Can you please download and extract the file I've attached below into your game's "game" folder and tell me if this fixes the issue?
If it works, I'll pass it on to the guys porting the game to Android so they can update their builds.
In fact, what would be most helpful would be to provide a save just before the issue occurs, so we can test it ourselves.
 
Last edited:

assman1337

Well-Known Member
Mar 10, 2018
1,412
2,023
out of the 16 endings i was able to achieve 1,2,3,6,7,8,9,11,14 with the last of my saves
could someone share saves ending at ep 10 for other endings ?
 
4.10 star(s) 185 Votes