6 years ago
Need help with last exception error
I've been getting the MCCC last exception error the last few times I've played my game and idk how to fix it
It's happening when this one specific sim tries to sleep in a bed,. They get into the bed but then instantly stand up and t pose for a second and then the sleeping command cancels ?? It's only happening with one sim in a family of 6.
I do have a lot of CC installed and i'm not sure how to figure out what exactly is causing the problem. I also tried running some batch fixes in S4S but it didn't change anything.
This is the txt file of the last exception error if it helps:
2 f07251ece25311185cf00ce1 desync ea.maxis.sims4_64.15.pc 2019-05-30 18:07:20 Local.Unknown.Unknown.1.51.77.1020-1.200.000.389.Release utils.py:116 f07251ece25311185cf00ce1 Failure: 'poseplayer/__init__' (poseplayer) (ModuleNotFoundError: No module named 'poseplayer')
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Core\sims4\importer\utils.py", line 119, in import_modules_by_path
File "E:\Builds\MCCC_6_1_0\mc_cmd_center\mc_utils.py", line 127, in _wrapper_function
File "T:\InGame\Gameplay\Scripts\Core\sims4\importer\utils.py", line 116, in import_modules_by_path
ModuleNotFoundError: No module named 'poseplayer'
rtim=0
2 f07251ece25311185cf00ce1 desync ea.maxis.sims4_64.15.pc 2019-05-30 18:07:20 Local.Unknown.Unknown.1.51.77.1020-1.200.000.389.Release utils.py:116 f07251ece25311185cf00ce1 Failure: 'JustGoAway' (JustGoAway) (ModuleNotFoundError: No module named 'JustGoAway')
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Core\sims4\importer\utils.py", line 119, in import_modules_by_path
File "E:\Builds\MCCC_6_1_0\mc_cmd_center\mc_utils.py", line 127, in _wrapper_function
File "T:\InGame\Gameplay\Scripts\Core\sims4\importer\utils.py", line 116, in import_modules_by_path
ModuleNotFoundError: No module named 'JustGoAway'
rtim=0
2 f07251ece25311185cf00ce1 desync ea.maxis.sims4_64.15.pc 2019-05-30 18:07:20 Local.Unknown.Unknown.1.51.77.1020-1.200.000.389.Release utils.py:116 f07251ece25311185cf00ce1 Failure: 'JustGoAway_Injector' (JustGoAway_Injector) (ModuleNotFoundError: No module named 'JustGoAway_Injector')
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Core\sims4\importer\utils.py", line 119, in import_modules_by_path
File "E:\Builds\MCCC_6_1_0\mc_cmd_center\mc_utils.py", line 127, in _wrapper_function
File "T:\InGame\Gameplay\Scripts\Core\sims4\importer\utils.py", line 116, in import_modules_by_path
ModuleNotFoundError: No module named 'JustGoAway_Injector'
rtim=0
2 f07251ece25311185cf00ce1 desync ea.maxis.sims4_64.15.pc 2019-05-30 18:07:20 Local.Unknown.Unknown.1.51.77.1020-1.200.000.389.Release utils.py:116 f07251ece25311185cf00ce1 Failure: 'SimTeleporter' (SimTeleporter) (ModuleNotFoundError: No module named 'SimTeleporter')
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Core\sims4\importer\utils.py", line 119, in import_modules_by_path
File "E:\Builds\MCCC_6_1_0\mc_cmd_center\mc_utils.py", line 127, in _wrapper_function
File "T:\InGame\Gameplay\Scripts\Core\sims4\importer\utils.py", line 116, in import_modules_by_path
ModuleNotFoundError: No module named 'SimTeleporter'
rtim=0
2 f07251ece25311185cf00ce1 desync ea.maxis.sims4_64.15.pc 2019-05-30 18:08:36 Local.Unknown.Unknown.1.51.77.1020-1.200.000.389.Release definition_manager.py:371 f07251ece25311185cf00ce1 Error during initialization of service tuning_instance_manager. This will likely cause additional errors in the future. (ValueError: invalid property stream)
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Core\sims4\utils.py", line 179, in wrapper
File "T:\InGame\Gameplay\Scripts\Server\areaserver.py", line 150, in c_api_server_init_tick
File "T:\InGame\Gameplay\Scripts\Core\sims4\core_services.py", line 164, in start_service_tick
File "T:\InGame\Gameplay\Scripts\Core\sims4\service_manager.py", line 354, in start_single_service
File "E:\Builds\MCCC_6_1_0\mc_cmd_center\mc_utils.py", line 127, in _wrapper_function
File "T:\InGame\Gameplay\Scripts\Core\sims4\service_manager.py", line 335, in start_single_service
File "T:\InGame\Gameplay\Scripts\Core\sims4\tuning\instance_manager.py", line 104, in update_incremental_start
File "T:\InGame\Gameplay\Scripts\Core\sims4\tuning\instance_manager.py", line 158, in _execute_gen
File "T:\InGame\Gameplay\Scripts\Server\objects\definition_manager.py", line 96, in on_start
File "T:\InGame\Gameplay\Scripts\Server\objects\definition_manager.py", line 163, in refresh_build_buy_tag_cache
File "T:\InGame\Gameplay\Scripts\Server\objects\definition_manager.py", line 139, in get
File "T:\InGame\Gameplay\Scripts\Server\objects\definition_manager.py", line 316, in _load_definition_and_tuning
File "T:\InGame\Gameplay\Scripts\Server\objects\definition_manager.py", line 371, in _load_definition
ValueError: invalid property stream
rtim=0
2 f07251ece25311185cf00ce1 desync ea.maxis.sims4_64.15.pc 2019-05-30 18:53:11 Local.Unknown.Unknown.1.51.77.1020-1.200.000.389.Release resolver.py:904 f07251ece25311185cf00ce1 Exception in Sim Timeline: Exception running Element (ValueError: Trying to use SingleObjectResolver with something that is not an Object: ParticipantType.Actor)
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate
File "T:\InGame\Gameplay\Scripts\Server\elements.py", line 335, in _run
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 3649, in set_beginning_target_refs_states
File "T:\InGame\Gameplay\Scripts\Server\objects\components\__init__.py", line 459, in exported_func
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2468, in set_state
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2518, in _trigger_on_state_changed
File "T:\InGame\Gameplay\Scripts\Server\objects\components\__init__.py", line 96, in wrapped_method
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 485, in on_state_changed
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 413, in update_object_tooltip
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 502, in _ui_metadata_gen
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 429, in get_tokens
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 429, in <genexpr>
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 305, in _get_token
File "T:\InGame\Gameplay\Scripts\Server\tunable_utils\tunable_object_generator.py", line 31, in get_objects
File "T:\InGame\Gameplay\Scripts\Server\event_testing\resolver.py", line 904, in get_participants
ValueError: Trying to use SingleObjectResolver with something that is not an Object: ParticipantType.Actor
rtim=0
2 f07251ece25311185cf00ce1 desync ea.maxis.sims4_64.15.pc 2019-05-30 18:53:11 Local.Unknown.Unknown.1.51.77.1020-1.200.000.389.Release resolver.py:904 f07251ece25311185cf00ce1 Exception processing ResetRecord:<pickypikachu:SleepingBag_Inventory_Tuning:0x031409717a6203fc, reason:ResetReason.RESET_EXPECTED, stage:_Stage.INTERNAL_STATE_RESET, being_processed:True, source:, cause:Posture state aspect:bed_Sleep:94 target:pickypikachu:SleepingBag_Inventory_Tuning:0x031409717a6203fc. This will result in a partially reset object (ValueError: Trying to use SingleObjectResolver with something that is not an Object: ParticipantType.Actor)
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Core\sims4\utils.py", line 179, in wrapper
File "T:\InGame\Gameplay\Scripts\Server\areaserver.py", line 205, in c_api_server_tick
File "T:\InGame\Gameplay\Scripts\Server\zone.py", line 463, in update
File "T:\InGame\Gameplay\Scripts\Server\time_service.py", line 112, in update
File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 238, in simulate
File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 554, in hard_stop
File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 655, in _stop_element_tree
File "T:\InGame\Gameplay\Scripts\Server\reset.py", line 73, in _hard_stop
File "T:\InGame\Gameplay\Scripts\Server\objects\game_object.py", line 1381, in on_reset_element_hard_stop
File "T:\InGame\Gameplay\Scripts\Server\objects\base_object.py", line 266, in reset
File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 301, in trigger_reset
File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 419, in start_processing
File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 443, in _process
File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 594, in _process_one_record
File "E:\Builds\MCCC_6_1_0\mc_cmd_center\mc_utils.py", line 127, in _wrapper_function
File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate
File "T:\InGame\Gameplay\Scripts\Server\elements.py", line 335, in _run
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 3649, in set_beginning_target_refs_states
File "T:\InGame\Gameplay\Scripts\Server\objects\components\__init__.py", line 459, in exported_func
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2468, in set_state
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2518, in _trigger_on_state_changed
File "T:\InGame\Gameplay\Scripts\Server\objects\components\__init__.py", line 96, in wrapped_method
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 485, in on_state_changed
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 413, in update_object_tooltip
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 502, in _ui_metadata_gen
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 429, in get_tokens
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 429, in <genexpr>
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 305, in _get_token
File "T:\InGame\Gameplay\Scripts\Server\tunable_utils\tunable_object_generator.py", line 31, in get_objects
File "T:\InGame\Gameplay\Scripts\Server\event_testing\resolver.py", line 904, in get_participants
ValueError: Trying to use SingleObjectResolver with something that is not an Object: ParticipantType.Actor
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 553, in _process_one_record
File "T:\InGame\Gameplay\Scripts\Server\objects\client_object_mixin.py", line 800, in on_reset_internal_state
File "T:\InGame\Gameplay\Scripts\Server\objects\script_object.py", line 742, in on_reset_internal_state
File "T:\InGame\Gameplay\Scripts\Server\objects\base_object.py", line 357, in on_reset_internal_state
File "T:\InGame\Gameplay\Scripts\Server\objects\components\__init__.py", line 96, in wrapped_method
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2016, in component_reset
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2037, in reset_states_to_default
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2518, in _trigger_on_state_changed
File "T:\InGame\Gameplay\Scripts\Server\objects\components\__init__.py", line 96, in wrapped_method
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 485, in on_state_changed
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 413, in update_object_tooltip
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 502, in _ui_metadata_gen
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 429, in get_tokens
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 429, in <genexpr>
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 305, in _get_token
File "T:\InGame\Gameplay\Scripts\Server\tunable_utils\tunable_object_generator.py", line 31, in get_objects
File "T:\InGame\Gameplay\Scripts\Server\event_testing\resolver.py", line 904, in get_participants
ValueError: Trying to use SingleObjectResolver with something that is not an Object: ParticipantType.Actor
rtim=0
2 f07251ece25311185cf00ce1 desync ea.maxis.sims4_64.15.pc 2019-05-30 18:53:11 Local.Unknown.Unknown.1.51.77.1020-1.200.000.389.Release resolver.py:904 f07251ece25311185cf00ce1 Exception in Sim Timeline: Exception running Element (ValueError: Trying to use SingleObjectResolver with something that is not an Object: ParticipantType.Actor)
Traceback (most recent call last):
File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate
File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run
File "T:\InGame\Gameplay\Scripts\Server\statistics\continuous_statistic.py", line 771, in _alarm_callback
File "T:\InGame\Gameplay\Scripts\Server\statistics\continuous_statistic.py", line 792, in _trigger_callback
File "T:\InGame\Gameplay\Scripts\Server\statistics\base_statistic_listener.py", line 53, in trigger_callback
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2632, in callback
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2732, in set_state_from_stat
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2468, in set_state
File "T:\InGame\Gameplay\Scripts\Server\objects\components\state.py", line 2518, in _trigger_on_state_changed
File "T:\InGame\Gameplay\Scripts\Server\objects\components\__init__.py", line 96, in wrapped_method
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 485, in on_state_changed
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 413, in update_object_tooltip
File "T:\InGame\Gameplay\Scripts\Server\objects\components\tooltip_component.py", line 502, in _ui_metadata_gen
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 429, in get_tokens
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 429, in <genexpr>
File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\localization_tokens.py", line 305, in _get_token
File "T:\InGame\Gameplay\Scripts\Server\tunable_utils\tunable_object_generator.py", line 31, in get_objects
File "T:\InGame\Gameplay\Scripts\Server\event_testing\resolver.py", line 904, in get_participants
ValueError: Trying to use SingleObjectResolver with something that is not an Object: ParticipantType.Actor
rtim=0
It's happening when this one specific sim tries to sleep in a bed,. They get into the bed but then instantly stand up and t pose for a second and then the sleeping command cancels ?? It's only happening with one sim in a family of 6.
I do have a lot of CC installed and i'm not sure how to figure out what exactly is causing the problem. I also tried running some batch fixes in S4S but it didn't change anything.
This is the txt file of the last exception error if it helps: