Basher
Honorable Member
- Joined
- Mar 15, 2009
- Messages
- 357
- Thread Author
-
- #1
Hey Guys,
I keep getting to critical errors in the reliability centre as follows:
Description
Faulting Application Path: C:\Windows\System32\SearchIndexer.exe
Problem signature
Problem Event Name: APPCRASH
Application Name: SearchIndexer.exe
Application Version: 7.0.9600.16384
Application Timestamp: 5215d4c4
Fault Module Name: MSSRCH.DLL
Fault Module Version: 7.0.9600.16384
Fault Module Timestamp: 5215d425
Exception Code: c0000005
Exception Offset: 0000000000006dbe
OS Version: 6.3.9600.2.0.0.256.103
Locale ID: 2057
Additional Information 1: 6d41
Additional Information 2: 6d41e4396d81642d19366c6551ed1668
Additional Information 3: 1beb
Additional Information 4: 1bebbd9bcc2fcc1a4a1d8d9102897d6b
Extra information about the problem
Bucket ID: e25ae552d453d49eddf5ca482dea705d (125837385)
When I do a check for solution, there is none.
And this one with a message "Video hardware error":
Description
A problem with your video hardware caused Windows to stop working correctly.
Problem signature
Problem Event Name: LiveKernelEvent
Code: 144
Parameter 1: 3002
Parameter 2: ffffd000235399c8
Parameter 3: 0
Parameter 4: 0
OS version: 6_3_9600
Service Pack: 0_0
Product: 256_1
OS Version: 6.3.9600.2.0.0.256.103
Locale ID: 2057
Files that help describe the problem
USBHUB3-20140308-0917.dmp
sysdata.xml
WERInternalMetadata.xml
When I do a check for solution on this one it informs me I am not connected to the internet but I am !!!
Anyone have any ideas?
Regards
Basher
I keep getting to critical errors in the reliability centre as follows:
Description
Faulting Application Path: C:\Windows\System32\SearchIndexer.exe
Problem signature
Problem Event Name: APPCRASH
Application Name: SearchIndexer.exe
Application Version: 7.0.9600.16384
Application Timestamp: 5215d4c4
Fault Module Name: MSSRCH.DLL
Fault Module Version: 7.0.9600.16384
Fault Module Timestamp: 5215d425
Exception Code: c0000005
Exception Offset: 0000000000006dbe
OS Version: 6.3.9600.2.0.0.256.103
Locale ID: 2057
Additional Information 1: 6d41
Additional Information 2: 6d41e4396d81642d19366c6551ed1668
Additional Information 3: 1beb
Additional Information 4: 1bebbd9bcc2fcc1a4a1d8d9102897d6b
Extra information about the problem
Bucket ID: e25ae552d453d49eddf5ca482dea705d (125837385)
When I do a check for solution, there is none.
And this one with a message "Video hardware error":
Description
A problem with your video hardware caused Windows to stop working correctly.
Problem signature
Problem Event Name: LiveKernelEvent
Code: 144
Parameter 1: 3002
Parameter 2: ffffd000235399c8
Parameter 3: 0
Parameter 4: 0
OS version: 6_3_9600
Service Pack: 0_0
Product: 256_1
OS Version: 6.3.9600.2.0.0.256.103
Locale ID: 2057
Files that help describe the problem
USBHUB3-20140308-0917.dmp
sysdata.xml
WERInternalMetadata.xml
When I do a check for solution on this one it informs me I am not connected to the internet but I am !!!
Anyone have any ideas?
Regards
Basher
Solution
Hello Basher, It seems like you're facing two separate issues on your Windows system, one related to SearchIndexer.exe and the other related to a video hardware error. Let's tackle each problem:
SearchIndexer.exe Critical Error:
The error related to SearchIndexer.exe crashing can be due to a variety of reasons, potentially related to corrupt system files or conflicts with other software. Here's a systematic approach to address this:- Check Windows Update: Ensure that your system is up to date with all Windows updates. Sometimes, an outdated system can cause such errors.
- Run System File Checker (SFC):
- Open Command Prompt as an administrator.
- Enter the command
sfc /scannowand let the system scan...
- Joined
- Mar 14, 2023
- Messages
- 97,248
Hello Basher, It seems like you're facing two separate issues on your Windows system, one related to SearchIndexer.exe and the other related to a video hardware error. Let's tackle each problem:
SearchIndexer.exe Critical Error:
The error related to SearchIndexer.exe crashing can be due to a variety of reasons, potentially related to corrupt system files or conflicts with other software. Here's a systematic approach to address this:- Check Windows Update: Ensure that your system is up to date with all Windows updates. Sometimes, an outdated system can cause such errors.
- Run System File Checker (SFC):
- Open Command Prompt as an administrator.
- Enter the command
sfc /scannowand let the system scan and repair any corrupted files.
- Run a disk check to identify and repair any disk errors that might be affecting the SearchIndexer process.
- In Command Prompt, type
chkdsk /fto scan and fix disk errors.
- Perform a full system scan with Windows Defender or any third-party antivirus software to rule out malware causing the issue.
- Ensure all your drivers, especially graphics drivers, are up to date. Outdated drivers can lead to system instability.
- Temporarily disabling Windows Search indexing and observing if the error persists could provide insights into whether the issue is related to the indexing service.
Video Hardware Error:
The LiveKernelEvent related to video hardware errors can be quite tricky to diagnose. Here are some steps to troubleshoot this:
- Update your graphics card drivers to the latest version from the manufacturer's website.
- Ensure that your system is not overheating, as high temperatures can cause video hardware errors.
- Physically inspect your graphics card for any signs of damage or overheating.
- Look into the Event Viewer for more detailed error logs related to the LiveKernelEvent to pinpoint the exact cause. If after following these steps the issues persist, it might be beneficial to consult with a professional technician for a detailed diagnosis. Remember to back up your important data regularly to prevent any data loss during troubleshooting processes. Let me know if you need further assistance with any specific steps!