Re: Wolf Hall - Development Testing Thread
#542 by God Of Cake - Oct 11 2019
Hello! On exam six, I keep getting the below error if I get through without injuring the frog (giving them my glasses or avoiding them). This error happens when I'm getting congradulated shortly after arriving out of the test. Reloding /rollbacking causes the game to crash. I did find, however, that if I injured /killed the frog, and then 'reloaded game' after the crash, the game would progress smoothly. Same thing happens with Test 7 if the creature doesn't get injured- as long as I don't get 'full' marks though, I'm able to move on, when receiving merits instead of a total crash.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/week25.rpy", line 238, in script call
File "game/exam6.rpy", line 66, in script call
File "game/exam6.rpy", line 368, in script
File "game/trophies.rpy", line 39, in execute
File "game/trophies.rpy", line 39, in execute
File "game/trophies.rpy", line 40, in execute
File "game/trophies.rpy", line 43, in execute
File "game/trophies.rpy", line 45, in execute
File "game/trophies.rpy", line 48, in execute
KeyError: u'Star Student'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/week25.rpy", line 238, in script call
File "game/exam6.rpy", line 66, in script call
File "game/exam6.rpy", line 368, in script
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/ast.py", line 613, in execute
renpy.exports.say(who, what, interact=self.interact)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/exports.py", line 1142, in say
who(what, interact=interact)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/character.py", line 876, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/character.py", line 715, in do_display
**display_args)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/character.py", line 507, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/core.py", line 2495, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/core.py", line 2762, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/core.py", line 482, in visit_all
d.visit_all(callback)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/core.py", line 482, in visit_all
d.visit_all(callback)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/core.py", line 482, in visit_all
d.visit_all(callback)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/screen.py", line 399, in visit_all
callback(self)
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/core.py", line 2762, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/screen.py", line 409, in per_interact
self.update()
File "/Users/---/Library/Application Support/itch/apps/magical-diary-wolf-hall/WolfHall.app/Contents/Resources/autorun/renpy/display/screen.py", line 578, in update
self.screen.function(**self.scope)
File "game/trophies.rpy", line 39, in execute
File "game/trophies.rpy", line 39, in execute
File "game/trophies.rpy", line 40, in execute
File "game/trophies.rpy", line 43, in execute
File "game/trophies.rpy", line 45, in execute
File "game/trophies.rpy", line 48, in execute
File "<screen language>", line 48, in <module>
KeyError: u'Star Student'
Darwin-19.0.0-x86_64-i386-64bit
Ren'Py 6.99.12.2.2029+SPIKY