The document contains two traceback error logs from a Sims 4 game. Both errors occur when the game tries to update sex instances on the zone, and reference code from the WickedWhims mod. The errors indicate an attribute error, with a NoneType object trying to access the guid64 attribute. This suggests there is an issue with null or missing references when the game tries to update sex instances using code from the WickedWhims mod.
The document contains two traceback error logs from a Sims 4 game. Both errors occur when the game tries to update sex instances on the zone, and reference code from the WickedWhims mod. The errors indicate an attribute error, with a NoneType object trying to access the guid64 attribute. This suggests there is an issue with null or missing references when the game tries to update sex instances using code from the WickedWhims mod.
The document contains two traceback error logs from a Sims 4 game. Both errors occur when the game tries to update sex instances on the zone, and reference code from the WickedWhims mod. The errors indicate an attribute error, with a NoneType object trying to access the guid64 attribute. This suggests there is an issue with null or missing references when the game tries to update sex instances using code from the WickedWhims mod.
The document contains two traceback error logs from a Sims 4 game. Both errors occur when the game tries to update sex instances on the zone, and reference code from the WickedWhims mod. The errors indicate an attribute error, with a NoneType object trying to access the guid64 attribute. This suggests there is an issue with null or missing references when the game tries to update sex instances using code from the WickedWhims mod.
Download as TXT, PDF, TXT or read online from Scribd
Download as txt, pdf, or txt
You are on page 1/ 3
Game Version: 1.92.145.
1030, WickedWhims Version: v170k, SOL
11/01/22 15:06:49 Traceback (most recent call last): File "T:\InGame\Gameplay\Scripts\Server\sims\masked\v170k\zone_tick.py", line 121, in _on_zone_update_event File "T:\InGame\Gameplay\Scripts\Server\sims\masked\v170k\zone_tick.py", line 69, in update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_handlers.py", line 126, in _update_sex_instances_on_zone_update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_handlers.py", line 144, in update_active_sex_instances File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_instance_tick.py", line 277, in update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_instance_tick.py", line 111, in _update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_instance_tick.py", line 644, in update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\utils\ snapshot.py", line 118, in update_sim_sex_snapshot_statistic File ".\WickedWhims_v170k\turbolib2\wrappers\sim\super_sim.py", line 73, in _safe_sim_info_wrapper File ".\WickedWhims_v170k\turbolib2\wrappers\sim\statistics.py", line 22, in set_statistic_value File ".\WickedWhims_v170k\turbolib2\services\statistics_service.py", line 83, in set_statistic_value File "T:\InGame\Gameplay\Scripts\Server\statistics\commodity_tracker.py", line 71, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic_tracker.py", line 507, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\commodity.py", line 1957, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\continuous_statistic.py", line 324, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic.py", line 308, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic.py", line 323, in _notify_change File "T:\InGame\Gameplay\Scripts\Server\statistics\continuous_statistic.py", line 750, in _update_callback_listeners File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic_listener.py", line 76, in trigger_callback File "T:\InGame\Gameplay\Scripts\Server\statistics\commodity.py", line 1292, in _update_state_down File "T:\InGame\Gameplay\Scripts\Server\statistics\commodity.py", line 1583, in _set_state File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\loot.py", line 551, in apply_to_resolver File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\loot.py", line 548, in apply_to_resolver File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\loot_basic_op.py", line 303, in apply_to_resolver File "T:\InGame\Gameplay\Scripts\Server\whims\whim_loot_ops.py", line 90, in _apply_to_subject_and_target File "T:\InGame\Gameplay\Scripts\Server\whims\whim_loot_ops.py", line 44, in __call__ File "T:\InGame\Gameplay\Scripts\Server\whims\whims_tracker.py", line 720, in refresh_whims File "T:\InGame\Gameplay\Scripts\Server\whims\whims_tracker.py", line 1417, in _populate_slots File "T:\InGame\Gameplay\Scripts\Server\whims\whims_tracker.py", line 1274, in _try_populate_slot_from_whimset File "T:\InGame\Gameplay\Scripts\Server\whims\whims_tracker.py", line 1354, in _generate_whim_buckets_for_type_and_whimset AttributeError: 'NoneType' object has no attribute 'guid64' TurboLib: [TurboLib] Failed to run '_update_sex_instances_on_zone_update' method from 'WickedWhims'. -> AttributeError: 'NoneType' object has no attribute 'guid64'
Game Version: 1.92.145.1030, WickedWhims Version: v170k, SOL
11/01/22 16:19:30 Traceback (most recent call last): File "T:\InGame\Gameplay\Scripts\Server\sims\masked\v170k\zone_tick.py", line 121, in _on_zone_update_event File "T:\InGame\Gameplay\Scripts\Server\sims\masked\v170k\zone_tick.py", line 69, in update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_handlers.py", line 126, in _update_sex_instances_on_zone_update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_handlers.py", line 144, in update_active_sex_instances File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_instance_tick.py", line 277, in update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_instance_tick.py", line 111, in _update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\ active_sex_instance_tick.py", line 644, in update File ".\WickedWhims_v170k\wickedwhims\sex\integral\sex_handlers\active_sex\utils\ snapshot.py", line 118, in update_sim_sex_snapshot_statistic File ".\WickedWhims_v170k\turbolib2\wrappers\sim\super_sim.py", line 73, in _safe_sim_info_wrapper File ".\WickedWhims_v170k\turbolib2\wrappers\sim\statistics.py", line 22, in set_statistic_value File ".\WickedWhims_v170k\turbolib2\services\statistics_service.py", line 83, in set_statistic_value File "T:\InGame\Gameplay\Scripts\Server\statistics\commodity_tracker.py", line 71, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic_tracker.py", line 507, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\commodity.py", line 1957, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\continuous_statistic.py", line 324, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic.py", line 308, in set_value File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic.py", line 323, in _notify_change File "T:\InGame\Gameplay\Scripts\Server\statistics\continuous_statistic.py", line 750, in _update_callback_listeners File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic_listener.py", line 76, in trigger_callback File "T:\InGame\Gameplay\Scripts\Server\statistics\commodity.py", line 1292, in _update_state_down File "T:\InGame\Gameplay\Scripts\Server\statistics\commodity.py", line 1583, in _set_state File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\loot.py", line 551, in apply_to_resolver File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\loot.py", line 548, in apply_to_resolver File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\loot_basic_op.py", line 303, in apply_to_resolver File "T:\InGame\Gameplay\Scripts\Server\whims\whim_loot_ops.py", line 90, in _apply_to_subject_and_target File "T:\InGame\Gameplay\Scripts\Server\whims\whim_loot_ops.py", line 44, in __call__ File "T:\InGame\Gameplay\Scripts\Server\whims\whims_tracker.py", line 720, in refresh_whims File "T:\InGame\Gameplay\Scripts\Server\whims\whims_tracker.py", line 1417, in _populate_slots File "T:\InGame\Gameplay\Scripts\Server\whims\whims_tracker.py", line 1274, in _try_populate_slot_from_whimset File "T:\InGame\Gameplay\Scripts\Server\whims\whims_tracker.py", line 1354, in _generate_whim_buckets_for_type_and_whimset AttributeError: 'NoneType' object has no attribute 'guid64' TurboLib: [TurboLib] Failed to run '_update_sex_instances_on_zone_update' method from 'WickedWhims'. -> AttributeError: 'NoneType' object has no attribute 'guid64'