Advertisement
Guest User

Ending 5 Error Traceback

a guest
Sep 5th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. ```
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. KeyError: u'Theywere'
  6.  
  7. -- Full Traceback ------------------------------------------------------------
  8.  
  9. Full traceback:
  10. File "script4.rpyc", line 894, in script
  11. File "renpy/ast.py", line 715, in execute
  12. renpy.exports.say(who, what, *args, **kwargs)
  13. File "renpy/exports.py", line 1417, in say
  14. who(what, *args, **kwargs)
  15. File "renpy/character.py", line 1206, in __call__
  16. what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  17. File "renpy/character.py", line 1125, in prefix_suffix
  18. return (sub(prefix) + sub(body) + sub(suffix))
  19. File "renpy/character.py", line 1105, in sub
  20. return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  21. File "renpy/substitutions.py", line 270, in substitute
  22. s = formatter.vformat(s, (), kwargs)
  23. File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  24. File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  25. File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  26. File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
  27. KeyError: u'Theywere'
  28.  
  29. Windows-10-10.0.19041
  30. Ren'Py 7.4.5.1648
  31. My GF Doesn't Know What I'm Into 1.0
  32. Sun Sep 5 11:33:09 2021
  33. ```
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement