Advertisement
Guest User

0.13 save load error

a guest
Oct 31st, 2022
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. Mon Oct 31 07:55:19 2022
  2. Windows-10-10.0.18362
  3. Ren'Py 7.5.2.22081402
  4.  
  5.  
  6. Bootstrap to the start of init.init took 0.13s
  7. Early init took 0.00s
  8. Loader init took 0.05s
  9. Loading error handling took 0.05s
  10. Loading script took 1.10s
  11. Loading save slot metadata. took 1.06s
  12. Loading persistent took 0.03s
  13. Faled to initialize steam: Exception(u'Init returned false.',)
  14. Set script version to: (7, 5, 2)
  15. Running init code took 0.31s
  16. Loading analysis data took 0.04s
  17. Analyze and compile ATL took 0.01s
  18. Index archives took 0.00s
  19. Dump and make backups. took 0.00s
  20. Cleaning cache took 0.00s
  21. Making clean stores took 0.00s
  22. Initial gc. took 0.07s
  23. DPI scale factor: 1.000000
  24. nvdrs: Loaded, about to disable thread optimizations.
  25. nvdrs: Disabled thread optimizations.
  26. Creating interface object took 0.33s
  27. Cleaning stores took 0.00s
  28. Init translation took 0.09s
  29. Build styles took 0.01s
  30. Load screen analysis took 0.04s
  31. Analyze screens took 0.00s
  32. Save screen analysis took 0.00s
  33. Prepare screens took 0.09s
  34. Save pyanalysis. took 0.00s
  35. Save bytecode. took 0.00s
  36. Running _start took 0.00s
  37. Performance test:
  38. Interface start took 0.65s
  39.  
  40. Initializing gl2 renderer:
  41. primary display bounds: (0, 0, 1680, 1050)
  42. swap interval: 1 frames
  43. Windowed mode.
  44. Vendor: 'NVIDIA Corporation'
  45. Renderer: 'NVIDIA GeForce GTX 750 Ti/PCIe/SSE2'
  46. Version: '4.6.0 NVIDIA 516.59'
  47. Display Info: None
  48. Screen sizes: virtual=(1920, 1080) physical=(1578, 888) drawable=(1578, 888)
  49. Maximum texture size: 4096x4096
  50. controller: u'0300000034120000adbe000000000000' u'vJoy Device' 1L
  51.  
  52. Full traceback:
  53. File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
  54. python hide:
  55. File "renpy/ast.py", line 1131, in execute
  56. renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  57. File "renpy/python.py", line 1052, in py_exec_bytecode
  58. exec(bytecode, globals, locals)
  59. File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
  60. python hide:
  61. File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
  62. ui.interact()
  63. File "renpy/ui.py", line 299, in interact
  64. rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  65. File "renpy/display/core.py", line 3377, in interact
  66. repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
  67. File "renpy/display/core.py", line 4252, in interact_core
  68. rv = root_widget.event(ev, x, y, 0)
  69. File "renpy/display/layout.py", line 1175, in event
  70. rv = i.event(ev, x - xo, y - yo, cst)
  71. File "renpy/display/transition.py", line 53, in event
  72. return self.new_widget.event(ev, x, y, st) # E1101
  73. File "renpy/display/layout.py", line 1175, in event
  74. rv = i.event(ev, x - xo, y - yo, cst)
  75. File "renpy/display/layout.py", line 1175, in event
  76. rv = i.event(ev, x - xo, y - yo, cst)
  77. File "renpy/display/screen.py", line 743, in event
  78. rv = self.child.event(ev, x, y, st)
  79. File "renpy/display/layout.py", line 1175, in event
  80. rv = i.event(ev, x - xo, y - yo, cst)
  81. File "renpy/display/layout.py", line 1399, in event
  82. rv = super(Window, self).event(ev, x, y, st)
  83. File "renpy/display/layout.py", line 279, in event
  84. rv = d.event(ev, x - xo, y - yo, st)
  85. File "renpy/display/layout.py", line 1175, in event
  86. rv = i.event(ev, x - xo, y - yo, cst)
  87. File "renpy/display/layout.py", line 1399, in event
  88. rv = super(Window, self).event(ev, x, y, st)
  89. File "renpy/display/layout.py", line 279, in event
  90. rv = d.event(ev, x - xo, y - yo, st)
  91. File "renpy/display/layout.py", line 1175, in event
  92. rv = i.event(ev, x - xo, y - yo, cst)
  93. File "renpy/display/layout.py", line 279, in event
  94. rv = d.event(ev, x - xo, y - yo, st)
  95. File "renpy/display/behavior.py", line 1070, in event
  96. return handle_click(self.clicked)
  97. File "renpy/display/behavior.py", line 1005, in handle_click
  98. rv = run(action)
  99. File "renpy/display/behavior.py", line 329, in run
  100. return action(*args, **kwargs)
  101. File "renpy/common/00action_file.rpy", line 463, in __call__
  102. renpy.load(fn)
  103. File "renpy/loadsave.py", line 769, in load
  104. log.unfreeze(roots, label="_after_load")
  105. File "renpy/rollback.py", line 1078, in unfreeze
  106. self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  107. File "renpy/rollback.py", line 889, in rollback
  108. self.load_failed()
  109. File "renpy/rollback.py", line 807, in load_failed
  110. raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
  111. Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
  112.  
  113. While running game code:
  114. File "renpy/common/00action_file.rpy", line 463, in __call__
  115. renpy.load(fn)
  116. Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement