Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. File "game/script.rpy", line 5, in script call
  5. call part1_piro_start
  6. File "game/part1/piro/main/renpedit.rpy", line 94, in script call
  7. call p1piromain_codeblock_7YVNJ # Akihabara shopping spree
  8. File "game/part1/piro/main/p1piromain_7YVNJ.rpy", line 39, in script
  9. $ akihabaraspree.shop()
  10. File "game/part1/piro/main/p1piromain_7YVNJ.rpy", line 39, in <module>
  11. $ akihabaraspree.shop()
  12. File "game/common/shoppingspree.rpy", line 261, in shop
  13. self.db,showquit )
  14. File "game/common/shoppingspree.rpy", line 63, in <module>
  15. $ raise Exception, [sign]
  16. Exception: [{u'position': [100, 100], u'name': u'Test Sign'}]
  17.  
  18. -- Full Traceback ------------------------------------------------------------
  19.  
  20. Full traceback:
  21. File "game/script.rpy", line 5, in script call
  22. call part1_piro_start
  23. File "game/part1/piro/main/renpedit.rpy", line 94, in script call
  24. call p1piromain_codeblock_7YVNJ # Akihabara shopping spree
  25. File "game/part1/piro/main/p1piromain_7YVNJ.rpy", line 39, in script
  26. $ akihabaraspree.shop()
  27. File "C:\Python27\renpy\renpy\ast.py", line 756, in execute
  28. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  29. File "C:\Python27\renpy\renpy\python.py", line 1382, in py_exec_bytecode
  30. exec bytecode in globals, locals
  31. File "game/part1/piro/main/p1piromain_7YVNJ.rpy", line 39, in <module>
  32. $ akihabaraspree.shop()
  33. File "game/common/shoppingspree.rpy", line 261, in shop
  34. self.db,showquit )
  35. File "C:\Python27\renpy\renpy\exports.py", line 2103, in call_screen
  36. rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  37. File "C:\Python27\renpy\renpy\ui.py", line 264, in interact
  38. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  39. File "C:\Python27\renpy\renpy\display\core.py", line 2076, in interact
  40. scene_lists.replace_transient()
  41. File "C:\Python27\renpy\renpy\display\core.py", line 592, in replace_transient
  42. self.remove(layer, tag)
  43. File "C:\Python27\renpy\renpy\display\core.py", line 866, in remove
  44. self.hide_or_replace(layer, remove_index, "hide")
  45. File "C:\Python27\renpy\renpy\display\core.py", line 790, in hide_or_replace
  46. d = oldsle.displayable._hide(now - st, now - at, prefix)
  47. File "C:\Python27\renpy\renpy\display\screen.py", line 204, in _hide
  48. hid.update()
  49. File "C:\Python27\renpy\renpy\display\screen.py", line 288, in update
  50. self.screen.function(**self.scope)
  51. File "C:\Python27\renpy\renpy\screenlang.py", line 1239, in __call__
  52. renpy.python.py_exec_bytecode(self.code.bytecode, locals=scope)
  53. File "C:\Python27\renpy\renpy\python.py", line 1382, in py_exec_bytecode
  54. exec bytecode in globals, locals
  55. File "game/common/shoppingspree.rpy", line 63, in <module>
  56. $ raise Exception, [sign]
  57. Exception: [{u'position': [100, 100], u'name': u'Test Sign'}]
  58.  
  59. Windows-7-6.1.7601-SP1
  60. Ren'Py 6.17.7.521
  61. MegatokyoVN 0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement