Re: New Laptop. Sims 3 won't recognise video card and hardware

by pigsquiggle
Reply

Original Post

New Laptop. Sims 3 won't recognise video card and hardware

★★★★★ Novice

I bought a new laptop specifically for playing Sims 3. It plays TS4 fine.

 

Computer specs: 

Medion Akoya P6645

Intel Core i5-8250U Quad Core Processor | 15.6" Full HD IPS Screen | Microsoft Windows 10 Home 64-bit | 8GB DDR4 RAM | 256GB SSD | Dedicated Nvidia GeForce MX150 2GB Graphics | USB3 | HDMI | Bluetooth | 3 Year Warranty | 30026123

 

When I start up TS3, it is fine, but when I get to the town select: 'Warning: Unable to identify hardware: The game is unable to identify your hardware. Please contact customer support. You may need to adjust your graphics settins manually for optimal quality and performance.' and 'Warning: Unrecognised Video card: Your video card was not found in our database. Your graphics settings have been set as high as possible, but you may wish to reduce them if you are experiencing poor performance'

 

I decided to start the game anyway and the town was just a grey blob. I tried looking up a few solutions online and it was talking about the DeviceConfig.log, which only appears with =options= and =default settings=. I saw that a solution was to delete the file and rename the old ts3 file and start sims 3 up again as there should be a new deviceconfig.log file, which I did but when opening the new deviceconfig.log it was still empty. 

 

I have no clue what I'm on about as I am not the most computer savvy and a lot of the instructions online are giving me a headache. Is there any way to fix this issue?

 

 

Message 1 of 21 (1,646 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

@pigsquiggle  Start by setting Sims 3 to use your dedicated graphics card in the Nvidia Control Panel.  Right-click on the desktop and select the Control Panel, then Manage 3D settings, then Program Settings.  Find or add Sims 3: use TS3.exe for an Origin install, or TS3W.exe (with the W) for a disc or Steam install.  There should be an option to use the high-performance card.  (I don't have a screenshot handy because I don't have a laptop with an Nvidia card.)

 

If this doesn't help, please let me know what kind of install you have (Origin, disc, Steam).  Please also run a dxdiag and attach it to a post.

 

https://help.ea.com/en-us/help/pc/how-to-gather-dxdiag-information/

——————————————————————————————————————————

I don't work for EA. I'm just trying to help fellow players with their games.
Message 2 of 21 (1,641 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

★★★★★ Novice

Hello, thank you for your response. I tried that and it is still the same problem. 

I have installed it by disc.

My DxDiag is attached

Message 3 of 21 (1,618 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

@pigsquiggle  Please run the Super Patch to manually patch the game to 1.67.  Even if the launcher says it patched already, it may not have done a thorough job.  The download you want is under "Cumulative Base Game Super Patcher":

 

https://forums.thesims.com/en_US/discussion/175477/official-ea-download-link-for-the-sims-3-cumulati...

 

Once it's run, which may take a few minutes, go into Documents\Electronic Arts and move the Sims 3 folder to the desktop, or just delete it if you don't have any content you want to keep yet.  Then launch the game and test.

——————————————————————————————————————————

I don't work for EA. I'm just trying to help fellow players with their games.
Message 4 of 21 (1,613 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

★★★★★ Novice
@puzzlezaddict Thank you, I can now play. One thing is that the error message 'Warning: Unrecognised Video card: Your video card was not found in our database. Your graphics settings have been set as high as possible, but you may wish to reduce them if you are experiencing poor performance' still comes up, is there anything I can do to fix this or is this something I will just have to put yp with?
Message 5 of 21 (1,601 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

[ Edited ]

@pigsquiggle  The unrecognized card is fixable.  You just need to add the MX150 to the game's database: specifically, you'll need to edit two files called graphicscards.sgr and graphicsrules.sgr, which are both located in the Sims 3 program files.  For a disc install, I think the default file path is:

 

Program files (x86)\Electronic Arts\The Sims 3\Game\Bin

 

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 (at the bottom of this post) and ask for help.

 

Open 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 0x1d10 "GeForce MX150"

So you should now see this:

 

vendor "NVIDIA" 0x10b4 0x12d2 0x10de

card 0x1d10 "GeForce MX150"
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 g100, which will take you here:

 

or match("${cardName}", "*G100*"))
seti cardLevel $cardLevelHigh

 

Change the bolded G100 to MX150.  Don't change anything else, not even the asterisks.  This will classify your card as high.  You can play with the graphics options later if you want, but this is a good place to start.

 

Finally, scroll back to the top of graphicsrules, and look for this, 8-10 lines down:

 

if ($textureMemory == 0)
seti textureMemory 32
setb textureMemorySizeOK false

 

change the 32 to 1024, and add a # and a space in front of setb.  Your card has twice the video memory, but TS3 can only use 800 MB anyway.  The lines should look like this:

 

if ($textureMemory == 0)
seti textureMemory 1024
# setb textureMemorySizeOK false

 

You'll know it worked if you see a [Found: 1, Matched: 1] next to the card name in deviceconfig, and texture memory listed as 1024 instead of the current 32 MB override.  If either tweak doesn't work, please paste the section of deviceconfig between "Graphics device info" (about 25 lines down) and "Options" (about 40 lines down) into a post here.

——————————————————————————————————————————

I don't work for EA. I'm just trying to help fellow players with their games.
Message 6 of 21 (1,592 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

★★★★★ Novice

HI, I've tried looking in my files and all I can see these options, attachment below:

Message 7 of 21 (1,563 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

@pigsquiggle  That's the user data folder, which is always located in Documents\Electronic Arts.  You're looking for the game's program files.  If you can't find them, search your computer for graphicscards, or TS3W for that matter.  The files are located in the same place.  I don't know the exact location you chose for the install, but the last part of it will be \The Sims 3\Game\bin.

——————————————————————————————————————————

I don't work for EA. I'm just trying to help fellow players with their games.
Message 8 of 21 (1,544 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

★★★★★ Novice

Thank you I have done that and it is saying found 0 matched 0

 

== Graphics device info ===
Number: 0
Name (driver): NVIDIA GeForce MX150
Name (database): NVIDIA GeForce MX150 [Found: 0, Matched: 0]
Vendor: NVIDIA
Chipset: Vendor: 10de, Device: 1d10, Board: 240f1b0a, Chipset: 00a1
Driver: nvldumd.dll, Version: 26.21.14.3172, GUID: D7B71E3E-5E50-11CF-DE74-01041BC2D735
Driver version: 3172
Monitor: \\.\DISPLAY1
Texture memory: 32MB <<OVERRIDE>>
Vertex program: 3.0
Pixel program: 3.0
Hardware TnL: 1

Message 9 of 21 (1,506 Views)

Re: New Laptop. Sims 3 won't recognise video card and hardware

@pigsquiggle  Did you repair or patch the game after you did the edits?  That would revert both .sgr files to their original state.  None of the three edits had any effect, even the one for texture memory, and that should work regardless of what card you have.

 

Please search your entire computer for "graphicscards" and see if you have a second copy somewhere.  It's unlikely, but I did see someone once who had two copies of the game installed somehow and happened to be editing the file that wasn't being used.

——————————————————————————————————————————

I don't work for EA. I'm just trying to help fellow players with their games.
Message 10 of 21 (1,489 Views)