laladon

Member
Aug 24, 2016
303
309
recurring bug, when doing dancing with snape

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

While running game code:
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy", line 428, in script
    her "............." ("soft", "happy", "base", "R", animation=None)
  File "game/scripts/characters/hermione/common.rpy", line 103, in her
    hermione.show()
  File "game/scripts/doll/main.rpy", line 61, in show
    renpy.show(name=self.tag, at_list=at_list, layer=self.layer, what=self.get_image(), zorder=self.zorder)
TypeError: 'NoneType' object is not callable

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

Full traceback:
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy", line 428, in script
    her "............." ("soft", "happy", "base", "R", animation=None)
  File "renpy/ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "game/scripts/characters/hermione/common.rpy", line 103, in her
    hermione.show()
  File "game/scripts/doll/main.rpy", line 61, in show
    renpy.show(name=self.tag, at_list=at_list, layer=self.layer, what=self.get_image(), zorder=self.zorder)
  File "renpy/exports.py", line 698, in show
    img = i(img)
TypeError: 'NoneType' object is not callable

Windows-10-10.0.19041
Ren'Py 7.5.0.22062104n
Witch Trainer Silver 1.43.1
Fri Jul  1 01:24:01 2022
 
  • Like
Reactions: LoafyLemon

LoafyLemon

Witch Trainer Silver
Game Developer
Jul 1, 2017
562
1,496
recurring bug, when doing dancing with snape

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

While running game code:
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy", line 428, in script
    her "............." ("soft", "happy", "base", "R", animation=None)
  File "game/scripts/characters/hermione/common.rpy", line 103, in her
    hermione.show()
  File "game/scripts/doll/main.rpy", line 61, in show
    renpy.show(name=self.tag, at_list=at_list, layer=self.layer, what=self.get_image(), zorder=self.zorder)
TypeError: 'NoneType' object is not callable

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

Full traceback:
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/cho/summon.rpy", line 29, in script call
    call cho_summon_setup
  File "game/scripts/characters/hermione/events/favors/dance_for_me_snape.rpy", line 428, in script
    her "............." ("soft", "happy", "base", "R", animation=None)
  File "renpy/ast.py", line 901, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "game/scripts/characters/hermione/common.rpy", line 103, in her
    hermione.show()
  File "game/scripts/doll/main.rpy", line 61, in show
    renpy.show(name=self.tag, at_list=at_list, layer=self.layer, what=self.get_image(), zorder=self.zorder)
  File "renpy/exports.py", line 698, in show
    img = i(img)
TypeError: 'NoneType' object is not callable

Windows-10-10.0.19041
Ren'Py 7.5.0.22062104n
Witch Trainer Silver 1.43.1
Fri Jul  1 01:24:01 2022
Thanks for the report. A patch has been released and is accessible via our website or the in-game updater.
 
  • Yay, new update!
  • Like
Reactions: laladon and Zwart

strannyi paren

New Member
Apr 17, 2021
7
0
It's unplayable in Android. Game very often crushes when I have dialogue with Granger. So i'm stuck in the beginning of the game
 
4.10 star(s) 75 Votes