DerKnochenpoet

New Member
Feb 17, 2019
10
8
Well what does the full error message say?
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/mod/Lain_Gallery.rpy", line 44, in execute
File "game/mod/Lain_Gallery.rpy", line 44, in execute
File "game/mod/Lain_Gallery.rpy", line 50, in execute
File "game/mod/Lain_Gallery.rpy", line 51, in execute
File "game/mod/Lain_Gallery.rpy", line 53, in execute
Exception: Imagebutton does not have a idle image. (auto=u'mod/supportbtn_%s.png').

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 411, in per_interact
self.update()
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/mod/Lain_Gallery.rpy", line 44, in execute
File "game/mod/Lain_Gallery.rpy", line 44, in execute
File "game/mod/Lain_Gallery.rpy", line 50, in execute
File "game/mod/Lain_Gallery.rpy", line 51, in execute
File "game/mod/Lain_Gallery.rpy", line 53, in execute
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 927, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 921, 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'mod/supportbtn_%s.png').

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Waifu Academy 0.7.1a
 
  • Like
Reactions: otakhin

andyzws

New Member
Mar 17, 2019
3
0
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/mod/Lain_Gallery.rpy", line 44, in execute
File "game/mod/Lain_Gallery.rpy", line 44, in execute
File "game/mod/Lain_Gallery.rpy", line 50, in execute
File "game/mod/Lain_Gallery.rpy", line 51, in execute
File "game/mod/Lain_Gallery.rpy", line 53, in execute
Exception: Imagebutton does not have a idle image. (auto=u'mod/supportbtn_%s.png').

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 411, in per_interact
self.update()
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/mod/Lain_Gallery.rpy", line 44, in execute
File "game/mod/Lain_Gallery.rpy", line 44, in execute
File "game/mod/Lain_Gallery.rpy", line 50, in execute
File "game/mod/Lain_Gallery.rpy", line 51, in execute
File "game/mod/Lain_Gallery.rpy", line 53, in execute
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 927, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "E:\Games2\Waifu Academy\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 921, 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'mod/supportbtn_%s.png').

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Waifu Academy 0.7.1a
I have the same issue. What's worse is I cannot hide the text anymore. H key not working.
 

andyzws

New Member
Mar 17, 2019
3
0
Whatever program you're using to extract the mod zip file is broken. Just right click the zip file and click Extract All then install the mod again.
Well for me it's not caused by the mod as I didn't even install the mod. The error message shows when I click the History or Replay in the game.
 

Hones

Forum Fanatic
Compressor
Aug 10, 2018
4,156
8,610
Well for me it's not caused by the mod as I didn't even install the mod. The error message shows when I click the History or Replay in the game.
Then you should post the error message you get so that if able someone could help you resolve it.
 

andyzws

New Member
Mar 17, 2019
3
0
Then you should post the error message you get so that if able someone could help you resolve it.
Sorry i was not on PC before, I just checked it's not the same message

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/screens.rpy", line 1077, in execute
File "game/screens.rpy", line 1077, in execute
File "game/screens.rpy", line 1084, in execute
File "game/screens.rpy", line 564, in execute
File "game/screens.rpy", line 564, in execute
File "game/screens.rpy", line 573, in execute
File "game/screens.rpy", line 576, in execute
File "game/screens.rpy", line 582, in execute
File "game/screens.rpy", line 585, in execute
File "game/screens.rpy", line 600, in execute
File "game/screens.rpy", line 610, in execute
File "game/screens.rpy", line 1084, in execute
File "game/screens.rpy", line 1088, in execute
File "game/screens.rpy", line 1090, in execute
File "game/screens.rpy", line 1093, in execute
File "game/screens.rpy", line 1107, in execute
NameError: Name '!' is not defined.

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

Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2620, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2925, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 401, in visit_all
callback(self)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\core.py", line 2925, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 411, in per_interact
self.update()
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\display\screen.py", line 592, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 1077, in execute
File "game/screens.rpy", line 1077, in execute
File "game/screens.rpy", line 1084, in execute
File "game/screens.rpy", line 564, in execute
File "game/screens.rpy", line 564, in execute
File "game/screens.rpy", line 573, in execute
File "game/screens.rpy", line 576, in execute
File "game/screens.rpy", line 582, in execute
File "game/screens.rpy", line 585, in execute
File "game/screens.rpy", line 600, in execute
File "game/screens.rpy", line 610, in execute
File "game/screens.rpy", line 1084, in execute
File "game/screens.rpy", line 1088, in execute
File "game/screens.rpy", line 1090, in execute
File "game/screens.rpy", line 1093, in execute
File "game/screens.rpy", line 1107, in execute
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\text\text.py", line 1366, in __init__
self.set_text(text, scope, substitute)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\text\text.py", line 1466, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\substitutions.py", line 242, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
File "C:\Users\Andyzws\Desktop\WaifuAcademy-0.7.1a-pc\renpy\substitutions.py", line 201, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name '!' is not defined.

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
Waifu Academy 0.7.1a
 

thebladeofwar

Member
Mar 28, 2018
186
185
Fantastic game. Takamura is best girl and I better be able to final waifu her. Also I hope she has pubic hair, it would go great with the tomboy nature.
 
  • Like
Reactions: halil123

Fantabaldu

The Pirate King
Donor
Feb 19, 2019
1,786
8,480
Anyone know what "VIP mode" actually gives you?
Enough to look at his Patreon page :
In every case this tier is already sold out



- V.I.P -
Limited (0 remaining)
$35
PER MONTH

  • I will craft the Waifu of your dream.*
  • I will create new scene with your favorite Waifu.*
*(some delay and restriction apply)
*(I can't add new waifu to the game anymore)

  • Instant access to the latest version of the game.
  • Unlock Loyalty Package* after 3 month of subscribe.
  • All previous rewards.
Thanks for being so generous, enjoy the V.I.P privilege!
 

vmaks

Active Member
Sep 13, 2018
910
4,535


Hello everyone, Some update ETA : 0.8.0 -Storyboard : 110% (Yup as expected I already added new stuff while making the scene ^^) -3D and animation rendering : 30% (6 scenes are done on ~24) -Dialogue : 10% (a bit was written already) -Scripting : 0% -Feature : 30% (Chi is working on fixing and enhancing everything after all the feedback) -Sound/Music : 0% -Proofreading/Beta testing : 0% I have been working on both Waifu Academy and Waifu Hunter last week... I wish I could show you my work on Waifu Hunter but I don't want to spoil any surprise. Anyway be assured I'm stopping for now to work on Waifu Hunter this month, and will focus on Waifu Academy update.
 

sloppy gonzo

Well-Known Member
Jan 4, 2018
1,392
5,047
I think she does it more out of regret for abandoning him it's certainly something she is not proud of and just wants to forget that it ever happened but we all know the MC will never let her forget.
Oh the MC won't make her ever forget I'm sure. :sneaky:

I'm interested how she'll be twisted around his finger when she admits to the MC she saw him and Catherine go at it.
 
  • Like
Reactions: Mormont
4.10 star(s) 267 Votes