5 years ago
Hi Guys!
I have a problem with my game freezing. I have had the base game for 2 weeks and my laptop is 2 months old. I don't want to buy the expansions until I have this problem fixed. Laptop: HP Notebook 1...
@Royalmodern The files could have been deleted if they happened long enough ago, or they could be deleted by a cleaner app that removes temp files. If you have a cleaner app, please uninstall or at least disable it; right now, it's more important to gather information rather than to keep your hard drive tidy.
Please do link the HP driver download page though, so I know which downloads you might need and can link the correct versions. HP is very picky about which laptops can download which drivers, and with good reason, but without that page, I'd have to guess, and I don't want to link the wrong downloads or give you a list and have you try each one until something works.
You can also force your system to generate a crash dump, that is if your computer is crashing in a way that would generate a dump. Here's how:
Playing in windowed mode rather than fullscreen or windowed fullscreen may allow you to alt-tab back to your desktop, even after the game has locked up. You can switch to windowed mode in the graphics settings part of game options, or by entering -w as a command line argument in Origin: open your game library, right-click on the Sims 4 icon, select Game Properties > Advanced Launch Options, and you'll see the command line.
@puzzlezaddict Here is the link for the drive: https://support.hp.com/us-en/drivers/selfservice/hp-14s-dq1000-laptop-pc-series/29205786/model/33492406?sku=9FD08EA
HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe" /v DumpType /d 2 /t REG_DWORD - it says the system cannot find specified path. with and without the middle quotes.
HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe this bit works though
@Royalmodern The command starts a bit before the part you copied and pasted:
reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps\devenv.exe" /v DumpType /d 2 /t REG_DWORD
I left out the outside quotes; please try copying and pasting exactly the above command. When you're done, the command to reverse the change is:
reg delete "HKLM\Software\Microsoft\Windows\Windows Error Reporting\LocalDumps" /f
@puzzlezaddict I'm feeling so daft. What am I doing wrong?
It just says "ERROR ACCESS DENIED"
I'm sorry for being such a huge bother.
@Royalmodern Are you in an admin user account on your computer, and are you using the "Run as administrator" option for Command Prompt? I tried this same command last night, just to make sure it worked, and it was fine. But it does need the proper permissions to run, and it's possible something else is going on with yours.
You're not being a bother; it's just that given the errors in your dxdiag, I really want to see exactly what the underlying cause of the crashes turns out to be, again if the crashes are even the type that would create a crash dump. If no crash dump is created, that would be interesting too: it would say something about the nature of the crashes that's worth knowing.