Advertisement
Guest User

again

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. [code]
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. File "renpy/common/00action_file.rpy", line 427, in __call__
  6. renpy.load(fn)
  7. AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'
  8.  
  9. -- Full Traceback ------------------------------------------------------------
  10.  
  11. Full traceback:
  12. File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
  13. python hide:
  14. File "D:\sudo\MLA0.7.2P-all\renpy\ast.py", line 805, in execute
  15. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  16. File "D:\sudo\MLA0.7.2P-all\renpy\python.py", line 1641, in py_exec_bytecode
  17. exec bytecode in globals, locals
  18. File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
  19. ui.interact()
  20. File "D:\sudo\MLA0.7.2P-all\renpy\ui.py", line 278, in interact
  21. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  22. File "D:\sudo\MLA0.7.2P-all\renpy\display\core.py", line 2496, in interact
  23. repeat, rv = self.interact_core(preloads=preloads, **kwargs)
  24. File "D:\sudo\MLA0.7.2P-all\renpy\display\core.py", line 3172, in interact_core
  25. rv = root_widget.event(ev, x, y, 0)
  26. File "D:\sudo\MLA0.7.2P-all\renpy\display\layout.py", line 928, in event
  27. rv = i.event(ev, x - xo, y - yo, cst)
  28. File "D:\sudo\MLA0.7.2P-all\renpy\display\layout.py", line 928, in event
  29. rv = i.event(ev, x - xo, y - yo, cst)
  30. File "D:\sudo\MLA0.7.2P-all\renpy\display\layout.py", line 928, in event
  31. rv = i.event(ev, x - xo, y - yo, cst)
  32. File "D:\sudo\MLA0.7.2P-all\renpy\display\screen.py", line 646, in event
  33. rv = self.child.event(ev, x, y, st)
  34. File "D:\sudo\MLA0.7.2P-all\renpy\display\layout.py", line 928, in event
  35. rv = i.event(ev, x - xo, y - yo, cst)
  36. File "D:\sudo\MLA0.7.2P-all\renpy\display\layout.py", line 204, in event
  37. rv = d.event(ev, x - xo, y - yo, st)
  38. File "D:\sudo\MLA0.7.2P-all\renpy\display\layout.py", line 928, in event
  39. rv = i.event(ev, x - xo, y - yo, cst)
  40. File "D:\sudo\MLA0.7.2P-all\renpy\display\layout.py", line 204, in event
  41. rv = d.event(ev, x - xo, y - yo, st)
  42. File "D:\sudo\MLA0.7.2P-all\renpy\display\behavior.py", line 868, in event
  43. return handle_click(self.clicked)
  44. File "D:\sudo\MLA0.7.2P-all\renpy\display\behavior.py", line 803, in handle_click
  45. rv = run(action)
  46. File "D:\sudo\MLA0.7.2P-all\renpy\display\behavior.py", line 302, in run
  47. return action(*args, **kwargs)
  48. File "renpy/common/00action_file.rpy", line 427, in __call__
  49. renpy.load(fn)
  50. File "D:\sudo\MLA0.7.2P-all\renpy\loadsave.py", line 585, in load
  51. roots, log = loads(location.load(filename))
  52. File "D:\sudo\MLA0.7.2P-all\renpy\loadsave.py", line 55, in loads
  53. return cPickle.loads(s)
  54. AttributeError: 'StoreModule' object has no attribute 'TracedExpressionsList'
  55.  
  56. Windows-8-6.2.9200
  57. Ren'Py 6.99.11.1749
  58. My little angel 0.7.2F 0.7.2F
  59. [/code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement