wwgwa

Member
Dec 27, 2017
266
118
266
Hey, can someone help me with this errors? (Appears when trying to change Sony's wardrobe)

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

While running game code:
  File "renpy/common/000statements.rpy", line 548, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "game/interfaces/tutorial/changing.rpy", line 392, in execute
  File "game/interfaces/tutorial/changing.rpy", line 392, in execute
  File "game/interfaces/tutorial/changing.rpy", line 404, in execute
  File "game/interfaces/tutorial/changing.rpy", line 236, in execute
  File "game/interfaces/tutorial/changing.rpy", line 236, in execute
  File "game/interfaces/tutorial/changing.rpy", line 237, in execute
  File "game/interfaces/tutorial/changing.rpy", line 269, in execute
  File "game/interfaces/tutorial/changing.rpy", line 272, in execute
  File "game/interfaces/tutorial/changing.rpy", line 404, in execute
  File "game/interfaces/tutorial/changing.rpy", line 405, in execute
  File "game/interfaces/tutorial/changing.rpy", line 407, in execute
  File "game/interfaces/tutorial/changing.rpy", line 412, in execute
  File "game/interfaces/tutorial/changing.rpy", line 416, in execute
  File "game/interfaces/tutorial/changing.rpy", line 416, in <module>
KeyError: u'items'

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

Full traceback:
  File "script.rpyc", line 63, in script call
  File "scripts/plot/plot_menu.rpyc", line 165, in script call
  File "scripts/plot/act_1_new/act1_menu.rpyc", line 26, in script call
  File "scripts/plot/act_1_new/chapter_2/chapter_2_menus.rpyc", line 98, in script call
  File "mechanics/tutorial/main.rpyc", line 56, in script call
  File "mechanics/tutorial/changing.rpyc", line 21, in script
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 548, in execute_show_screen
    renpy.show_screen(name, *args, **kwargs)
  File "renpy/display/screen.py", line 1148, in show_screen
    sls.add(_layer, d, _tag, zorder=_zorder, transient=_transient, keep_st=True, name=name)
  File "renpy/display/core.py", line 1105, in add
    if not self.hide_or_replace(layer, remove_index, "replaced"):
  File "renpy/display/core.py", line 1159, in hide_or_replace
    d = oldsle.displayable._hide(now - st, now - at, prefix)
  File "renpy/display/screen.py", line 493, in _hide
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/interfaces/tutorial/changing.rpy", line 392, in execute
  File "game/interfaces/tutorial/changing.rpy", line 392, in execute
  File "game/interfaces/tutorial/changing.rpy", line 404, in execute
  File "game/interfaces/tutorial/changing.rpy", line 236, in execute
  File "game/interfaces/tutorial/changing.rpy", line 236, in execute
  File "game/interfaces/tutorial/changing.rpy", line 237, in execute
  File "game/interfaces/tutorial/changing.rpy", line 269, in execute
  File "game/interfaces/tutorial/changing.rpy", line 272, in execute
  File "game/interfaces/tutorial/changing.rpy", line 404, in execute
  File "game/interfaces/tutorial/changing.rpy", line 405, in execute
  File "game/interfaces/tutorial/changing.rpy", line 407, in execute
  File "game/interfaces/tutorial/changing.rpy", line 412, in execute
  File "game/interfaces/tutorial/changing.rpy", line 416, in execute
  File "game/interfaces/tutorial/changing.rpy", line 416, in <module>
KeyError: u'items'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Tue Sep 28 23:22:44 2021

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

While running game code:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/interfaces/tutorial/changing.rpy", line 392, in execute
  File "game/interfaces/tutorial/changing.rpy", line 392, in execute
  File "game/interfaces/tutorial/changing.rpy", line 404, in execute
  File "game/interfaces/tutorial/changing.rpy", line 236, in execute
  File "game/interfaces/tutorial/changing.rpy", line 236, in execute
  File "game/interfaces/tutorial/changing.rpy", line 237, in execute
  File "game/interfaces/tutorial/changing.rpy", line 269, in execute
  File "game/interfaces/tutorial/changing.rpy", line 272, in execute
  File "game/interfaces/tutorial/changing.rpy", line 404, in execute
  File "game/interfaces/tutorial/changing.rpy", line 405, in execute
  File "game/interfaces/tutorial/changing.rpy", line 407, in execute
  File "game/interfaces/tutorial/changing.rpy", line 412, in execute
  File "game/interfaces/tutorial/changing.rpy", line 416, in execute
  File "game/interfaces/tutorial/changing.rpy", line 416, in <module>
KeyError: u'items'

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

Full traceback:
  File "script.rpyc", line 63, in script call
  File "scripts/plot/plot_menu.rpyc", line 165, in script call
  File "scripts/plot/act_1_new/act1_menu.rpyc", line 26, in script call
  File "scripts/plot/act_1_new/chapter_2/chapter_2_menus.rpyc", line 98, in script call
  File "mechanics/tutorial/main.rpyc", line 64, in script call
  File "mechanics/tutorial/main.rpyc", line 56, in script call
  File "mechanics/tutorial/changing.rpyc", line 27, in script
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3132, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3694, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 568, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3694, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/interfaces/tutorial/changing.rpy", line 392, in execute
  File "game/interfaces/tutorial/changing.rpy", line 392, in execute
  File "game/interfaces/tutorial/changing.rpy", line 404, in execute
  File "game/interfaces/tutorial/changing.rpy", line 236, in execute
  File "game/interfaces/tutorial/changing.rpy", line 236, in execute
  File "game/interfaces/tutorial/changing.rpy", line 237, in execute
  File "game/interfaces/tutorial/changing.rpy", line 269, in execute
  File "game/interfaces/tutorial/changing.rpy", line 272, in execute
  File "game/interfaces/tutorial/changing.rpy", line 404, in execute
  File "game/interfaces/tutorial/changing.rpy", line 405, in execute
  File "game/interfaces/tutorial/changing.rpy", line 407, in execute
  File "game/interfaces/tutorial/changing.rpy", line 412, in execute
  File "game/interfaces/tutorial/changing.rpy", line 416, in execute
  File "game/interfaces/tutorial/changing.rpy", line 416, in <module>
KeyError: u'items'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Tue Sep 28 23:29:07 2021

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

While running game code:
  File "game/mechanics/tutorial/changing.rpy", line 81, in <module>
  File "game/mechanics/tutorial/changing.rpy", line 84, in _execute_python_hide
KeyError: u'items'

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

Full traceback:
  File "script.rpyc", line 63, in script call
  File "scripts/plot/plot_menu.rpyc", line 165, in script call
  File "scripts/plot/act_1_new/act1_menu.rpyc", line 26, in script call
  File "scripts/plot/act_1_new/chapter_2/chapter_2_menus.rpyc", line 98, in script call
  File "mechanics/tutorial/main.rpyc", line 64, in script call
  File "mechanics/tutorial/main.rpyc", line 56, in script call
  File "mechanics/tutorial/changing.rpyc", line 81, in script
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/mechanics/tutorial/changing.rpy", line 81, in <module>
  File "game/mechanics/tutorial/changing.rpy", line 84, in _execute_python_hide
KeyError: u'items'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha
Tue Sep 28 23:29:31 2021
 

Ngy7777

New Member
Jun 9, 2020
4
3
167
As the bugfixed version just dropped, I guess we'll have it the next day(s). It's currently only available on their website via a patreon pledge.
 

EfontMan

Active Member
Aug 23, 2021
564
1,126
266
Go here - Load up your save. Use your browser search function to find
Code:
cabinet > hat 1/0:(0)
and change the (0) to (1).

I'm not sure how RenPy games work on Mac. On Windows, the game stores saves locally in the game folder and in a separate location on the system drive. So you might need to look into that if editing the local copy alone doesn't work.
 
  • Like
Reactions: dosusawa

jeannotginto

New Member
Jul 22, 2017
10
0
161
Hello.
after my external hard drive crashed, can someone give me a save at the start of version 0.8 please?
thanks in advance
 

Bisqui

Member
Apr 17, 2019
192
47
184
To developers :


==============================================================================

Mon Sep 27 19:34:12 2021
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha

Negative time for: (Susan Bones, official_letter), args: {'shift_mode': u'phase', 'express': False, 'hide': False, 'label_args': (<Person: susan>,), 'official': True, 'label': u'person_menu', 'label_kwargs': {}, 'source': u'official_letter', 'time': -12, 'present': None}
Negative time for: (Daphne Greengrass, official_letter), args: {'shift_mode': u'phase', 'express': False, 'hide': False, 'label_args': (<Person: daphne>,), 'official': True, 'label': u'person_menu', 'label_kwargs': {}, 'source': u'official_letter', 'time': -12, 'present': None}

==============================================================================

Tue Sep 28 17:25:29 2021
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha

Unexcepted address, get: House-elf Bobby
Unexcepted address, get: House-elf Bobby

==============================================================================

Wed Sep 29 00:08:57 2021
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha

Unexpected call for <Location: office_bedroom, shown []>, current room is <Location: cabinet, shown [u'markus_minion']>

==============================================================================

Thu Sep 30 01:20:43 2021
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Innocent Witches 0.8-alpha

Unexpected call for <Location: office_bedroom, shown []>, current room is <Location: cabinet, shown [u'cabinet_paper_stack', u'markus_minion']>
 

zaqrwe

Active Member
Jun 29, 2018
646
689
223
Relax, man. They are not obliged to post it here, as it is only patron release. Most likely we will just have to wait a few days more.

Also:
Anyone know how I can unlock the gallery for .8A ?
(or even .7B is fine)
Is it different from 0.8a? Because somebody on this thread posted how to do it on 0.8a few days ago.
 
3.00 star(s) 345 Votes