RayThorsson

New Member
Apr 16, 2018
4
10
164
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
 

dinorore

New Member
Aug 14, 2017
8
11
119
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
although i dont know much about the game, i do know python and it seems like you are missing a file. Try reinstalling :]
 

RayThorsson

New Member
Apr 16, 2018
4
10
164
although i dont know much about the game, i do know python and it seems like you are missing a file. Try reinstalling :]
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?
 

tendou1

New Member
Apr 6, 2020
2
0
11
Yes, bout a year ago almost.
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??
 

Luckzor

Active Member
May 2, 2017
539
1,274
285
Is weird how the rating could be like 1 or 2 stars, but for a couple of reviews with 5 stars and some of 4 the game is barely with almost 3. And even those reviews rate the game with almost no sexual content, a lot of grindy, slow way to get money, dead times when you don't have nothing to do, etc. The only thing all the reviews say is really good, is the art. If wasn't for that looks like this game could have ended in a big fail.
The last time I played this game was like a year ago. I'll give it a try and let's see how is doing.
 

tendou1

New Member
Apr 6, 2020
2
0
11
How can you guys get the Dark Scene of the girls in Chap 5 Act 1???? I always received "something went wrong"
 

RayThorsson

New Member
Apr 16, 2018
4
10
164
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?
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.
 
Jun 25, 2018
41
38
123
What the fuck is wrong with the dialogues in this game? It's like every character has dementia and ADD at the same time. Conversations have no flow and it's just weird and clunky as fuck. I thought it's just a bad translation so I switched to Russian(in which I am fluent but I prefer English in pretty much every circumstance) and it's exactly the same. Doesn't help that 90% of it seems completely irrelevant. Exposition and monologues seem fine for the most part but it seems like the author is not very familiar with how people talk to each other.
 

Freyr

Newbie
Oct 15, 2016
57
497
213
So 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?)
 
  • Haha
Reactions: Jarul

dropdon

New Member
Jul 21, 2017
5
21
238
So 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?)
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-update
 
  • Like
Reactions: Freyr

jackofshadows

Member
May 24, 2018
328
622
222
So 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?)
In short - not yet :HideThePain:

At length - developing process delays more and more because they've decided to add more animations. They allegedly hired animator for that and another artist for debottlenecking but whether it makes a difference remains to be seen.

More importantly to your question - no matter the overall developing progress there's a big problem with the corruption theme: it's badly written even compare to Akabur's games where bar was not exactly high in that regard. Basically, it's not MC who's corrupting girls here, but almost like the other way around which is fucking ridiculous. It varies a bit from girl to girl and there's also some branching (speaking of dev delaying) involved now so technically there's still hope but I'd say not with this writer anyway.

They threw really nice scene with secondary character few updates ago but it's hardly worth to play the game solely for that.
 
  • Like
Reactions: Jon Humbert

Freyr

Newbie
Oct 15, 2016
57
497
213
At length - developing process delays more and more

After they rewrote the game, after they remade the engine, after X, after Y, etc. etc. those guys (imo) are one of the worst offenders in term of milking their patreon. This game was supposed to be done one year after they started, they had made a post being very explicit about it, and then all this shit happened.

TBH if it wasn't for the similarities with Akabur game, and the nice art I wouldnt bother anymore, wich is probably what I should do anyway ...
 
Apr 8, 2018
209
342
219
its safe to assume they didnt expect getting money for nothing that long so they milk it until they can, for some reason artists started to think making less art will make them worth more and more ehm akabur ehm, god i hope someone like uberpie or summertimesaga pick up the genre and steal all of the paypigs so clowns will start making content
 
  • Like
  • Haha
Reactions: Luckzor and Jarul

Oriandu

Engaged Member
Sep 1, 2017
3,346
6,114
700
After they rewrote the game, after they remade the engine, after X, after Y, etc. etc. those guys (imo) are one of the worst offenders in term of milking their patreon. This game was supposed to be done one year after they started, they had made a post being very explicit about it, and then all this shit happened.

TBH if it wasn't for the similarities with Akabur game, and the nice art I wouldnt bother anymore, wich is probably what I should do anyway ...
I would recommend holding off until 2025 when you see this game randomly pop up in the latest section with a "Complete" tag on it. If it ever gets finished mind you, we are nearing four years of development and it still has less sexual content, which is what 100% of all people are playing it for, than most Patreon released projects do after two updates. Shit, most games have more content in one update than this thing has had in its entire existence, and I don't actually think it's due to the developers trying to milk its patreon of all it can. That may have been the result, but I'd say it's more due to gross incompetence than it is anything else.

The people making it have no idea how to design a game. They seem to be lock step focused on this idea that the game has to be developed on a particular course, and that it has to feature "gameplay", and that specific plot events must occur. Noble sentiments, but in reality this just limits what they can create. This style of development might work for a professional project, but a professional project has dozens to hundreds of people working on it, with multiple people in charge of particular aspects, and are built in an asynchronous style that allows for milestones to be met consistently that do not wholly rely on other development branches to have completely their sections. It might have worked if they didn't have to release content on a semi regular basis to keep people playing. It only works for professional game development because you're releasing a primarily completed project all at once. They should be focused on building content for individual plot lines instead of building entire plot lines. Fans want Hermione? Focus on her for an update. Then move to another character and so and so forth. Then once everything reaches a certain point you spend an update weaving that together as a chapter. More games should be looking to Summertime Saga as an example of how to do things. Not necessarily the speed at which DC and company works on the game, but how they focus on individual characters per update instead of the entire game.

Unfortunately they're never going to learn their lesson because Patreon encourages incompetent buffoonery by allowing funding to go through regardless of whether or not a project shows progress.
 
3.00 star(s) 345 Votes