LieToMe

104

Jan 20th, 2026 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | Gaming | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. AttributeError: Can't get attribute 'readyCallback' on <renpy.python.StoreModule object at 0x000000000fe8e600>
  5.  
  6. -- Full Traceback ------------------------------------------------------------
  7.  
  8. Traceback (most recent call last):
  9. File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
  10. python hide:
  11. File "renpy/ast.py", line 1187, in execute
  12. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  13. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  14. File "renpy/python.py", line 1273, in py_exec_bytecode
  15. exec(bytecode, globals, locals)
  16. ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
  17. File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
  18. python hide:
  19. File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
  20. ui.interact()
  21. ~~~~~~~~~~~^^
  22. File "renpy/ui.py", line 304, in interact
  23. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  24. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  25. File "renpy/display/core.py", line 2117, in interact
  26. repeat, rv = self.interact_core(
  27. ~~~~~~~~~~~~~~~~~~^
  28. preloads=preloads,
  29. ^^^^^^^^^^^^^^^^^^
  30. ...<4 lines>...
  31. **kwargs,
  32. ^^^^^^^^^
  33. )
  34. ^
  35. File "renpy/display/core.py", line 3203, in interact_core
  36. rv = root_widget.event(ev, x, y, 0)
  37. ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  38. File "renpy/display/layout.py", line 1281, in event
  39. rv = i.event(ev, x - xo, y - yo, cst)
  40. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  41. File "renpy/display/layout.py", line 1281, in event
  42. rv = i.event(ev, x - xo, y - yo, cst)
  43. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  44. File "renpy/display/layout.py", line 1281, in event
  45. rv = i.event(ev, x - xo, y - yo, cst)
  46. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  47. File "renpy/display/screen.py", line 805, in event
  48. rv = self.child.event(ev, x, y, st)
  49. ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  50. File "renpy/display/layout.py", line 1281, in event
  51. rv = i.event(ev, x - xo, y - yo, cst)
  52. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  53. File "renpy/display/layout.py", line 1510, in event
  54. rv = super(Window, self).event(ev, x, y, st)
  55. ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  56. File "renpy/display/layout.py", line 273, in event
  57. rv = d.event(ev, x - xo, y - yo, st)
  58. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  59. File "renpy/display/layout.py", line 1281, in event
  60. rv = i.event(ev, x - xo, y - yo, cst)
  61. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  62. File "renpy/display/layout.py", line 1510, in event
  63. rv = super(Window, self).event(ev, x, y, st)
  64. ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  65. File "renpy/display/layout.py", line 273, in event
  66. rv = d.event(ev, x - xo, y - yo, st)
  67. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  68. File "renpy/display/layout.py", line 1281, in event
  69. rv = i.event(ev, x - xo, y - yo, cst)
  70. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  71. File "renpy/display/layout.py", line 273, in event
  72. rv = d.event(ev, x - xo, y - yo, st)
  73. ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
  74. File "renpy/display/behavior.py", line 1185, in event
  75. return handle_click(self.clicked)
  76. ~~~~~~~~~~~~^^^^^^^^^^^^^^
  77. File "renpy/display/behavior.py", line 1107, in handle_click
  78. rv = run(action)
  79. ~~~^^^^^^^^
  80. File "renpy/display/behavior.py", line 411, in run
  81. return action(*args, **kwargs)
  82. ~~~~~~^^^^^^^^^^^^^^^^^
  83. File "renpy/common/00action_file.rpy", line 499, in __call__
  84. renpy.load(fn)
  85. ~~~~~~~~~~^^^^
  86. File "renpy/loadsave.py", line 636, in load
  87. roots, log = loads(log_data)
  88. ~~~~~^^^^^^^^^^
  89. File "renpy/compat/pickle.py", line 296, in loads
  90. return load(io.BytesIO(s))
  91. ~~~~^^^^^^^^^^^^^^^
  92. File "renpy/compat/pickle.py", line 288, in load
  93. return Unpickler(f, fix_imports=True, encoding="utf-8", errors="surrogateescape").load()
  94. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  95. File "renpy/compat/pickle.py", line 280, in find_class
  96. return super().find_class(module, name)
  97. ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  98. AttributeError: Can't get attribute 'readyCallback' on <renpy.python.StoreModule object at 0x000000000fe8e600>
  99.  
  100. Windows-11-10.0.22631-SP0 AMD64
  101. Ren'Py 8.5.0.25111603
  102. Champion of Realms 0.104
  103. Wed Jan 21 00:19:07 2026
  104.  
Advertisement
Add Comment
Please, Sign In to add comment