Guest User

Eltyranny: Rebirth PicklingError

a guest
Mar 23rd, 2025
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. I'm sorry, but an uncaught exception occurred.
  2.  
  3. While running game code:
  4. File "renpy/common/00action_file.rpy", line 415, in __call__
  5. renpy.save(fn, extra_info=save_name)
  6. PicklingError: Can't pickle <class 'store.Bug'>: it's not the same object as store.Bug
  7.  
  8. -- Full Traceback ------------------------------------------------------------
  9.  
  10. Full traceback:
  11. File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
  12. $ ui.interact()
  13. File "D:\****\er_vn-0.1.2-pc\renpy\ast.py", line 834, in execute
  14. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  15. File "D:\****\er_vn-0.1.2-pc\renpy\python.py", line 1184, in py_exec_bytecode
  16. exec(bytecode, globals, locals)
  17. File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
  18. $ ui.interact()
  19. File "D:\****\er_vn-0.1.2-pc\renpy\ui.py", line 301, in interact
  20. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  21. File "D:\****\er_vn-0.1.2-pc\renpy\display\core.py", line 2218, in interact
  22. repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  23. File "D:\****\er_vn-0.1.2-pc\renpy\display\core.py", line 3289, in interact_core
  24. rv = root_widget.event(ev, x, y, 0)
  25. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 1297, in event
  26. rv = i.event(ev, x - xo, y - yo, cst)
  27. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 1297, in event
  28. rv = i.event(ev, x - xo, y - yo, cst)
  29. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 1297, in event
  30. rv = i.event(ev, x - xo, y - yo, cst)
  31. File "D:\****\er_vn-0.1.2-pc\renpy\display\screen.py", line 794, in event
  32. rv = self.child.event(ev, x, y, st)
  33. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 1297, in event
  34. rv = i.event(ev, x - xo, y - yo, cst)
  35. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 1526, in event
  36. rv = super(Window, self).event(ev, x, y, st)
  37. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 285, in event
  38. rv = d.event(ev, x - xo, y - yo, st)
  39. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 1297, in event
  40. rv = i.event(ev, x - xo, y - yo, cst)
  41. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 1526, in event
  42. rv = super(Window, self).event(ev, x, y, st)
  43. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 285, in event
  44. rv = d.event(ev, x - xo, y - yo, st)
  45. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 1297, in event
  46. rv = i.event(ev, x - xo, y - yo, cst)
  47. File "D:\****\er_vn-0.1.2-pc\renpy\display\layout.py", line 285, in event
  48. rv = d.event(ev, x - xo, y - yo, st)
  49. File "D:\****\er_vn-0.1.2-pc\renpy\display\behavior.py", line 1182, in event
  50. return handle_click(self.clicked)
  51. File "D:\****\er_vn-0.1.2-pc\renpy\display\behavior.py", line 1103, in handle_click
  52. rv = run(action)
  53. File "D:\****\er_vn-0.1.2-pc\renpy\display\behavior.py", line 401, in run
  54. return action(*args, **kwargs)
  55. File "renpy/common/00action_file.rpy", line 415, in __call__
  56. renpy.save(fn, extra_info=save_name)
  57. File "D:\****\er_vn-0.1.2-pc\renpy\loadsave.py", line 431, in save
  58. reraise(t, e, tb)
  59. File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
  60. File "D:\****\er_vn-0.1.2-pc\renpy\loadsave.py", line 417, in save
  61. dump((roots, renpy.game.log), logf)
  62. File "D:\****\er_vn-0.1.2-pc\renpy\compat\pickle.py", line 107, in dump
  63. pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
  64. PicklingError: Can't pickle <class 'store.Bug'>: it's not the same object as store.Bug
  65.  
  66. Windows-10-10.0.19045 AMD64
  67. Ren'Py 8.3.6.25022803
  68. Eltyranny: Rebirth 0.1.2
  69. Sun Mar 23 18:27:03 2025
  70.  
Tags: bug
Advertisement
Add Comment
Please, Sign In to add comment