I downloaded the 0.04 version, took my saves from the 0.03 one and when I tried to open the stats it showed this error:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "game/custom_screens.rpy", line 32, in execute
screen StatsUI():
File "game/custom_screens.rpy", line 32, in execute
screen StatsUI():
File "game/custom_screens.rpy", line 35, in execute
hbox:
File "game/custom_screens.rpy", line 95, in execute
frame:
File "game/custom_screens.rpy", line 98, in execute
vbox:
File "game/custom_screens.rpy", line 111, in execute
text "Stage: [selectedCharacter.stage]/[selectedCharacter.maxstage]"
File "game/01Base_Stats.rpy", line 176, in __getattr__
return super(BaseStatsObject, self).__getattr__(key)
AttributeError: 'super' object has no attribute '__getattr__'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1052, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "renpy/display/core.py", line 3804, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 451, in visit_all
callback(self)
File "renpy/display/core.py", line 3804, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 462, in per_interact
self.update()
File "renpy/display/screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/custom_screens.rpy", line 32, in execute
screen StatsUI():
File "game/custom_screens.rpy", line 32, in execute
screen StatsUI():
File "game/custom_screens.rpy", line 35, in execute
hbox:
File "game/custom_screens.rpy", line 95, in execute
frame:
File "game/custom_screens.rpy", line 98, in execute
vbox:
File "game/custom_screens.rpy", line 111, in execute
text "Stage: [selectedCharacter.stage]/[selectedCharacter.maxstage]"
File "renpy/text/text.py", line 1688, in _scope
return self.set_text(self.text_parameter, scope, self.substitute, update)
File "renpy/text/text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "renpy/substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 652, in get_field
File "game/01Base_Stats.rpy", line 176, in __getattr__
return super(BaseStatsObject, self).__getattr__(key)
AttributeError: 'super' object has no attribute '__getattr__'
Windows-10-10.0.19041 AMD64
Ren'Py 7.5.2.22081402
Fattening Career 0.04b
Mon Nov 28 15:58:15 2022
[/code]