Mezeto

Member
May 31, 2020
236
241
When I start a new story, it gives me this garbage

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 2882, in execute
File "game/screens.rpy", line 2882, in execute
File "game/screens.rpy", line 2885, in execute
File "game/screens.rpy", line 2886, in execute
NameError: Name 'Ren'Py' is not defined.

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

Full traceback:
File "script.rpyc", line 111, in script call
File "scripts/plot/plot_menu.rpyc", line 230, in script call
File "scripts/plot/act_1_new/act1_menu.rpyc", line 18, in script call
File "scripts/plot/act_1_new/chapter_1/menus.rpyc", line 91, in script call
File "scripts/plot/act_1_new/chapter_1/dialogues.rpyc", line 297, in script
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "game/modules/parse_utilities/main_ren.py", line 1043, in wrap_call
File "game/modules/parse_utilities/main_ren.py", line 208, in wrap
File "game/modules/statements_ren.py", line 41, in execute
File "game/modules/renpy_redefines_ren.py", line 121, in pause
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 3499, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 3969, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 605, in visit_all
d.visit_all(callback, seen)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\core.py", line 3969, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 2882, in execute
File "game/screens.rpy", line 2882, in execute
File "game/screens.rpy", line 2885, in execute
File "game/screens.rpy", line 2886, in execute
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\text\text.py", line 1633, in __init__
self.set_text(text, scope, substitute) # type: ignore
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\text\text.py", line 1763, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute) # type: ignore
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "D:\Games Visual Novels\[Ren'Py] Game\Innocent_Witches-0-10-beta-pc\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'Ren'Py' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
Innocent Witches version(0, 10, 5, beta)
Thu Jan 11 15:25:46 2024
```
 

Ludex_

New Member
Nov 23, 2021
8
8
Does anybody even know if they're making progress in that hole they all reside in? Is there ANYTHING to look out to these coming months? I cba looking on their site cause it's usual "we're working on it" shit that I don't want to read..
 

Oriandu

Engaged Member
Sep 1, 2017
2,824
5,247
Does anybody even know if they're making progress in that hole they all reside in? Is there ANYTHING to look out to these coming months? I cba looking on their site cause it's usual "we're working on it" shit that I don't want to read..
You're better off asking that the next time you see Innocent Witches on the latest updates page. The updates are always the usual "we're working on it" shit that you don't want to read and the updates are also typically scenes with characters no one asked for if they have scenes at all. The game has been treading water for years and whether or not any given update actually has new, worthwhile content in it can't really be determined until it's out.
 
  • Like
Reactions: IDDkud

Moedoe

Newbie
Jul 13, 2019
80
474


Hello everyone!
The holidays are now over and it’s time to look at what we've been doing during the past ten days, and also have a glimpse at the upcoming seasonal update. Let’s begin!
First of all, the art-preview (available in the following post). Today it’s a shot from the start of one of the events in 0.11A. Why is Hermione looking in the mirror in Marcus’ bedroom? You will find the answer (and what this mirror event will be about) in the upcoming update.
Next, an overview of the recent developments. Most of the team was taking a holiday vacation, while some continued to work throughout the winter days. Most of the time was spent on the upcoming major release, 0.11A. During this specific development cycle, the focus was mostly on the implementation of a new scene with Minerva, which is based on the combination of existing content in the new plot and the scene with her in the prologue of the old plot. Almost all of the existing art that was not yet present in the new plot was reintegrated and added into this scene. There are still a couple of minor pieces left and they will be added in the next patch. And of course, it was expanded with new content as well so that the scene feels fresh and juicy.

The scene will have multiple choices during its course which will result in different endings (if you know what we mean >:D). It will not have the same stress-managing minigame as it had before, since it was decided by the team that it will be too out of place in comparison with other existing scenes. However, we’re sure you'll enjoy what’s coming nonetheless :)

Apart from that we’ve been working on adding new music tracks to the game, mainly for the new locations that are coming in 0.11A. Later we will also add new tracks to the existing locations and characters as well that don’t have their own musical theme yet. For example, elf-maid will get her own character theme, together with a spicier version for more personal encounters in the bedroom, and more ;)
Finally, we’ve begun the preparation for a seasonal event that will come out in February. It will be based on two foundations.

First one is the recent Miss Hogwarts tournament. The idea is to reference this competition without breaking the fourth wall in the game. The event in the game will start after the competition is finished, and since Hermione is not used to the amount of attention she gets (at least not in the school), she will naturally need help from the headmaster. Markus, being a responsible person (not really) will of course agree to help her out.
Second one is St. Valentine’s day. Since this celebration will happen quite soon, we won’t be able to produce lots of art, such as decorations for the Headmaster's office, or content for all of the four prefects. Instead it will be combined with Miss Hogwarts competition and will be focused on short but sweet romantic interactions with the winner herself, Hermione. If you choose her as your waifu, there will be more content to enjoy. Finally, if she’s not the one you like, you will be able to skip the event completely :)
When it comes to art content of the update itself, it will include a new costume for Hermione, several miniatures (art of the character on a location), and of course a bit of lewd stuff.
Apart from that the artists continue to draw all the art for 0.11A, while the scenario team works on the seasonal update and on planning the update that will follow 0.11A.
For today’s voting round we wanted to ask you about your opinion regarding mods for our game. The idea here is to provide some sort of tools and guidance for people interested in modifying the game’s content. This includes creating or modifying existing art, adding dialogues and quests, and so on. However, this will require some time spent on it, especially the documentation for how to structure the code and insert proper logic that is specific for our game. What do you think about this? Please let us know by voting or leaving a message below.
  • I think mods are a cool thing and I wish to create one! I would be happy to know how it can be done.
  • Mods are cool and I would certainly check them out, however I don’t want to create them myself.
  • I think it’s a waste of time to spend resources on this now. Mods might become a thing when the game is finished.
  • I don’t care / I want to see the results.
That’ll be all for today, folks! We greatly appreciate you sticking around and continuing to support the development by donating and leaving feedback. Thank you!
We’ll meet again in 10 days. Until then, stay safe and have fun!
Peace✌
Your,
Sad crabs.
Mirror_new.jpg
 

Rizo

Well-Known Member
Jul 29, 2017
1,233
6,005
Last time I played you did the cooking thing with Susan and her apron falls and her tits come out and there's also the training thing . Has any content been added for Susan since and are you able to do anything with her? Or is it still random updates with music and shit? Don't want to download the whole thing and replay through only for there to be no actual new content.
 

Loffy-chan

Newbie
Dec 27, 2023
25
42
Whow to send gift if i play new story not old story?
In the new story you summon the girl you want to gift something too. As long as the summoned girl does not trigger an event, you will get a menu at the top of the screen, where one of the options is to gift.
 

HeartBroker

Newbie
Jul 20, 2018
41
91
the focus was mostly on the implementation of a new scene with Minerva
How many fucking times are they going to reinvent the Minerva scene?

elf-maid will get her own character theme
lmfao, I can't with these guys. I simply can not.

For today’s voting round we wanted to ask you about your opinion regarding mods for our game. The idea here is to provide some sort of tools and guidance for people interested in modifying the game’s content.
Welp. They finally jumped the shark. You know they're making too much money for too little work when they've gotten so emboldened they're asking other people to make the content to their game instead.
 
3.00 star(s) 326 Votes