laladon

Member
Aug 24, 2016
336
346
296
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
662
1,876
302
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, update!
  • Like
Reactions: laladon and Zwart

strannyi paren

New Member
Apr 17, 2021
8
1
62
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
 

LoafyLemon

Witch Trainer Silver
Game Developer
Jul 1, 2017
662
1,876
302
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
What's your device? The game works fine for most, but some devices struggle with OpenGL 3.0 that Ren'py uses.
 
4.00 star(s) 85 Votes