Seemingly random background processes causing game crashes

Euphoria64

Reputable
Feb 27, 2014
5
0
4,510
Ever since I built my computer, I've had these persistent game crashes. It happens in almost any game, although some games can go much longer than others. All Blizzard games seem to be the worst, while others will rarely crash. The crash makes the screen go nuts and causes weird noises, and most programs including browsers also freak out and crash as a result too. I tried a reformat and started fresh, but again the crashes continue.

Somewhere along the line my event viewer just stopped working so I was never able to troubleshoot what was happening, but after the reformat, event viewer worked as it should and I was able to look into what's going on. I have an PNY 560 ti, so I originally installed Geforce Experience which is just a program for Geforce cards to help with keeping drivers updated and other functionality. One of these functions is to pair your computer with Nvidia Shield for game streaming. There was this shield streaming service running in the background constantly looking for a Shield to pop up on the network so it could establish a connection to it. For whatever reason the game would crash EVERY TIME this service started up. So logically I deleted Geforce Experience and thought I had solved my problems. Well of course things weren't so simple, as now I have a completely benign windows process causing the same game crashes.

Every time the game crashes, there is a corresponding event for these logons. I'm not an expert so I can't explain exactly what this is, but the googling I've done has shown that this is of course just a normal process within windows and specifically the lsass.exe file. The process ID points to the CNG Key Isolation and Security Accounts Manager processes.


Log Name: Security
Source: Microsoft-Windows-Security-Auditing
Date: 2/28/2014 12:00:00 AM
Event ID: 4672
Task Category: Special Logon
Level: Information
Keywords: Audit Success
User: N/A
Computer: Euphoria64-PC
Description:
Special privileges assigned to new logon.

Subject:
Security ID: SYSTEM
Account Name: SYSTEM
Account Domain: NT AUTHORITY
Logon ID: 0x3e7

Privileges: SeAssignPrimaryTokenPrivilege
SeTcbPrivilege
SeSecurityPrivilege
SeTakeOwnershipPrivilege
SeLoadDriverPrivilege
SeBackupPrivilege
SeRestorePrivilege
SeDebugPrivilege
SeAuditPrivilege
SeSystemEnvironmentPrivilege
SeImpersonatePrivilege
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" />
<EventID>4672</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>12548</Task>
<Opcode>0</Opcode>
<Keywords>0x8020000000000000</Keywords>
<TimeCreated SystemTime="2014-02-28T06:00:00.679307200Z" />
<EventRecordID>23324</EventRecordID>
<Correlation />
<Execution ProcessID="640" ThreadID="1616" />
<Channel>Security</Channel>
<Computer>Euphoria64-PC</Computer>
<Security />
</System>
<EventData>
<Data Name="SubjectUserSid">S-1-5-18</Data>
<Data Name="SubjectUserName">SYSTEM</Data>
<Data Name="SubjectDomainName">NT AUTHORITY</Data>
<Data Name="SubjectLogonId">0x3e7</Data>
<Data Name="PrivilegeList">SeAssignPrimaryTokenPrivilege
SeTcbPrivilege
SeSecurityPrivilege
SeTakeOwnershipPrivilege
SeLoadDriverPrivilege
SeBackupPrivilege
SeRestorePrivilege
SeDebugPrivilege
SeAuditPrivilege
SeSystemEnvironmentPrivilege
SeImpersonatePrivilege</Data>
</EventData>
</Event>



Log Name: Security
Source: Microsoft-Windows-Security-Auditing
Date: 2/28/2014 12:00:00 AM
Event ID: 4624
Task Category: Logon
Level: Information
Keywords: Audit Success
User: N/A
Computer: Euphoria64-PC
Description:
An account was successfully logged on.

Subject:
Security ID: SYSTEM
Account Name: EUPHORIA64-PC$
Account Domain: WORKGROUP
Logon ID: 0x3e7

Logon Type: 5

New Logon:
Security ID: SYSTEM
Account Name: SYSTEM
Account Domain: NT AUTHORITY
Logon ID: 0x3e7
Logon GUID: {00000000-0000-0000-0000-000000000000}

Process Information:
Process ID: 0x24c
Process Name: C:\Windows\System32\services.exe

Network Information:
Workstation Name:
Source Network Address: -
Source Port: -

Detailed Authentication Information:
Logon Process: Advapi
Authentication Package: Negotiate
Transited Services: -
Package Name (NTLM only): -
Key Length: 0

This event is generated when a logon session is created. It is generated on the computer that was accessed.

The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).

The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.

The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.

