Exit the re enter to reset. examine and watch the mirror to get the order of open/close and stay open.Can somebody help me solve the bedroom puzzle View attachment 418578
Exit the re enter to reset. examine and watch the mirror to get the order of open/close and stay open.Can somebody help me solve the bedroom puzzle View attachment 418578
Did you try both official and unofficial? I had trouble with a few missions because I kept summoning people the wrong way for the mission. Also, quite a few quests seem to require that you finish other quests before you can complete them, then all of a sudden things just start working.How do I continue baker's delight? I've sent her the baking magazine but she just gives it back, i've sent her cake, cookies, bertie bott's beans, and just about anything else that might work
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 286, in execute
File "game/screens.rpy", line 286, in execute
File "game/screens.rpy", line 305, in execute
File "game/screens.rpy", line 314, in execute
Exception: Imagebutton does not have a idle image.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 286, in execute
File "game/screens.rpy", line 286, in execute
File "game/screens.rpy", line 305, in execute
File "game/screens.rpy", line 314, in execute
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\ui.py", line 946, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\ui.py", line 942, in choice
raise Exception("Imagebutton does not have a %s image." % (name, ))
Exception: Imagebutton does not have a idle image.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Innocent Witches 0.5.1F
Sun Apr 05 18:31:23 2020
although i dont know much about the game, i do know python and it seems like you are missing a file. Try reinstalling :]Hey, I'm getting an error as soon as I start the game. Instead of the main menu I get this message. I'm assuming I'm doing something wrong given that noone else seems to have this problem.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/screens.rpy", line 286, in execute File "game/screens.rpy", line 286, in execute File "game/screens.rpy", line 305, in execute File "game/screens.rpy", line 314, in execute Exception: Imagebutton does not have a idle image. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\ast.py", line 914, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\python.py", line 2028, in py_exec_bytecode exec bytecode in globals, locals File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 3094, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 541, in visit_all d.visit_all(callback, seen) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\screen.py", line 430, in visit_all callback(self) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\core.py", line 3094, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\screen.py", line 440, in per_interact self.update() File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\display\screen.py", line 625, in update self.screen.function(**self.scope) File "game/screens.rpy", line 286, in execute File "game/screens.rpy", line 286, in execute File "game/screens.rpy", line 305, in execute File "game/screens.rpy", line 314, in execute File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\ui.py", line 946, in _imagebutton idle = choice(idle, idle_image, "idle", required=True) File "S:\No install\H\3 Still developing\Innocent_Witches-0.5.1F-pc\renpy\ui.py", line 942, in choice raise Exception("Imagebutton does not have a %s image." % (name, )) Exception: Imagebutton does not have a idle image. Windows-8-6.2.9200 Ren'Py 7.3.5.606 Innocent Witches 0.5.1F Sun Apr 05 18:31:23 2020
Yeah, I'm also thinking that could be the case. I have tried to download the game from a couple of different file hosting sites but everyone gives the same error. And to be clear, I have deleted all the data from the .zip files and extracted again. Maybe I'm doing that wrong, and there is some data hidden somewhere else?although i dont know much about the game, i do know python and it seems like you are missing a file. Try reinstalling :]
Hey, i was stuck in Act 2 Chap 1. I was given the corrupted magazine to both Susan and Daphne but the tasks still arrive quest "Give Susan the magazine". I tried all others type but it didnt work. Is there a bug or something??Yes, bout a year ago almost.
For anyones information that has the same problem I had: I was able to fix it by downloading the previous version V0.5F and then copy V0.5.1F over it. Not a perfect solution, but it worked.Yeah, I'm also thinking that could be the case. I have tried to download the game from a couple of different file hosting sites but everyone gives the same error. And to be clear, I have deleted all the data from the .zip files and extracted again. Maybe I'm doing that wrong, and there is some data hidden somewhere else?
there's a couple scenes and a lot of grind. i can see this becoming a really dope game like when it's actually finished, but right now it's not super worth playing update-to-updateSo I've been holding on this game since it was first announced, like 25 years ago or something, is it worth it for me to give it a go now or I'm just better off waiting some more until the end of times ? (in short can I actually corrupt someone ala akabur style or not?)