Forum Discussion

sparilis's avatar
sparilis
Rising Hotshot
3 months ago

Last Exception Error related to Archeology Table

My sim was authenticating an artifact when I got this error (attached). I loaded it into ChatGBT and here is the response:


This error log shows another desync issue related to archaeology interactions in The Sims 4, specifically when trying to authenticate and mail back an artifact.

This error report suggests that The Sims 4 encountered a desync error related to an issue in the statistic_conditions.py script. The key error message is:

AttributeError: ‘ObjectChildrenChangedCondition’ object has no attribute ‘_staisfy’

This looks like a typo in the game’s code—_staisfy should probably be _satisfy. This means that the game tried to reference an attribute that doesn’t exist, which caused the error.

------------

2 Replies

  • sparilis's avatar
    sparilis
    Rising Hotshot
    3 months ago

    For some reason, I can't attach anything. Here is the contents of the file:

    <?xml version="1.0" ?><root>
    <report><version>2</version><sessionid>2f1ce3d1abe9eb0667c8fa48</sessionid><type>desync</type><sku>ea.maxis.sims4.15.macarm64</sku><createtime>2025-03-05 20:42:33</createtime><buildsignature>Local.Unknown.Unknown.1.113.277.1230-1.200.000.652.Release</buildsignature><categoryid>statistic_conditions.py:2162</categoryid><desyncid>2f1ce3d1abe9eb0667c8fa48</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Unknown timeline: Exception running Element (AttributeError: 'ObjectChildrenChangedCondition' object has no attribute '_staisfy')&#13;&#10;Traceback (most recent call last):&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 231, in simulate&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\elements.py", line 335, in _run&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\interaction_elements.py", line 177, in _behavior_element&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\destruction.py", line 245, in _do_behavior&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\objects\client_object_mixin.py", line 1597, in set_parent&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\objects\client_object_mixin.py", line 375, in location&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\objects\client_object_mixin.py", line 404, in set_location_without_distribution&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\objects\client_object_mixin.py", line 1441, in _remove_child&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\objects\game_object.py", line 1166, in on_child_removed&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\objects\components\__init__.py", line 83, in wrapped_method&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\objects\client_object_mixin.py", line 1492, in on_child_removed&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Core\sims4\callback_utils.py", line 158, in __call__&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\statistics\statistic_conditions.py", line 2162, in _on_child_changed_callback&#13;&#10;  File "T:\InGame\Gameplay\Scripts\Server\statistics\statistic_conditions.py", line 2137, in _child_changed_testAttributeError: 'ObjectChildrenChangedCondition' object has no attribute '_staisfy'rtim=0&#13;&#10;Client Session Time: 19.74&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;LoadingScreenActiveFlag: 1&#13; &#10;Origin Version: 13,411,0,5924&#13; &#10;Modded: True&#13; &#10;SystemInfo: Mac OS X Version 15.3.1 (Build 24D70) GPU: Apple M3 macOS Metal driver 0.0.0.0&#13; &#10;Architecture: arm64&#13; &#10;&#13; &#10;</desyncdata></report>
    </root>