when entering the collage for the first time i get multiple errors with veronica's first encounter. everytime i click ignore one render after i get a new error. they are all about her stance and look like this:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/lily.rpyc", line 1232, in script call
File "script/lily.rpyc", line 1232, in script call
File "script/veronica.rpyc", line 230, in script
File "C:\Games\Z Games\CorruptedKingdoms-0.22.3-pc\renpy\ast.py", line 2560, in execute
Say.execute(self)
File "C:\Games\Z Games\CorruptedKingdoms-0.22.3-pc\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Games\Z Games\CorruptedKingdoms-0.22.3-pc\renpy\exports.py", line 1494, in say
who(what, *args, **kwargs)
File "C:\Games\Z Games\CorruptedKingdoms-0.22.3-pc\renpy\character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "C:\Games\Z Games\CorruptedKingdoms-0.22.3-pc\renpy\character.py", line 1045, in do_display
display_say(who,
File "C:\Games\Z Games\CorruptedKingdoms-0.22.3-pc\renpy\character.py", line 519, in display_say
c("begin", interact=interact, type=type, **cb_args)
File "game/script/character_models.rpy", line 25, in char_callback
AttributeError: 'StoreModule' object has no attribute 'cmVeronicaStance'
is this a known error or is there something wrong with my download?