My Sim isn't having her baby. She'll proceed with the labor animation and then she'll stop, no longer pregnant with no "name the baby" popup, and then will go about her day as if she were never pregn...
Ideas
Sim cancels her labor, no baby
Quintessedl
1 month agoSeasoned Rookie
Having this error as well- tested with and without mods, same error. LastException seems to be pointing to something to do with Royalty and Legacy's secret babies, which this pregnancy was:
MC Command Center Last Exception Feb 23 - 18:19:24 Summary
- Last Module Called: family_tree_forgery_service.py
- Last Function Called: get_pregnancy_secret_child_data
- Error message: Exception in Sim Timeline: Exception running Element (AttributeError: 'NoneType' object has no attribute 'guid64'), CategoryID: family_tree_forgery_service:848
Pretty Error CallStack (Click to expand/collapse)
| Mod Path | Module | Function | Line | Error Class |
|---|---|---|---|---|
| injector.py | _wrapped_function | 26 | ||
| exceptions_feedback.py | _on_exception_occurrence | 18 | <sims4.log.Logger object at 0x00007FF48CF27590> | |
| elements.py | _run | 381 | <Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead> | |
| pregnancy_interactions.py | _name_and_create_babies_gen | 218 | running surgeryTable_Player_HaveBaby_outcome:496 on | |
| family_tree_forgery_service.py | get_pregnancy_secret_child_data | 848 | family_tree_forgery_service |
Full Error CallStack (Click to expand/collapse)
- File 'T:\InGame\Gameplay\Scripts\Server\areaserver.py', line 222, in c_api_server_tick [ absolute_ticks : 423530364416, clock_service : server_clock, previous_ticks : 423530364383, zone : <Zone ID: 0x2c50b5d5d3e19c9>, persistence_service : persistence_service]
- File 'T:\InGame\Gameplay\Scripts\Server\sims\masked\v185h\injector.py', line 26, in _wrapped_function [ args : (<Zone ID: 0x2c50b5d5d3e19c9>, 423530364416), new_function : <function _turbolib_zone_game_update at 0x00007FF47FC04680>, original_function : <function Zone.update at 0x00007FF48A1A59E0>]
- File 'T:\InGame\Gameplay\Scripts\Server\sims\masked\v185h\zone_tick.py', line 83, in _turbolib_zone_game_update [ original : <function Zone.update at 0x00007FF48A1A59E0>, self : <Zone ID: 0x2c50b5d5d3e19c9>, args : (423530364416,)]
- File 'T:\InGame\Gameplay\Scripts\Server\zone.py', line 520, in update [ self : <Zone ID: 0x2c50b5d5d3e19c9>, absolute_ticks : 423530364416, game_clock : game_clock, time_service : time_service, season_service : season_service, weather_service : weather_service, narrative_service : narrative_service, roommate_service : roommate_service, lunar_cycle_service : lunar_cycle_service]
- File 'T:\InGame\Gameplay\Scripts\Server\time_service.py', line 117, in update [ self : time_service, time_slice : True, max_time_ms : 33]
- File 'T:\InGame\Gameplay\Scripts\Server\scheduling.py', line 253, in simulate [ self : <scheduling.Timeline object at 0x00007FF492E87310>, until : 17:54:14.640 day:5 week:19, max_elements : 10000, max_time_ms : 33, count : 28, start_time : 808775.9210000001, end_time : 808775.9540000001, handle : [None, 42662, <scheduling.Timeline object at 0x00007FF492E87310>, False, <Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead>], when : 17:54:13.320 day:5 week:19, _ : 42650, _t : <scheduling.Timeline object at 0x00007FF492E87310>, _s : True, e : <Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead>, calling : True, result : [None, 42662, <scheduling.Timeline object at 0x00007FF492E87310>, False, <Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead>], exc : 'NoneType' object has no attribute 'guid64']
- File 'T:\InGame\Gameplay\Scripts\Server\sims\masked\v185h\injector.py', line 26, in _wrapped_function [ args : (<scheduling.Timeline object at 0x00007FF492E87310>, <Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead>, AttributeError("'NoneType' object has no attribute 'guid64'"), 'Exception running Element'), new_function : <function _suppress_replaced_exception_of_asm_request_on_timeline at 0x00007FF47E8937A0>, original_function : <function Timeline._report_exception at 0x00007FF4B3B588C0>]
- File 'T:\InGame\Gameplay\Scripts\Server\sims\masked\v185h\asm_states_traversal.py', line 44, in _suppress_replaced_exception_of_asm_request_on_timeline [ original : <function Timeline._report_exception at 0x00007FF4B3B588C0>, self : <scheduling.Timeline object at 0x00007FF492E87310>, args : (<Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead>, AttributeError("'NoneType' object has no attribute 'guid64'"), 'Exception running Element'), exception : 'NoneType' object has no attribute 'guid64']
- File 'T:\InGame\Gameplay\Scripts\Server\scheduling.py', line 744, in _report_exception [ self : <scheduling.Timeline object at 0x00007FF492E87310>, element : <Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead>, exception : 'NoneType' object has no attribute 'guid64', message : Exception running Element]
- File 'T:\InGame\Gameplay\Scripts\Server\time_service.py', line 196, in _on_exception [ self : time_service, timeline : <scheduling.Timeline object at 0x00007FF492E87310>, element : <Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead>, exception : 'NoneType' object has no attribute 'guid64', message : Exception running Element, name : Sim Timeline]
- File 'T:\InGame\Gameplay\Scripts\Server\sims\masked\v185h\injector.py', line 26, in _wrapped_function [ args : (<sims4.log.Logger object at 0x00007FF48CF27590>, 'Exception in {}: {}', 'Sim Timeline', 'Exception running Element'), kwargs : {'exc': AttributeError("'NoneType' object has no attribute 'guid64'"), 'log_current_callstack': False}, new_function : <function _on_exception_occurrence at 0x00007FF482BCECB0>, original_function : <function Logger.exception at 0x00007FF4829355F0>]
- File 'T:\InGame\Gameplay\Scripts\Server\sims\masked\v185h\exceptions_feedback.py', line 18, in _on_exception_occurrence [ original : <function Logger.exception at 0x00007FF4829355F0>, self : <sims4.log.Logger object at 0x00007FF48CF27590>, args : ('Exception in {}: {}', 'Sim Timeline', 'Exception running Element'), kwargs : {'exc': AttributeError("'NoneType' object has no attribute 'guid64'"), 'log_current_callstack': False}]
- File 'T:\InGame\Gameplay\Scripts\Server\elements.py', line 381, in _run [ self : <Gen; DeliverBabySuperInteraction._name_and_create_babies_gen@200; dead>, timeline : <scheduling.Timeline object at 0x00007FF492E87310>, pending_generator : <bound method DeliverBabySuperInteraction._name_and_create_babies_gen of <SI surgeryTable_Player_HaveBaby_outcome id:496 sim:>>]
- File 'T:\InGame\Gameplay\Scripts\Server\interactions\utils\pregnancy_interactions.py', line 218, in _name_and_create_babies_gen [ self : running surgeryTable_Player_HaveBaby_outcome:496 on , timeline : <scheduling.Timeline object at 0x00007FF492E87310>, sim_info : , pregnancy_tracker : <sims.pregnancy.pregnancy_tracker.PregnancyTracker object at 0x00007FF44286D310>, ft_forgery_service : family_tree_forgery_service]
- File 'T:\InGame\Gameplay\Scripts\Server\family_tree\family_tree_forgery_service.py', line 848, in get_pregnancy_secret_child_data [ self : family_tree_forgery_service, pregnant_sim : , pregnancy_partner_id : 690200916416267750, s : , pregnant_sim_so : , resolver : SingleSimResolver: sim_to_test: , generation_test : 'CompoundTestList([(TraitTest(apply_thresholds_on_individual_basis=True, blacklist_trait_types=frozenset(), blacklist_traits=(), num_blacklist_allowed=0, num_whitelist_required=1, subject=ParticipantType.Actor, tooltip=None, whitelist_trait_types=frozenset(), whitelist_traits=(<Trait:(trait_Hidden_FamilyTree_SecretChild_isPregnant)>,)),), (<relationships.relationship_tests.RelationshipTest object at 0x00007FF43CA63E90>, TraitTest(apply_thresholds_on_individual_basis=True, blacklist_trait_types=frozenset(), blacklist_traits=(), num_blacklist_allowed=0, num_whitelist_required=1, subject=ParticipantType.PregnancyPartnerActor, tooltip=None, whitelist_trait_types=frozenset(), whitelist_traits=(<Trait:(trait_Hidden_FamilyTree_SecretChild_isPregnancyPartner)>,)), TraitTest(apply_thresholds_on_individual_basis=True, blacklist_trait_types=frozenset(), blacklist_traits=(<Trait:(trait_Hidden_FamilyTree_SecretChild_AskedToKeepSecret)>,), num_blacklist_allowed=0, num_whitelist_required=1, subject=ParticipantType.Actor, too...', rel_service : relationship_service]
crinrict
1 month agoHero+
Please follow these steps to test your game on vanilla game with no mods/cc
- Create a backup of your save game
- Move your mods folder to the desktop
- Delete the following files from your user folder.
- localthumbcache
- Any lastException Files
- Any LastCrash files.
- Test a backup of your save (you will loose all cc on the save but since you created a backup you can go back to that afterwards) from before the Sim got pregnant and see if the same error occurs, then post the LE the game throws.
It would even be better to recreate the issue on a save that never had mods in.
squeaktastic How did your Sim get pregnant ? Normal Woohoo Means ? Do you also have the same exception ?
- squeaktastic1 month agoNew Rookie
Apologies, I've been dealing with a family member in the hospital, and haven't been online much. Normal Woohoo activities. I got a last exception one time, when she went to the hospital to (not) have the baby, but since then I haven't been able to get one to trigger.
Featured Places
The Sims 4 Bug Reports
Report bugs for The Sims 4 on PC, Mac, Playstation, and Xbox.Latest Activity: 6 months agoRead First
- EA_Cade1 month ago
The Sims Team