@kaglett Your dxdiag shows that you have an Nvidia graphics driver from 2020, so you'll definitely want to update that. First though, the dxdiag also lists some generic Windows update errors, which are worth addressing even if they're unrelated to any Sims 3 issue. So please run a couple of basic checks of your Windows system files:
- Hit Windows key-X
- Choose either “PowerShell (Administrator)” or “Windows Terminal (Administrator),” whichever option is offered
- Inside the window that appears, copy and paste “DISM.exe /Online /Cleanup-image /Restorehealth” without quotes, and enter
- The system will start validating soon. If it throws an error, please list it here
- After it reaches 100%, hit Windows key-X again
- Again, choose “PowerShell (Administrator)” or “Windows Terminal (Administrator)”
- Inside the window, copy and paste “sfc /scannow” without quotes, and enter
- Post the message you receive here
Restart your computer, hit Windows key-i, select Update & Security, and click the box to check for updates. If any install, restart again afterwards.
For the graphics driver, try the one Lenvo offers for your laptop. (You want the Nvidia VGA driver.) It's still somewhat old, but it's newer than your current one and might be fine, and it's always best to try the drivers provided by your laptop manufacturer first and only update if those don't work properly. Since this is newer than the driver you have installed, you don't need to use DDU to remove the current driver; just run this installer and restart your computer.
https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/gaming-series/ideapad-gaming-3-15arh05/82ey/downloads/driver-list/component?name=Graphics%20Processing%20Units%20%28GPU%29%20and%20Server-AI%20Accelerators&id=635380F4-448F-4129-AA77-265289D96F6F
If that driver doesn't work well, and please test both Sims 3 and whatever other games were throwing errors, you can install the newest driver available from Nvidia:
https://www.nvidia.com/Download/driverResults.aspx/211710/en-us/
In this case, run the installer as an admin: right-click the download and select "Run as administrator." Choose the Custom (not Express) install method and check the box to perform a clean install. Restart when you're done.
To get your graphics card recognized, you'll need to edit two .sgr files, both located inside the game's program files. The default locations for a disc and Steam install—I'm not sure which you have—are these, respectively:
Program Files (x86)\Electronic Arts\The Sims 3\Game\Bin
Program Files (x86)\Steam\steamapps\common\The Sims 3\Game\Bin
First, open graphicscards.sgr (Notepad is fine). Click crtl-F and search for 10de , which will bring you to these lines:
vendor "NVIDIA" 0x10b4 0x12d2 0x10de
card 0x0fd1 "GeForce GT 650M"
card 0x0fd2 "GeForce GT 640M"
Create a new line under the one that says Nvidia and copy and paste this:
card 0x1f95 "GeForce GTX 1650 ti"
Make sure this line is indented like the ones below it; the lines in my copy are one Tab in from the left. Save, close the file, and open graphicsrules.sgr. Search for 8800 , which will take you here:
elseif (match("${cardName}", "*8800*") or match("${cardName}", "*9500*") or match("${cardName}", [etc.]
Change the bolded 8800 to 1650 , but don't change or delete any of the other characters, not even the asterisks. This will designate your card as uber-level, as it should be.
Finally, scroll to the top of the file and find this, 8-10 lines down:
if ($textureMemory == 0)
seti textureMemory 32
setb textureMemorySizeOK false
Change the 32 to a 1024 and put a # and a space in front of setb (and leave the other spaces on the left intact). This will tell the game your graphics card has 1 GB VRAM instead of none. It has more than that, but Sims 3 can only use 800 MB anyway.
Save, close the file, load the game, quit, and check deviceconfig again. You should see a [Found: 1, Matched: 1] next to your graphics card's name, and a few lines down, the "texture memory" (VRAM) should read 1024 instead of 32.
If this doesn't work, please post the same section of the deviceconfig as you did the first time.
Finally, I want to note that it appears your laptop is using a lot of memory a lot of the time. Your deviceconfig showed that 7 GB was in use before you last launched Sims 3, and at the time of the dxdiag, the system's somewhat-large page file was also in moderately heavy use. Perhaps you simply like to multitask, and this isn't an issue, but it's worth checking anyway.
Please restart your computer and wait five minutes without opening any apps at all. Open the Task Manager, specifically the Details tab, and check the overall Memory use. If it's much over 30%, so that would be a little over 3 GB, flip to the Startup tab and see if there's anything running on startup that doesn't need to be. Disabling these apps on startup wouldn't compromise your ability to use them; it would just mean they didn't open on their own, with Windows, only when you manually launched them.
If you're not sure what you're looking at, feel free to post a screenshot of the Startup tab, and please also let me know how much memory is in use at the time.