Sims 3 Crashing to desktop 2021
Hello! I loved the sims 3 growing up and i wanted to play it again because of how good the game actually is, however its 2021 and the game just does not work for me at all anymore. No matter what i've tried it doesn't work, and if it does it only works for a little while before crashing. My computer is pretty good and I have no real issues with any other game but this one. The crashes I've experienced have just straight up closes me out of the sims and back to my desktop. I've tried lowering my graphics settings in game, and it works for a little while before crashing ago, I do have a lot of cc but none of it is corrupt or effecting my game, I can't seem to play my game in full screen at all anymore, although it still crashes in windowed mode it happens at least not as fast. I've done the recognize graphics card thing, I've tried everything and still nothing and it's super frustrating so I wanted to see if anyone has actually fixed this problem to some degree. I have the crash analyzer and it always says "insufficient graphics capability." I've repaired the game multiple times, uninstalled and reinstalled the game and nothing is really helping in the long run. Every time I get a crash it always says "Access Violation" and a bunch of different combinations for each crash so nothing is consistent in helping. But here is my computer specs and I'll be more than happy to give any other info to help anyone who can diagnose this problem for me.
Processor: Intel Core I7-9700k
Ram: 32gb
Graphics Card: Nvidia Geforce RTX 2070 Super
I've tried editing the device log, graphics card and graphic rules files as i've seen people do on yt to get the game to utilize what your computer has on it but that hasn't really worked either. It's all a big mess so if anyone can help I'd appreciate it a lot
@Teaflingg Your Control Panel settings are working, but your graphics card has the lowest possible rating. It's easiest to start from scratch with the .sgr files, so please trash the ones you have now and put the originals back. If you don't have original copies, repair the game in Origin (open your game library, right-click on the Sims 3 icon, select Repair) to put them back.
Note: These instructions only apply to and will only work for the original poster's graphics card. If you'd like help getting your own card recognized, please post the same information from deviceconfig and ask for help.
SpoilerOpen graphicscards.sgr (Notepad works fine), and crtl-F to search for 10de. That will take 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 "Nvidia" line, copy this text, and paste it in the new line:
card 0x1e84 "GeForce RTX 2070 Super"
So you should now see this:
vendor "NVIDIA" 0x10b4 0x12d2 0x10de
card 0x1e84 "GeForce RTX 2070 Super"
card 0x0fd1 "GeForce GT 650M"
card 0x0fd2 "GeForce GT 640M"(with indents from spaces that this site isn't displaying properly). Save, quit, and open graphicsrules.sgr. Crtl-F and search for 8800, which will take you here:
elseif (match("${cardName}", "*8800*") or match("${cardName}", "*9500*") or match("${cardName}", "*9600 GSO*") or match("${cardName}", [etc.]
Change the bolded 8800 to RTX 2070. Don't change anything else, not even the asterisks. This will classify your card as uber.
Finally, scroll back to the top of graphicsrules, and look for this, 8-10 lines down:
if ($textureMemory == 0)
seti textureMemory 32
setb textureMemorySizeOK falsechange the 32 to 1024, and add a # and a space in front of setb. Your card has more VRAM than that, but TS3 can only use 800 MB anyway. The lines should look like this:
if ($textureMemory == 0)
seti textureMemory 1024
# setb textureMemorySizeOK falseLaunch the game at least once to refresh the deviceconfig.log. In addition to the [Found: 1, Matched: 1] values in your deviceconfig, you should also see GPU: 5 GPU Memory: 4 in the rating info. Let me know if not.
The crash log doesn't say anything useful, unfortunately, other than that Sims 3 crashed and it wasn't because the game ran out of memory. If you get another crash, please do a clean uninstall and reinstall of Origin:
- Quit Origin, then right-click on the Task Bar and open the Task Manager. Scroll through looking for Origin entries. If you find any, click on them and End Task.
- Clear Origin's cache.
- Download Revo Uninstaller (the free version is fine) from here.
- Launch Revo, select Origin from the list, and click Uninstall.
- When it finishes uninstalling, select "Moderate" under "scanning modes," and click Scan.
- If Revo finds any remaining registry entries, select all, delete, and click Next.
- Revo will display "Remaining Data and Folders." Select all of them except for the "Origin Games" folder, if it appears. (This is where Sims 3 and other Origin games are installed by default.) Delete the rest.
- Close Revo, and restart your computer.
Next, download the full Origin installer and run it. Here's the direct download link:
http://download.dm.origin.com/origin/live/OriginSetup.exe
Be sure to run both the installer and Origin itself as an admin: right-click on each and select "Run as Administrator."