Re: Last Exception for degree_tracker

by karenh3a
Reply

Original Post

Re: Last Exception for degree_tracker

★ Guide

I keep getting last exceptions for degree_tracker as well. I think it's related to organizations. I had mods, so I completely removed the Mods folder and the Tray folder (in case it was a gallery sim). Deleted the localthumbcache and started a completely new save file. I used no cheats at all. I started with a story based sim and had him apply to university on the computer. I waited for the acceptance letter. I didn't get any distinguished degrees, so I enrolled in Brightchester's Villany degree with 4 classes. I opted to stay in the cheapest dorms on campus and pay with household funds. I played the first term and joined the Spirit Corps by meeting a member and asking to join. I did not join the Art Society. After the first term was over, I enrolled in another term with 4 classes and changed the dorm to the Darkwing house. Now, the Art Society had an event currently running. I quickly cancelled the pack up and move event while the Art Society's event was still running. When I zoned, I got the LE below. I have the save saved at 5:30pm right before the first term ends and I can launch this save and reproduce the error most of the time.

 

Spoiler
<?xml version="1.0" ?><root>
<report><version>2</version><sessionid>68ec220b5f62f5a25f6409b5</sessionid><type>desync</type><sku>ea.maxis.sims4.15.mac</sku><createtime>2020-09-17 21:15:25</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1220-1.200.000.464.Release</buildsignature><categoryid>organization_tracker.py:382</categoryid><desyncid>68ec220b5f62f5a25f6409b5</desyncid><systemconfig/><screenshot/><desyncdata>Exception during a callback: (AttributeError: 'NoneType' object has no attribute 'points_to_current_rank')&#13;&#10;Traceback (most recent call last):&#13;&#10;&#13;&#10; File "T:\InGame\Gameplay\Scripts\Core\sims4\utils.py", line 179, in wrapper&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\areaserver.py", line 209, in c_api_server_tick&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\zone.py", line 475, in update&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\time_service.py", line 112, in update&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\elements.py", line 335, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\objects\base_object.py", line 435, in call_destroy&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\objects\script_object.py", line 813, in destroy&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\objects\base_object.py", line 416, in destroy&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 293, in trigger_destroy&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 308, in trigger_reset&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 426, in start_processing&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 450, in _process&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\services\reset_and_delete_service.py", line 566, in _process_one_record&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\objects\base_object.py", line 380, in on_reset_destroy&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\objects\object_manager.py", line 638, in remove&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\objects\object_manager.py", line 153, in remove&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\indexed_manager.py", line 245, in remove&#13;&#10; File "T:\InGame\Gameplay\Scripts\Core\sims4\callback_utils.py", line 144, in __call__&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\situations\bouncer\bouncer.py", line 133, in &lt;lambda&gt;&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\situations\bouncer\bouncer.py", line 1680, in _sim_weakref_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\situations\bouncer\bouncer.py", line 1138, in _unassign_sim_from_request_and_optionally_withdraw&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\situations\bouncer\bouncer.py", line 1131, in _unassign_sim_from_request&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\situations\bouncer\bouncer_request.py", line 327, in _unassign_sim&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\situations\base_situation.py", line 1102, in on_sim_unassigned_from_request&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\organizations\organization_situations.py", line 584, in submit_replace_request&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\organizations\organization_service.py", line 684, in generate_organization_members&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\organizations\organization_tracker.py", line 382, in leave_organization&#13;&#10;AttributeError: 'NoneType' object has no attribute 'points_to_current_rank'rtim=0&#13;&#10;ClientInfo isn't here</desyncdata></report>
</root>
Message 51 of 117 (1,758 Views)

Re: Last Exception for degree_tracker

★★★ Apprentice

@LadySimmer2001 wrote:

if it pops on your recover file as well, I would then go to your manage household tab and delete every household in game that you didn't create (to see if its from the gallery, its not base game (i have all the [packs) i checked) then save and exit to go delete the localthumb again. open that same save and see if the error still pops up.


Thank you for this suggestion! I deleted every single townie household in the game, saved and exited, and so far I am not seeing this error anymore.

Message 52 of 117 (1,735 Views)

Re: Last Exception for degree_tracker

[ Edited ]
★ Guide

I was able to fix this with a mod. I could not fix it by deleting all townies and residents of Brightchester. I think the problem was linked to my household sim and I couldn't delete her of course. There are 2 places in the code that I had to fix.

 

For some reason, the progress_stat returned is NoneType. This is probably due to an invalid assignment of an organization like I was describing in my how to reproduce post. Just setting the points_to_current_rank to 0 allows the function to complete. Since it's removing the organization, I don't see any side effects of this.

 

