Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Did you disable any packs from loading after you installed the game? If not, do you use a third-party antivirus, and which one?
I tried disable packs like you said but i get "There was an error during startup" instead.
They antivirus I have is Norton Security which come with the laptop itself and the subscription is already expire. Should I just delete it?
Normally I'd say reinstall the packs and try again to play, but the service initialization error can also be caused by broken registry entries, so it would be more efficient to do a clean uninstall and then reinstall. Please use Revo Uninstaller to uninstall, or uninstall the normal way and use Piriform's CCleaner to clean the registry. (The free version is fine for either one.) Then reinstall just the base game and see whether it works.
If you'd prefer to remove the registry entries by hand, they're here:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Electronic Arts\Sims(Steam)
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Sims(Steam)
It's best to confirm that these entries are gone before reinstalling the game. Click Windows key-R, enter "regedit" without quotes in the run box, and then expand each path above.
And yes, if you're not using Norton and it's expired, it's best to uninstall it.
OMG thank you so much!!!!
I uninstall The sims 3, download CCleaner and go in the registry editor to delete this:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Electronic Arts\Sims(Steam)
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Sims(Steam)
But I still got the same message but after I deleted Norton Security (which i forget) I finally be able to launch it game!!
Btw the game is not recognize my graphic card. Do you have any way to fix it?
Thank you for helping me. Love u.
For the unrecognized graphics card, it's easy enough to fix. Depending on your GPU's device ID, you might be able to use an already-existing pair of .sgr files, but the ones I've seen aren't fully updated. The other option is to edit your own .sgr files by hand, which I can show you how to do.
At any rate, please go into Documents > Electronic Arts > The Sims 3, open deviceconfig.log, copy the lines between "Graphics device info" (about 30 lines down) and "Options" (about 40 lines down), and paste them here. This section doesn't contain any personal information, just some data about how Sims 3 reads your graphics card.
i have watch the YouTube about how to make the sims 3 recognize graphic card but I am so confuse.
First in Deviceconfig file:
Name (driver): AMD Radeon(TM) Graphics
Name (database): AMD Radeon(TM) Graphics [Found: 0, Matched: 0]
Vendor: ATI
Chipset: Vendor: 1002, Device: 1638, Board: 13161462, Chipset: 00c4
Driver: aticfx32.dll, Version: 31.0.14043.7000, GUID: D7B71EE2-5578-11CF-8A6C-CD056BC2D235
My graphic card is AMD Radeon RX 6700M but it show AMD Radeon(TM) Graphics instead. Is this mean that the game is using my Integrated Graphics instead of GPU?
Second in Graphicscard.srg:
The list does neither contain AMD Radeon RX 6700M nor AMD Radeon(TM) Graphics name on it.
To force Sims 3 to use the dedicated card, hit Windows key-i, select System > Display > Graphics settings, click Browse, find TS3W.exe (with the W), click Options, choose the high-performance option, and save. Then load the game again. The Device ID should have changed from 1638 to (I believe) 73DF.
And definitely play with your laptop plugged in, not on battery, or else your computer will throttle performance to preserve battery life. That can mean using only integrated graphics as well as downclocking the processor, both of which mean worse performance.
Please post that same section of the deviceconfig.log again, except also include the Texture Memory a couple lines below where you cut off the info this time around. This matters because if the game isn't reading your 6700M's texture memory, it will underrate the GPU and throttle some settings as a result, possibly including a couple that aren't easy to reach. Fixing this is a very simple edit, but it's best to only do that edit if necessary.
=== Graphics device info ===
Number: 0
Name (driver): AMD Radeon RX 6700M
Name (database): AMD Radeon RX 6700M [Found: 0, Matched: 0]
Vendor: ATI
Chipset: Vendor: 1002, Device: 73df, Board: 13161462, Chipset: 00cf
Driver: aticfx32.dll, Version: 31.0.14043.7000, GUID: D7B71EE2-309F-11CF-8A6C-CD0560C2D235
Driver version: 7000
Monitor: \\.\DISPLAY1
Texture memory: 8192MB
Vertex program: 3.0
Pixel program: 3.0
Hardware TnL: 1
I've edited something in GraphicRules.srg before:
seti textureMemory 8192
# setb textureMemorySizeOK false
vendor "ATI" 0x1002
create a new line and add this:
card 0x73df "AMD Radeon RX 6700M"
Make sure this entry lines up with the one below it, which means one tab in from the left. You can also just modify the line below by changing the device ID and the name of the card if it's easier.
Save your work, close the file, and open graphicsrules.sgr. Ctrl-F to search for 29? (with the question mark), which will take you here:
lseif (match("${cardVendor}", "ATI"))
if (match("${cardName}", "*HD 29?0*") etc.
Change the HD 29?0 to 6700M , but leave everything else intact, including the asterisks. Save, close the file, load the game, quit, and check the deviceconfig again.
GraphicRules
elseif (match("${cardVendor}", "ATI"))
if (match("${cardName}", "*6700M*") or match("${cardName}", "*HD 36?0*") or match("${cardName}", "*HD 38?0*") or match("${cardName}", "*HD 4??0*") or match("${cardName}", "*HD 5??0*") or match("${cardName}", "*Radeon 5xxx*") or match("${cardName}", "*HD 6??0*") or match("${cardName}", "*HD 7??0*") or match("${cardName}", "*Processor*") or match("${cardName}", "*V77?0*") or match("${cardName}", "*V87?0*"))
seti cardLevel $cardLevelUber
seti isCardMatched true
Deviceconfig
=== Graphics device info ===
Number: 0
Name (driver): AMD Radeon RX 6700M
Name (database): AMD Radeon RX 6700M [Found: 0, Matched: 0]
Vendor: ATI
Chipset: Vendor: 1002, Device: 73df, Board: 13161462, Chipset: 00cf
Driver: aticfx32.dll, Version: 31.0.14043.7000, GUID: D7B71EE2-309F-11CF-8A6C-CD0560C2D235
Driver version: 7000
Monitor: \\.\DISPLAY1
Texture memory: 8192MB
Vertex program: 3.0
Pixel program: 3.0
Hardware TnL: 1
Still not found
If it helps, you can just duplicate another line in the file and edit it to show your GPU's information: change the device ID to 0x73df, and the name to something with 6700M in it, and don't delete any of the formatting.
I found what cause the problem!! It is me who is the problem, I edited it but forgot to save
May I ask another help
The problem is that the after download and installed the ld_TS3Patch10.zip for steam, I was able to launch the game but when I selected any town to play a window pop up "Serious error has occurred while loading (town name)"
Thank you for your time and patience.
Since you uninstalled Norton, you're probably using Windows Defender, and in that case I'd suggest either disabling Controlled Folder Access or setting an exception for the Bin folder, as the instructions describe. That folder would be here by default:
Program Files (x86)\Steam\steamapps\common\The Sims 3\Game\Bin
And don't use the Smooth Patch MasterController compatibility mod if you're not using MC.
Your advice is really accurate and helpful. Thank you for your time
May all your traffic lights be green.