Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While executing init code:
  4. File "game/mods/samantha/lang.rpy", line 1, in script
  5. init python:
  6. File "game/mods/samantha/lang.rpy", line 19, in <module>
  7. config.custom_text_tags["en"] = ss_en_tag
  8. Exception: config.custom_text_tags is not a known configuration variable.
  9.  
  10. -- Full Traceback ------------------------------------------------------------
  11.  
  12. Full traceback:
  13. File "game/mods/samantha/lang.rpy", line 1, in script
  14. init python:
  15. File "C:\Games\everlasting_summer-1.2-all\renpy\ast.py", line 785, in execute
  16. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  17. File "C:\Games\everlasting_summer-1.2-all\renpy\python.py", line 1382, in py_exec_bytecode
  18. exec bytecode in globals, locals
  19. File "game/mods/samantha/lang.rpy", line 19, in <module>
  20. config.custom_text_tags["en"] = ss_en_tag
  21. File "C:\Games\everlasting_summer-1.2-all\renpy\defaultstore.py", line 74, in __getattr__
  22. raise Exception('config.%s is not a known configuration variable.' % (name))
  23. Exception: config.custom_text_tags is not a known configuration variable.
  24.  
  25. Windows-7-6.1.7600
  26. Ren'Py 6.18.3.761
  27. Everlasting Summer 1.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement