The Sims 4 Discover University expansion pack has a few common issues with the degree tracker. These issues are more common when using cheats, but can even pop up in a normal game. This mod attempts to recover from bad data in save files caused by those issues.
Requirements
DLC requirements
DLC name
Discover University
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Save files needed to continue testing. I no longer get this error. If you would like help with it, please join my Discord Server to upload your save file.
If you get a lot of last exceptions that mention the following issues for degree_tracker or organization_tracker:
ZeroDivisionError: division by zero
AttributeError: 'NoneType' object has no attribute 'points_to_current_rank'
AttributeError: 'NoneType' object has no attribute 'guid64'
This mod might help stop those exceptions. It attempts to validate the data and do the most reasonable action when given bad data. For example, the ZeroDivisionError is caused by trying to calculate the term GPA when there are no courses. It assigns a 0.0 for that.