Advertisement
DhilDaily

Game Crash - str - 15b

Jan 19th, 2020
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.93 KB | None | 0 0
  1. ```
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. ScriptError: could not find label 'str_15b'.
  6.  
  7. -- Full Traceback ------------------------------------------------------------
  8.  
  9. Full traceback:
  10.  File "script.rpyc", line 89, in script call
  11.  File "calendar_handler.rpyc", line 61, in script call
  12.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\ast.py", line 1436, in execute
  13.    rv = renpy.game.context().call(label, return_site=self.next.name)
  14.  File "script.rpyc", line 89, in script call
  15.  File "calendar_handler.rpyc", line 61, in script call
  16.  File "C:\Users\mf1fa\Downloads\FullService-1.13.1-pc\FullService-1.13.1-pc\renpy\script.py", line 898, in lookup
  17.    raise ScriptError("could not find label '%s'." % str(original))
  18. ScriptError: could not find label 'str_15b'.
  19.  
  20. Windows-8-6.2.9200
  21. Ren'Py 7.3.5.606
  22. Full Service 1.13.1 1.13.1
  23. Mon Jan 20 08:10:37 2020
  24. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement