Advertisement
Guest User

Everlasting Summer save error

a guest
Jan 8th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. File "scenario.rpy", line 2418, in script
  5. File "renpy/common/00action_menu.rpy", line 78, in python
  6. File "renpy/common/00gamemenu.rpy", line 145, in script
  7. File "renpy/common/00gamemenu.rpy", line 145, in python
  8. File "renpy/common/00action_file.rpy", line 241, in python
  9. PicklingError: Can't pickle <class 'store.KonamiListener'>: attribute lookup store.KonamiListener failed
  10.  
  11. -- Full Traceback ------------------------------------------------------------
  12.  
  13. Full traceback:
  14. File "C:\tmp\everlasting_summer-1.1-all\renpy\bootstrap.py", line 265, in bootstrap
  15. renpy.main.main()
  16. File "C:\tmp\everlasting_summer-1.1-all\renpy\main.py", line 327, in main
  17. run(restart)
  18. File "C:\tmp\everlasting_summer-1.1-all\renpy\main.py", line 78, in run
  19. renpy.execution.run_context(True)
  20. File "C:\tmp\everlasting_summer-1.1-all\renpy\execution.py", line 509, in run_context
  21. context.run()
  22. File "C:\tmp\everlasting_summer-1.1-all\renpy\execution.py", line 288, in run
  23. node.execute()
  24. File "C:\tmp\everlasting_summer-1.1-all\renpy\ast.py", line 455, in execute
  25. renpy.exports.say(who, what, interact=self.interact)
  26. File "C:\tmp\everlasting_summer-1.1-all\renpy\exports.py", line 803, in say
  27. who(what, interact=interact)
  28. File "C:\tmp\everlasting_summer-1.1-all\renpy\character.py", line 807, in __call__
  29. self.do_display(who, what, cb_args=self.cb_args, **display_args)
  30. File "C:\tmp\everlasting_summer-1.1-all\renpy\character.py", line 673, in do_display
  31. **display_args)
  32. File "C:\tmp\everlasting_summer-1.1-all\renpy\character.py", line 476, in display_say
  33. rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  34. File "C:\tmp\everlasting_summer-1.1-all\renpy\ui.py", line 237, in interact
  35. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  36. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\core.py", line 1853, in interact
  37. repeat, rv = self.interact_core(preloads=preloads, **kwargs)
  38. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\core.py", line 2406, in interact_core
  39. rv = root_widget.event(ev, x, y, 0)
  40. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  41. rv = i.event(ev, x - xo, y - yo, cst)
  42. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  43. rv = i.event(ev, x - xo, y - yo, cst)
  44. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  45. rv = i.event(ev, x - xo, y - yo, cst)
  46. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\screen.py", line 319, in event
  47. rv = self.child.event(ev, x, y, st)
  48. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  49. rv = i.event(ev, x - xo, y - yo, cst)
  50. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 175, in event
  51. rv = d.event(ev, x - xo, y - yo, st)
  52. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  53. rv = i.event(ev, x - xo, y - yo, cst)
  54. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\behavior.py", line 625, in event
  55. rv = run(self.clicked)
  56. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\behavior.py", line 211, in run
  57. return var(*args, **kwargs)
  58. File "renpy/common/00action_menu.rpy", line 78, in __call__
  59. renpy.call_in_new_context("_game_menu", _game_menu_screen=screen)
  60. File "C:\tmp\everlasting_summer-1.1-all\renpy\game.py", line 279, in call_in_new_context
  61. return renpy.execution.run_context(False)
  62. File "C:\tmp\everlasting_summer-1.1-all\renpy\execution.py", line 509, in run_context
  63. context.run()
  64. File "C:\tmp\everlasting_summer-1.1-all\renpy\execution.py", line 288, in run
  65. node.execute()
  66. File "C:\tmp\everlasting_summer-1.1-all\renpy\ast.py", line 720, in execute
  67. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  68. File "C:\tmp\everlasting_summer-1.1-all\renpy\python.py", line 1304, in py_exec_bytecode
  69. exec bytecode in globals, locals
  70. File "renpy/common/00gamemenu.rpy", line 145, in <module>
  71. $ ui.interact()
  72. File "C:\tmp\everlasting_summer-1.1-all\renpy\ui.py", line 237, in interact
  73. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  74. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\core.py", line 1853, in interact
  75. repeat, rv = self.interact_core(preloads=preloads, **kwargs)
  76. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\core.py", line 2406, in interact_core
  77. rv = root_widget.event(ev, x, y, 0)
  78. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  79. rv = i.event(ev, x - xo, y - yo, cst)
  80. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\transition.py", line 45, in event
  81. return self.new_widget.event(ev, x, y, st) # E1101
  82. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  83. rv = i.event(ev, x - xo, y - yo, cst)
  84. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  85. rv = i.event(ev, x - xo, y - yo, cst)
  86. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\screen.py", line 319, in event
  87. rv = self.child.event(ev, x, y, st)
  88. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\layout.py", line 749, in event
  89. rv = i.event(ev, x - xo, y - yo, cst)
  90. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\behavior.py", line 625, in event
  91. rv = run(self.clicked)
  92. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\behavior.py", line 204, in run
  93. new_rv = run(i, *args, **kwargs)
  94. File "C:\tmp\everlasting_summer-1.1-all\renpy\display\behavior.py", line 211, in run
  95. return var(*args, **kwargs)
  96. File "renpy/common/00action_file.rpy", line 241, in __call__
  97. renpy.save(fn, extra_info=save_name)
  98. File "C:\tmp\everlasting_summer-1.1-all\renpy\loadsave.py", line 272, in save
  99. dump((roots, renpy.game.log), logf)
  100. File "C:\tmp\everlasting_summer-1.1-all\renpy\loadsave.py", line 43, in dump
  101. cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
  102. PicklingError: Can't pickle <class 'store.KonamiListener'>: attribute lookup store.KonamiListener failed
  103.  
  104. Windows-7-6.1.7601-SP1
  105. Ren'Py 6.16.3.502
  106. Everlasting Summer 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement