What's Wrong With My Sims 4 Game??
If youâre asking this question, chances are, youâve run into either a broken mod, broken cc, or EA errors. Â Any error can generate a lastException in your /Sims 4 folder. Â
Players with MC Command Center or Wicked Whims are notified of them in game. Â Players not using either mod still get them, they just donât know, unless something gets really strange in game, the game crashes, or the player actually sees the lastException file(s) in the Sims 4 folder.
Broken CC is the number one cause for lastCrash files. Â Outdated UI mods are likely to show you lastUIExceptions. Â The first step to fixing either is to check download sites and make sure your mods and custom content are ALL up to date for the current patch. Â Anything can break, depending on what EA does to the game code.
If youâre interested in doing some of your own troubleshooting, reading the LE is where to start. Â You can open it with a text editor. (Note I said âreading,â not âunderstanding.â)
Recently weâve been seeing several of the same errors over and over on Deaderpoolâs MCCC Discord. Â So, hereâs a partial âwhatâs going onâ rundown, up to and including the 1.41 EA patch.
Event goals (parties, dates, etc.) are broken. Â EA will have to fix them. Â If you look at the LE, youâll see this:
<categoryid>situation_goal_multi_sim. py:63</categoryid  as well as this:
Exception raised while trying to run a test event in test_events. py: (TypeError: âNoneTypeâ object is not iterable)
The workaround is to have events without goals, and to hold off trying to complete the Party Animal aspiration. Â (Play other sims, or choose a different aspiration, for now.)
Apartments are broken. Â Details here:
https://sims4.crinrict.com/en/2018/03/chairs-items-on-counter-tops-disappear-from-apartments/
https://answers.ea.com/t5/Bug-Reports/TO-ADD-CL-Furniture-disappears-from-apartment/m-p/6680960
Protest signs occasionally throw exceptions in San Myshuno.
More info from crinrict: Skill books donât work if you donât have GTW.
Broken ghosts are showing up in some âolderâ saves. Â Hereâs how to fix those, by Nies.
resend_at_work_infos: caused by broken ghosts.
Give all households without a name in the household menu a household name.
Additional: Use MCCCâs Mailbox -> Hide households -> Hide said sims in order for them to not show up in the âOther Householdsâ menu anymore
Pets are causing get_focus_bone errors. Â Tysakasa came up with a partial fix, using MCCCâs Autoscan function.
For those who are seeing a lot of error reports referring to 'get_focus_boneâ we believe we have found a solution to the problem until EA releases an update to officially address this.
You will want to open up your mc_tuner.cfg file found within your MCCCâs folder and add the following to your list:
164920,pet_Investigate_SniffNewObjects
If you do not have a mc_tuner.cfg file inside your MCCC folder, download and place the file there. Then delete your localthumbcache.package in /Sims 4.
If this error persists even after adding this line, please let us know in detail what happened leading up to the error. We may ask for your save file so we can test and look to see what else could be added to help smooth things over.
Traits break often, and a lot of them are. Â If you see a line like this:
Caught exception loading reference. RefName: 158875 Manager: InstanceManager_interaction. TunableReference is set to a value that is not allowed by its class restriction.
You probably have broken traits or aspirations. Â "RefName" is what to look for. Â LONG numbers there point to mods, more than to cc.
Some error messages will show you WHAT broke, like this: Â
AttributeError: 'pbox_notebook_tuningâ object has no attribute 'get_focus_boneâ Â
But, thereâs an exception, sometimes youâll see mods listed that use injectors, and are only being âcaughtâ by the eror-catching in MCCC or WW. Â Itâs always a good idea to CHECK any file you see in a lastException, but some are likely to be fine. Â It depends on where and how they show up.
More to come, as time permits. Â Hope this helps!!