Hi! I'm trying to load old save files in the new version of the game, but I'm getting the following error:
AttributeError: Can't get attribute 'rOutfit'
I’ve attached the full traceback below.
Is there any way to recover my old saves or make them compatible with the new version?
I’d really appreciate any help!
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scrs_game_menus.rpy", line 776, in __call__
AttributeError: Can't get attribute 'rOutfit' on <renpy.python.StoreModule object at 0x000000000f3fb9d0>
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\core.py", line 2218, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\core.py", line 3289, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\screen.py", line 794, in event
rv = self.child.event(ev, x, y, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "game/scrs_game_menus.rpy", line 776, in __call__
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\loadsave.py", line 837, in load
roots, log = loads(log_data)
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 104, in loads
return load(io.BytesIO(s))
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 101, in load
return up.load()
File "C:\ArcheAge\StraitenedTimes-0.63.1-pc\renpy\compat\pickle.py", line 97, in find_class
return super().find_class(module, name)
AttributeError: Can't get attribute 'rOutfit' on <renpy.python.StoreModule object at 0x000000000f3fb9d0>
Windows-10-10.0.19041 AMD64
Ren'Py 8.3.7.25031702
Straitened Times 0.63.1
Sat Jul 19 19:07:26 2025
```