Re: [PC laptop] Game crashing even after reinstall
@runicbinary Alright, try reinstalling the VC++ runtimes that Sims 4 uses, specifically the x86 and x64 versions from both 2010 and 2013. It's best to uninstall your current copies, and download new ones from Microsoft.
Hit Windows key-i, select Apps, and scroll down to the Microsoft Visual C++ 2010 Redistributables. (Leave the copies from the other years alone.) Click on each 2010 version and select Uninstall. You can download new ones here:
x86: https://www.microsoft.com/en-us/download/details.aspx?id=8328
x64: https://www.microsoft.com/en-us/download/details.aspx?id=13523
Even if you have a 64-bit OS, you still need both copies. Repeat for the 2013 runtimes:
https://www.microsoft.com/en-us/download/details.aspx?id=40784
You can skip the _arm version, which is for a different class of device.
Restart your computer and try to play. If the game crashes again, it would be helpful to get a crash log. Here's how to generate one:
- Hit the Windows key, type "command prompt" in the box, right-click on Command Prompt in the search results, and select Run as Administrator
- In the window, paste "reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe" /v DumpType /d 2 /t REG_DWORD" without the outside quotes into the box, and enter
- Launch Sims 4 and wait for it to crash (whether you can play at all or not)
- After it crashes, wait for any crash dialogs to finish
- Then hit Windows key-R and paste "%LOCALAPPDATA%\CrashDumps" without quotes into the box, and enter
- Upload the last .dmp file to a filesharing site and link it here
- When you want to undo the auto crash log dumps, open Command Prompt as before, paste "reg delete "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f" without the outside quotes, and enter.