Advertisement
Guest User

Untitled

a guest
Apr 11th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4.  
  5. File "game/CH06.rpy", line 1755, in script
  6.  
  7. jump CH06L595
  8.  
  9. ScriptError: could not find label 'CH06L595'.
  10.  
  11. -- Full Traceback ------------------------------------------------------------
  12.  
  13. Full traceback:
  14.  
  15. File "game/CH06.rpy", line 1755, in script
  16.  
  17. jump CH06L595
  18.  
  19. File "E:\Marta\Descargas\Who_am_I-1.0.3-all\Who_am_I-1.0.3-all\renpy\ast.py", line 1520, in execute
  20.  
  21. rv = renpy.game.script.lookup(target)
  22.  
  23. File "E:\Marta\Descargas\Who_am_I-1.0.3-all\Who_am_I-1.0.3-all\renpy\script.py", line 843, in lookup
  24.  
  25. raise ScriptError("could not find label '%s'." % str(original))
  26.  
  27. ScriptError: could not find label 'CH06L595'.
  28.  
  29. Windows-8-6.2.9200
  30.  
  31. Ren'Py 6.99.10.1227
  32.  
  33. Who am I 1.0.3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement