I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/adventuring/adventuring.rpy", line 702, in script
$ adventure.update_screen()
File "game/scripts/adventuring/adventuring.rpy", line 702, in <module>
$ adventure.update_screen()
File "game/scripts/adventuring/adventuring.rpy", line 74, in update_screen
self.party.render()
File "game/scripts/adventuring/party.rpy", line 48, in render
self.render_unit(unit)
File "game/scripts/adventuring/party.rpy", line 103, in render_unit
anim = Animation(unit.skin, unit.state, self.IDLE_ANIM_DELAY, loop=True, reverse=unit.loop_animation_in_reverse, mirror=unit.mirror)
File "game/scripts/adventuring/displayables.rpy", line 111, in __init__
animation_data = animation.ANIMATION_STORE.get(unit_name+"/"+state)
File "game/scripts/adventuring/displayables.rpy", line 74, in get
return self.animations[key]
KeyError: 'yunyun/idle'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/adventuring/adventuring.rpy", line 702, in script
$ adventure.update_screen()
File "C:\Users\Jacks\Downloads\adventurer-trainer-win-linux\adventurer_trainer.0.1.8b-0.1.8b-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Jacks\Downloads\adventurer-trainer-win-linux\adventurer_trainer.0.1.8b-0.1.8b-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/adventuring/adventuring.rpy", line 702, in <module>
$ adventure.update_screen()
File "game/scripts/adventuring/adventuring.rpy", line 74, in update_screen
self.party.render()
File "game/scripts/adventuring/party.rpy", line 48, in render
self.render_unit(unit)
File "game/scripts/adventuring/party.rpy", line 103, in render_unit
anim = Animation(unit.skin, unit.state, self.IDLE_ANIM_DELAY, loop=True, reverse=unit.loop_animation_in_reverse, mirror=unit.mirror)
File "game/scripts/adventuring/displayables.rpy", line 111, in __init__
animation_data = animation.ANIMATION_STORE.get(unit_name+"/"+state)
File "game/scripts/adventuring/displayables.rpy", line 74, in get
return self.animations[key]
KeyError: 'yunyun/idle'
Windows-10-10.0.22621 AMD64
Ren'Py 8.1.2.23090503-Pastry0.3
Adventurer Trainer 0.1.8b 0.1.8b
Thu Dec 7 16:09:48 2023