I'm gettign this error message when I try to massage Alice, I think I've used the patch on first page also. Can anyone help me?
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000statements.rpy", line 560, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/core/imagemaps.rpy", line 6, in execute
File "game/core/imagemaps.rpy", line 6, in execute
File "game/core/imagemaps.rpy", line 9, in execute
File "game/core/imagemaps.rpy", line 10, in execute
File "game/core/imagemaps.rpy", line 10, in keywords
File "game/core/imagemaps.rpy", line 12, in keywords
File "game/core/imagemaps.rpy", line 12, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "dialogues/alicetalk.rpyc", line 1929, in script
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/ast.py", line 1969, in execute
self.call("execute")
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/ast.py", line 1957, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 560, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/exports.py", line 2974, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 3007, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 3418, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/screen.py", line 432, in visit_all
callback(self)
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/core.py", line 3418, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/screen.py", line 443, in per_interact
self.update()
File "/private/var/folders/70/ssc6r1451zq6rhgl0bplw6400000gn/T/AppTranslocation/D32A5403-DA04-41B8-8838-541E6594AB3F/d/BigBrother_AnotherStory.app/Contents/Resources/autorun/renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/core/imagemaps.rpy", line 6, in execute
File "game/core/imagemaps.rpy", line 6, in execute
File "game/core/imagemaps.rpy", line 9, in execute
File "game/core/imagemaps.rpy", line 10, in execute
File "game/core/imagemaps.rpy", line 10, in keywords
File "game/core/imagemaps.rpy", line 12, in keywords
File "game/core/imagemaps.rpy", line 12, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'
Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.4.2.1292
Большой брат: Другая история 0.06.0.02
Sat Feb 13 10:29:57 2021