The authentication information fields provide detailed information about this specific logon request.
- Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.
- Transited services indicate which intermediate services have participated in this logon request.
- Package name indicates which sub-protocol was used among the NTLM protocols.
- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" />
<EventID>4624</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>12544</Task>
<Opcode>0</Opcode>
<Keywords>0x8020000000000000</Keywords>
<TimeCreated SystemTime="2014-02-28T06:00:00.679307200Z" />
<EventRecordID>23323</EventRecordID>
<Correlation />
<Execution ProcessID="640" ThreadID="1616" />
<Channel>Security</Channel>
<Computer>Euphoria64-PC</Computer>
<Security />
</System>
<EventData>
<Data Name="SubjectUserSid">S-1-5-18</Data>
<Data Name="SubjectUserName">EUPHORIA64-PC$</Data>
<Data Name="SubjectDomainName">WORKGROUP</Data>
<Data Name="SubjectLogonId">0x3e7</Data>
<Data Name="TargetUserSid">S-1-5-18</Data>
<Data Name="TargetUserName">SYSTEM</Data>
<Data Name="TargetDomainName">NT AUTHORITY</Data>
<Data Name="TargetLogonId">0x3e7</Data>
<Data Name="LogonType">5</Data>
<Data Name="LogonProcessName">Advapi </Data>
<Data Name="AuthenticationPackageName">Negotiate</Data>
<Data Name="WorkstationName">
</Data>
<Data Name="LogonGuid">{00000000-0000-0000-0000-000000000000}</Data>
<Data Name="TransmittedServices">-</Data>
<Data Name="LmPackageName">-</Data>
<Data Name="KeyLength">0</Data>
<Data Name="ProcessId">0x24c</Data>
<Data Name="ProcessName">C:\Windows\System32\services.exe</Data>
<Data Name="IpAddress">-</Data>
<Data Name="IpPort">-</Data>
</EventData>
</Event>


I am completely stumped as to why these services are causing the crashes. I can't seem to find anything on the internet about others having this same problem. Is my video card bad? I've run stress tests on my CPU, I've run memory tests on both my ram, and the video card ram and they've all come back fine. HELP me please!
 
Solution
Sounds like the GPU VRAM might be bad, but that's purely a guess. Makes the most sense though: Anything that uses the GPU seems to be having issues.

Do you have any other card to test with? Failing that, you could try an RMA back to the manufacturer, as distorted colors can typically be chalked up to a bad GPU.

Euphoria64

Reputable
Feb 27, 2014
5
0
4,510
I haven't gotten any BSODs, just the artifacting, strange noises, and almost every other running program crashing too. Any idea why these kinds of logged events are causing the crashes? It seems really damn weird.
 

Euphoria64

Reputable
Feb 27, 2014
5
0
4,510
I was hoping some light could be shed on this problem, but I guess I just have to buy a whole new graphics card. I guess I could just never play Blizzard games ever again. =P
 
It kinda sounds like RAM if other processes are also crashing, but I'd expect a torrent of BSOD's if that were the case. Running memtest86+ couldn't hurt though.

In the meantime: System Specs? Don't forget to list the PSU; that could also be affecting things.
 

Euphoria64

Reputable
Feb 27, 2014
5
0
4,510
Well the thing is not EVERY other process starts to crash. Just internet browsers, Spotify, battle.net and Origin game clients (but oddly not Steam although the client window shows some weird artifacting and odd colors within it) so far. I can do a test of all programs I have that crash and which ones don't if it will help. I've done a memtest86+ test in the past, but it wasn't an overnight test, and it came back fine. I know I also at some point tested each stick of ram in each ram slot and it didn't stop the crashes either.

Phenom II BE 965 Overclocked to 4.0 Ghz
Asus M4A88TD-V Evo 880G
4gb x 2 Microcenter branded ram: http://www.microcenter.com/product/353218/4GB_DDR3-1333_(PC3-10666)_CL9_Dual_Channel_Desktop_Memory_Kit_(Two_2GB_Memory_Modules)
PNY GTX 560 Ti 1024 MB
Samsung 500 GB 840 SSD
PC Power and Cooling S75QB 750 Watt

I've tried underclocking the video card, undervolting/overvolting every which way without success. I've tried every different power connector from the PSU to the video card and it still always crashes. I've tried reseating the video card. I monitor both CPU temps and video card temps, and all are well within acceptable ranges. Keep in mind I have zero issues with normal use, it's only when I play (mostly) blizzard games that a crash always happens. Unless of course the lsass.exe NT Authority logons do not take place in the background as described in my original post.
 
Sounds like the GPU VRAM might be bad, but that's purely a guess. Makes the most sense though: Anything that uses the GPU seems to be having issues.

Do you have any other card to test with? Failing that, you could try an RMA back to the manufacturer, as distorted colors can typically be chalked up to a bad GPU.
 
Solution

Euphoria64

Reputable
Feb 27, 2014
5
0
4,510
Thanks for all your help gamerk. I'm going to try to get my hands on another video card to test. I've had this card for 2 years so I don't think I can get an rma at this point.