organizations.organization_tracker.
OrganizationTracker.leave_organization if progress_stat is None: tracker.set_value(progress_stat_type, 0) else: tracker.set_value(progress_stat_type,
progress_stat.points_to_current_rank())

Another problem was a sim was enrolled in university, but somehow had no courses. This creates the division by zero error. I just set the term gpa to 0 if there were no courses. This allowed the complete term function to run.

 

sims.university.degree_tracker.
DegreeTracker.complete_term if len(self._course_infos) == 0: term_gpa = 0.0 else: term_gpa = round(term_grade_point /
len(self._course_infos), 2)

After running this mod once, saving and deleting the mod, I am seeing no more LE's.

Message 53 of 117 (1,721 Views)

Re: Last Exception for degree_tracker

★★ Novice
@CharityCodes What should I do in my game? How to download this fix mod?
Message 54 of 117 (1,708 Views)

Re: Last Exception for degree_tracker

★ Guide

That information was primarily for the devs. I'm not sure they allow links to mods on this forum, so I sent you a message. I don't know what your issue is exactly and I can't promise it will fix it and not break something else.

Message 55 of 117 (1,697 Views)

Re: Last Exception for degree_tracker

★★★★ Apprentice
@CharityCodes, Strangely enough, I just had this happen myself. Near exact scenario. I went to an organized event for Art Society, I zoned into it and it caused this error, now every time I start the game I get this exception. I'm curious about how you fixed it. I will however test to see if ranking up in the art society fixes it.
Message 56 of 117 (1,687 Views)

Re: Last Exception for degree_tracker

★★★★ Novice

What is the mod called? I'm having the same issue.

Message 57 of 117 (1,669 Views)

Re: Last Exception for degree_tracker

★★★★★ Novice

i am curious as to what the name of the mod is too. can i get a pm with the details about it? I get this error.

 

Spoiler
<?xml version="1.0" ?><root>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:17:35</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:17:35</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:17:35</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:17:35</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:25:33</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:25:33</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:25:33</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:25:33</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:32:23</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:32:23</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:32:24</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
<report><version>2</version><sessionid>974e1050df4d2ca35f6569ea</sessionid><type>desync</type><sku>ea.maxis.sims4_64.15.pc</sku><createtime>2020-09-18 21:32:24</createtime><buildsignature>Local.Unknown.Unknown.1.66.139.1020-1.200.000.464.Release</buildsignature><categoryid>degree_tracker.py:1847</categoryid><desyncid>974e1050df4d2ca35f6569ea</desyncid><systemconfig/><screenshot/><desyncdata>Exception in Sim Timeline: Exception running Element (ZeroDivisionError: division by zero)&#13;&#10;Traceback (most recent call last):&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\scheduling.py", line 212, in simulate&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\alarms.py", line 260, in _run&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1847, in _end_of_term_callback&#13;&#10; File "T:\InGame\Gameplay\Scripts\Server\sims\university\degree_tracker.py", line 1165, in complete_termZeroDivisionError: division by zerortim=0&#13;&#10;Client Session Time: 16.00&#13; &#10;Num Save Errors: 0&#13; &#10;Num Load Errors: 0&#13; &#10;Current Game State: 0x96d01090&#13; &#10;Origin Version: 10,5,83,43781&#13; &#10;Modded: True&#13; &#10;SystemInfo: Windows 10 10.0.19041 GPU: NVIDIA GeForce RTX 2080 SUPER nvldumdx.dll 27.21.14.5206, GUID: D7B71E3E-5DC1-11CF-BE63-F71F1BC2D635&#13; &#10;</desyncdata></report>
</root>
Message 58 of 117 (1,658 Views)

Re: Last Exception for degree_tracker

★★★★★ Novice

hi, can i also get the mod please? i have the same problem. i've been getting LE's about the degree tracker for months now cause I used a cheat to make my sim enroll to university without the waiting time. 

Message 59 of 117 (1,641 Views)

Re: Last Exception for degree_tracker

★★★★ Novice

I'd definitely like to get this mod as well, the degree_tracker LE has been bugging me for months, and my sims even though they've graduated uni they still get routinely the notification that there's an organization event, and it spams it indefinitely filling the entire notification space.

Message 60 of 117 (1,624 Views)
sims-all-characters

Want more Sims?

Check out our Sims forums for tutorials and all things Sims.

View more

ts4-promo

Having trouble connecting to your game?

Try these steps first to clear up any problems you may have when connecting to an EA game.

Troubleshoot and test your connection

ts4-promo

Forget your EA Account ID or password?

Reset, update, or link your account information.

View More on EA Help