DogLover23 Posted July 15, 2023 Posted July 15, 2023 Can you please tell me what this exception means? Game Version: 1.98.158.1220, WickedWhims Version: v176d, MCCC, P:8618 S:69 D:74 07/15/23 15:54:49 Traceback (most recent call last): File "T:\InGame\Gameplay\Scripts\Server\objects\part.py", line 264, in get_joint_transform File "T:\InGame\Gameplay\Scripts\Core\native\animation\__init__.py", line 247, in get_joint_transform_from_rig File "T:\InGame\Gameplay\Scripts\Core\native\animation\__init__.py", line 244, in get_joint_transform_from_rig KeyError: 'get_joint_transform_from_rig: Joint name [b__subroot__9] was not found in the specified rig [64407a74bafe037e.8eaf13de]. JointNameHash [0x0]().' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "T:\InGame\Gameplay\Scripts\Server\sims\masked\v176d\zone_tick.py", line 128, in _on_zone_update_event File "T:\InGame\Gameplay\Scripts\Server\sims\masked\v176d\zone_tick.py", line 76, in update File ".\WickedWhims_v176d\wickedwhims\sex\integral\sex_handlers\active_sex\active_sex_handlers.py", line 87, in _update_sex_instances_on_zone_update File ".\WickedWhims_v176d\wickedwhims\sex\integral\sex_handlers\active_sex\active_sex_instance.py", line 666, in pre_update File ".\WickedWhims_v176d\wickedwhims\sex\integral\sex_handlers\active_sex\active_sex_instance.py", line 626, in align_actors_position File ".\WickedWhims_v176d\wickedwhims\sex\integral\sex_handlers\active_sex\helpers\positioning.py", line 242, in update_node_positioning File ".\WickedWhims_v176d\turbolib2\wrappers\game_object\location.py", line 19, in set_location File "T:\InGame\Gameplay\Scripts\Server\objects\client_object_mixin.py", line 355, in location File "T:\InGame\Gameplay\Scripts\Server\objects\client_object_mixin.py", line 410, in set_location_without_distribution File "T:\InGame\Gameplay\Scripts\Server\objects\part.py", line 826, in on_owner_location_changed File "D:\Projects\Sims 4 Modding\Mods\TMex Mods 2018\Tmex-AlwaysTesting\PublicUnlock.py", line 7, in _unlock File "D:\Projects\Sims 4 Modding\Mods\TMex Mods 2022\Tmex-BetterExceptions\tmex_BetterExceptions_Hooks.py", line 88, in tm_be_object_joint_exceptions File "T:\InGame\Gameplay\Scripts\Server\objects\part.py", line 266, in get_joint_transform KeyError: 'Unable to find joint b__subroot__9 on object_bedDouble_MedTopQual:0x0c8611335bdf033e[8]' TurboLib: [TurboLib] Failed to run '_update_sex_instances_on_zone_update' method from 'WickedWhims'. -> KeyError: 'Unable to find joint b__subroot__9 on object_bedDouble_MedTopQual:0x0c8611335bdf033e[8]' Please note, this exception didn't occur in the mod. The mod is unlikely to be the source of the error.
zapotek2034 Posted July 17, 2023 Posted July 17, 2023 From your error, there is mention in the two lines below for mods from TMEX. The mod names seem to be "AlwaysTesting" and "BetterExceptions" File "D:\Projects\Sims 4 Modding\Mods\TMex Mods 2018\Tmex-AlwaysTesting\PublicUnlock.py", line 7, in _unlock File "D:\Projects\Sims 4 Modding\Mods\TMex Mods 2022\Tmex-BetterExceptions\tmex_BetterExceptions_Hooks.py", line 88, in tm_be_object_joint_exceptions Perhaps there is a conflict with WickedWhims and those mods, or these mods are out of date and need to be updated to work with the version of WickedWhims you are using. One other item noted in the error (object_bedDouble_MedTopQual:0x0c8611335bdf033e[8]) seems to point to a double bed object. Do you get similar errors when your sims are triggering the sex animations with other objects (single beds, chars, the floor, other double beds)? Was there a point in which you did not receive this error? If so, were there any changes to the mods you are using in game, and/or any updates to the main Sims4 game itself that could have triggered this error? Personally speaking, whenever I have received an exception error, it usually follows some change in my installed mods I have done (added/removed/updated). Alternately, one or more of the mods I am using needed to be updated to support some change made by EA to the Sims game itself. (One example of this was when EA pushed out the update to support the Growing Together add-on and WickedWhims itself would trigger errors in game until Turbodriver released an updated version that accommodated those updates.)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now