Forum Discussion
Then attach that to your post.
Follow instructions here on how to upload: https://answers.ea.com/t5/Bug-Reports/INFORMATION-How-does-this-forum-work/m-p/3445427#M181737 (under Additional info)
- 3 years ago
It's even worse without MCCC running. Not only do I deal with no character values being applied, but I also experience the issue of not receiving the option to add a 3rd trait and new aspiration. I hadn't noticed this last night when I was testing (was probably just too tired and overlooked it). Since I always select one of the new teen aspirations for my teens and then select an "adult" aspiration once they age up to YA.
I would also like to note that since patching I have found that the parents of the teen sims (and yes, I am talking about all 3 households I play) are now brother and sister as well as spouse. That has been fun to deal with and I read the report from others about this issue already. Of course it's a simple fix, again using mods and cheats to remove the relationship bit that the game has decided to add for no reason.
And no offense here, but with python being the easiest of the languages I have learned over the years (even easier than HTML) I am confused as to why there are so many issues after patching. I can only guess that it goes back to my previous comments about how the dev teams do not test play the game. I am hoping we can get this changed and EA can find a way to create a test team that simply plays the game and reports issues before the patches go live. *fingers crossed* Being a retired DBA, I would offer my services (for a fee of course) to help test and point out script errors before they become a problem for others.
I will continue to test this trying as many things as I can on my end as there are still a couple of things that I want to try to attempt to resolve this. However, without decompiling the source code into the python scripts I don't believe I will be able to determine the issue. Below are the contents from the lastException.txt generated by the game with no mods running. Hopefully we can figure this out and I don't have to start my rotational legacy all over again.
Thanks!
Spoiler<?xml version="1.0" ?><root>
<report><version>2</version><sessionid>59a67261f8aae46f63cab324</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2023-01-20 10:31:04</createtime><buildsignature>Local.Unknown.Unknown.1.94.147.1030-1.200.000.578.Release</buildsignature><categoryid>graduation_service.py:83</categoryid><desyncid>59a67261f8aae46f63cab324</desyncid><systemconfig/><screenshot/><desyncdata>Exception when applying action <GraduationUpdateSims ParticipantType.Actor> for loot <class 'sims4.tuning.instances.loot_HSExit_AddGraduation'> (AttributeError: 'int' object has no attribute 'in_minutes') 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 209, in c_api_server_tick File "T:\InGame\Gameplay\Scripts\Server\zone.py", line 503, in update File "T:\InGame\Gameplay\Scripts\Server\time_service.py", line 117, in update File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 216, in simulate File "T:\InGame\Gameplay\Scripts\Server\elements.py", line 376, in _run File "T:\InGame\Gameplay\Scripts\Server\animation\animation_utils.py", line 434, in flush_all_animations File "T:\InGame\Gameplay\Scripts\Server\animation\arb_accumulator.py", line 499, in flush File "T:\InGame\Gameplay\Scripts\Server\animation\arb_accumulator.py", line 399, in _append_arb_to_element File "T:\InGame\Gameplay\Scripts\Server\animation\arb_element.py", line 245, in execute_and_merge_arb File "T:\InGame\Gameplay\Scripts\Server\animation\arb_element.py", line 272, in handle_events File "T:\InGame\Gameplay\Scripts\Core\native\animation\arb.py", line 385, in handle_events File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\interaction_elements.py", line 182, in _behavior_event_handler File "T:\InGame\Gameplay\Scripts\Server\sims\aging\aging_element.py", line 381, in _do_behavior File "T:\InGame\Gameplay\Scripts\Server\sims\aging\aging_element.py", line 54, in __call__ File "T:\InGame\Gameplay\Scripts\Server\sims\aging\aging_mixin.py", line 831, in advance_age File "T:\InGame\Gameplay\Scripts\Server\sims\aging\aging_transition.py", line 331, in apply_aging_transition_loot File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\loot.py", line 550, 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\high_school_graduation\graduation_ops.py", line 52, in _apply_to_subject_and_target File "T:\InGame\Gameplay\Scripts\Server\high_school_graduation\graduation_service.py", line 83, in add_sim_info_as_graduating AttributeError: 'int' object has no attribute 'in_minutes'rtim=0 Client Session Time: 16.60 Num Save Errors: 0 Num Load Errors: 0 Current Game State: 0x96d01090 LoadingScreenActiveFlag: 1 Origin Version: 12,69,0,5326 Modded: False SystemInfo: Windows 10 10.0.19045 GPU: NVIDIA GeForce GTX 1650 nvldumdx.dll 31.0.15.2756, GUID: D7B71E3E-5CC2-11CF-3779-B6A60EC2D235 </desyncdata></report>
<report><version>2</version><sessionid>59a67261f8aae46f63cab324</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2023-01-20 10:31:04</createtime><buildsignature>Local.Unknown.Unknown.1.94.147.1030-1.200.000.578.Release</buildsignature><categoryid>graduation_service.py:83</categoryid><desyncid>59a67261f8aae46f63cab324</desyncid><systemconfig/><screenshot/><desyncdata>Exception raised while handling clip events: (AttributeError: 'int' object has no attribute 'in_minutes') 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 209, in c_api_server_tick File "T:\InGame\Gameplay\Scripts\Server\zone.py", line 503, in update File "T:\InGame\Gameplay\Scripts\Server\time_service.py", line 117, in update File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 216, in simulate File "T:\InGame\Gameplay\Scripts\Server\elements.py", line 376, in _run File "T:\InGame\Gameplay\Scripts\Server\animation\animation_utils.py", line 434, in flush_all_animations File "T:\InGame\Gameplay\Scripts\Server\animation\arb_accumulator.py", line 499, in flush File "T:\InGame\Gameplay\Scripts\Server\animation\arb_accumulator.py", line 399, in _append_arb_to_element File "T:\InGame\Gameplay\Scripts\Server\animation\arb_element.py", line 245, in execute_and_merge_arb File "T:\InGame\Gameplay\Scripts\Server\animation\arb_element.py", line 272, in handle_events File "T:\InGame\Gameplay\Scripts\Core\native\animation\arb.py", line 385, in handle_events File "T:\InGame\Gameplay\Scripts\Server\interactions\utils\interaction_elements.py", line 182, in _behavior_event_handler File "T:\InGame\Gameplay\Scripts\Server\sims\aging\aging_element.py", line 381, in _do_behavior File "T:\InGame\Gameplay\Scripts\Server\sims\aging\aging_element.py", line 54, in __call__ File "T:\InGame\Gameplay\Scripts\Server\sims\aging\aging_mixin.py", line 831, in advance_age File "T:\InGame\Gameplay\Scripts\Server\sims\aging\aging_transition.py", line 331, in apply_aging_transition_loot 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_basic_op.py", line 303, in apply_to_resolver File "T:\InGame\Gameplay\Scripts\Server\high_school_graduation\graduation_ops.py", line 52, in _apply_to_subject_and_target File "T:\InGame\Gameplay\Scripts\Server\high_school_graduation\graduation_service.py", line 83, in add_sim_info_as_graduating AttributeError: 'int' object has no attribute 'in_minutes'rtim=0 Client Session Time: 16.60 Num Save Errors: 0 Num Load Errors: 0 Current Game State: 0x96d01090 LoadingScreenActiveFlag: 1 Origin Version: 12,69,0,5326 Modded: False SystemInfo: Windows 10 10.0.19045 GPU: NVIDIA GeForce GTX 1650 nvldumdx.dll 31.0.15.2756, GUID: D7B71E3E-5CC2-11CF-3779-B6A60EC2D235 </desyncdata></report>
</root>- crinrict3 years agoHero+@RipRizzle The third trait issue has a thread here: https://answers.ea.com/t5/Bug-Reports/NEEDS-SAVES-Teenage-Sims-grow-up-to-young-adults-and-do-not-get/m-p/11749122
Thanks for posting the LE
- MapleSimmer3 years agoSeasoned Ace
I too noticed this recently when I aged up two teens, though it happened for me shortly before the Jan 17/23 game update.
Since I had some mods in my game, I rolled back to before my two teens aged up and moved my mods folder out and deleted my localthumbcache file. When I did that, the teens aged up with the appropriate character values & I didn't get any last exception reports in my Electronic Arts folder.
I then started adding some mods back, starting with the MCCC modules I use and it worked fine with only the MCCC modules in. However, as I added other mods in I had it happen a couple of more times, though one time it only happened to one of my two teens (i.e. one teen aged up with the appropriate character values and the second one didn't, and there was an MCCC last exception error when the second one aged up). So in my case I figured it was due to some mods I had in my game but perhaps there was more going on as it did seem a bit random and I wasn't able to pinpoint which mod was causing it (I don't use that many mods/no cc, mainly some MCCC modules and some bug fixing/game tweaking mods by LittleMsSam, Bienchen and Simvasion).
I do have all the packs and all kits by the Modern Menswear.
Best regards,
Jennifer
- 3 years ago
I, too, had experienced this issue in the past. It's why I now save before blowing out candles because usually a simple restart of the game resolved the problem. However, I am now experiencing this issue 100% of time without any mods installed. A repair of the game and deletion of files did nothing to resolve the issue at all. I use very few mods and no CC. I use MCCC and SNB Bills to keep sims from getting rich over time. I had determined that that this is not a mod issue, but I am curious as to whether or not it is tied to the issue of sims not receiving their third trait upon aging up to YA. The reason I state this is because with MCCC installed I only encounter the issue of not receiving character values, and without MCCC installed I do not receive character values nor do I receive the option for the third trait and the change in aspirations. Since there have been no reports on that issue since November I can't say for sure if the two are tied together. I am, however, going to spend this weekend testing out a few different ideas that I have to see if I can pinpoint if the two are related. I am also curious as to whether or not this is only applying to sims created before the most recent patch. This, and many other theories, will need to be tested before I can provide more information on what may be going on here.
About The Sims 4 Bug Reports - Archive
Community Highlights
Recent Discussions
- 2 days ago
- 3 days ago