hello, i have an unexpected crash on 0.44.04 win (compressed or not).
I deletted all my previous save and make 2 time a new game but this damn bug is a badass.
It also pretty interesting because i have this bug just after i skip the intro the first day.
If anyone want to test it easy to reproduce :
1-launch v0.44.04 win
2-Play
3-Skip intro => yes
4-Social
5-Mental
6-Charming boy
7-Natural leader
8-Good brother
9-Skip dummy tuto
10-Clic on mother > Interaction > Large request : You ask them to help with your trainning
11-that it! enjoy the crash
Crash report :
-----------------------------------------------------------------------------------------------------------------
While running game code:
File "game/func_interactions.rpy", line 742, in <module>
AttributeError: 'Player' object has no attribute 'Social'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "func_action_processing.rpyc", line 18, in script call
File "func_action_processing.rpyc", line 275, in script call
File "func_action_processing.rpyc", line 465, in script call
File "func_interactions.rpyc", line 742, in script call
File "util/func_utils.rpyc", line 38, in script
File "renpy/ast.py", line 1489, in execute
args, kwargs = self.arguments.evaluate()
File "renpy/ast.py", line 191, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "renpy/python.py", line 2249, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2242, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/func_interactions.rpy", line 742, in <module>
File "python-packages/func_definitions.py", line 824, in __getattr__
AttributeError: 'Player' object has no attribute 'Social'
-----------------------------------------------------------------------------------------------------------------
It is just for me or ....