ΑΕΤΟΣ ΚΩΣΤΗΣ ρώτησε πριν 7 έτη

Καλημερα σε όλους !!!! 
Αντιμετωπιζω προβλήματα με μπλε οθονες και με συμβαντα Κernel Power 41 (63) με συνεχείς διακοπες και επανεκκινησεις. 
Το συστημα μου οπως καταγραφεται στο spessy 
Summary
Operating System
Windows 7 Ultimate 64-bit SP1
CPU
Intel Core i7 920 @ 2.67GHz 65 °C
Bloomfield 45nm Technology
RAM
8,00GB Dual-Channel DDR3 @ 533MHz (8-8-8-20)
Motherboard
ASUSTeK Computer INC. Rampage II GENE (LGA1366) 32 °C
Graphics
SMBX2335 (1920x1080@60Hz)
896MB NVIDIA GeForce GTX 295 (NVIDIA) 45 °C
896MB NVIDIA GeForce GTX 295 (NVIDIA) 46 °C
SLI Enabled
Storage
223GB ADATA SP550 SCSI Disk Device (SSD) 31 °C
279GB ST3300831A SCSI Disk Device (RAID)(Software RAID) 40 °C
931GB Seagate ST31000520AS ATA Device (SATA) 30 °C
298GB Seagate ST3320620AS ATA Device (SATA) 39 °C
139GB Western Digital WDC WD1500HLFS-01G6U0 ATA Device (SATA) 35 °C
465GB Western Digital WDC WD5001AALS-00L3B2 ATA Device (SATA) 40 °C
Optical Drives
ATAPI iHAS124 F ATA Device
Audio
Συσκευή High Definition Audio
Επίσης ειναι συνδεδεμένο LB LINK WN 1140AH και το τροφοδοτικό είναι Cooler Master RS-850-ESBA 85W 80PLUS  αγορασμένο το 2009-10 .. 
Operating System
Windows 7 Ultimate 64-bit SP1
Computer type: Desktop
Installation Date: 1/5/2017 10:22:29 πμ
Serial Number: FJGCP-4DFJD-GJY49-VJBQ7-HYRR2
Windows Security Center
User Account Control (UAC) Disabled
Windows Update
AutoUpdate Download Automatically and Install at Set Scheduled time
Schedule Frequency Every Day
Schedule Time 3:00 πμ
Windows Defender
Windows Defender Enabled
Firewall
Firewall Enabled
Display Name Avast Antivirus
Antivirus
Antivirus Enabled
Display Name Avast Antivirus
Virus Signature Database Up to date
.NET Frameworks installed
v4.6 Full
v4.6 Client
v3.5 SP1
v3.0 SP2
v2.0 SP2
Internet Explorer
Version 11.0.9600.18638
PowerShell
Version 2.0
Environment Variables
USERPROFILE C:\Users\AETOS KOSTIS
SystemRoot C:\Windows
User Variables
TEMP C:\Users\AETOS KOSTIS\AppData\Local\Temp
TMP C:\Users\AETOS KOSTIS\AppData\Local\Temp
Machine Variables
ComSpec C:\Windows\system32\cmd.exe
FP_NO_HOST_CHECK NO
NUMBER_OF_PROCESSORS 8
OS Windows_NT
Path C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE AMD64
PROCESSOR_IDENTIFIER Intel64 Family 6 Model 26 Stepping 4, GenuineIntel
PROCESSOR_LEVEL 6
PROCESSOR_REVISION 1a04
PSModulePath C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
TEMP C:\Windows\TEMP
TMP C:\Windows\TEMP
USERNAME SYSTEM
windir C:\Windows
windows_tracing_flags 3
windows_tracing_logfile C:\BVTBin\Tests\installpackage\csilogfile.log
Power Profile
Active power scheme Εξισορρόπηση
Hibernation Enabled
Turn Off Monitor after: (On AC Power) 10 min
Turn Off Hard Disk after: (On AC Power) 20 min
Suspend after: (On AC Power) 30 min
Screen saver Disabled
Uptime
Current Session
Current Time 5/5/2017 10:59:49 πμ
Current Uptime 955 sec (0 d, 00 h, 15 m, 55 s)
Last Boot Time 5/5/2017 10:43:54 πμ
 
Καταγραφή του Kernel 41(63) 

function Toggle(node)
{
if (!window.fullyLoaded) return;

// Expand the branch?
if (node.nextSibling.style.display == 'none')
{
// Change the sign from "+" to "-".
var tBodyNode = node.childNodes[0];
var trNode = tBodyNode.childNodes[0];
var tdNode = trNode.childNodes[0];
var bNode = tdNode.childNodes[0];
var textNode = bNode.childNodes[0];
if (textNode.nodeType == 3 /* Node.TEXT_NODE */) {
var s = textNode.data;
if (s.length > 0 && s.charAt(0) == '+') {
textNode.data = '-' + s.substring(1, s.length);
}
}

// show the branch
node.nextSibling.style.display = '';
}
else // Collapse the branch
{
// Change the sign from "-" to "+".
var tBodyNode = node.childNodes[0];
var trNode = tBodyNode.childNodes[0];
var tdNode = trNode.childNodes[0];
var bNode = tdNode.childNodes[0];
var textNode = bNode.childNodes[0];
if (textNode.nodeType == 3 /* Node.TEXT_NODE */) {
var s = textNode.data;
if (s.length > 0 && s.charAt(0) == '-') {
textNode.data = '+' + s.substring(1, s.length);
}
}

// hide the branch
node.nextSibling.style.display = 'none';
}
}

// Toggle "System" element by default so that it's default status is to hide its children
function ToggleSystemElement()
{
var body = document.getElementById("body");
var anchor = body.getElementsByTagName("table")[0];
Toggle(anchor);
}

// If binary data is present in event XML, show it in friendly form.
function ProcessBinaryData(binaryString, binaryDataCaption, wordsFormatString, bytesFormatString, normalFont, fixedWidthFont)
{
var bodyNode = document.getElementById("body");

// Add a at the end of the HTML body.
bodyNode.appendChild(document.createElement("hr"));

// This paragraph (p element) is the "Binary data:" literal string.
var p = document.createElement("p");
p.style.fontFamily = normalFont;
var b = document.createElement("b");
b.appendChild(document.createTextNode(binaryDataCaption));
p.appendChild(b);
p.appendChild(document.createElement("br"));
bodyNode.appendChild(p);

//
// Show binary data in Words format.
//
p = document.createElement("p");
p.style.fontFamily = normalFont;
p.appendChild(document.createTextNode(wordsFormatString));
bodyNode.appendChild(p);

// Must use fixed-width font for binary data.
p = document.createElement("p");
p.style.fontFamily = fixedWidthFont;

var i = 0;
var j = 0;
var s, tempS;
var translatedString;
var charCode;
var byte1, byte2;

// Each character in binaryString is a hex (16-based) representation of
// 4 binary bits. So it takes 2 characters in binaryString to form a
// complete byte; 4 characters for a word.
while (i < binaryString.length) {

s = (i / 4).toString(16); // To hex representation.
while (s.length < 4) {
s = "0" + s;
}
s += ": ";

// DWords representation is simply a rearrangement of the original binaryString
// For example, from:
//
// 0000000002005600000000000f000540
//
// (which is 00 00 00 00 02 00 56 00 00 00 00 00 0f 00 05 40).
//
// to:
//
// 0000: 00000000 00560002 00000000 4005000f
// 8 words per line, 4 DWords per line.
for (j = 0; j < 4; j++) {
s += binaryString.substring(i + 6, i + 8);
s += binaryString.substring(i + 4, i + 6);
s += binaryString.substring(i + 2, i + 4);
s += binaryString.substring(i, i + 2) + " ";
i += 8;
}

p.appendChild(document.createTextNode(s));
p.appendChild(document.createElement("br"));
}

bodyNode.appendChild(p);

//
// Show binary data in bytes format.
//
p = document.createElement("p");
p.style.fontFamily = normalFont;
p.appendChild(document.createTextNode(bytesFormatString));
bodyNode.appendChild(p);

// Must use fixed-width font for binary data.
p = document.createElement("p");
p.style.fontFamily = fixedWidthFont;

i = 0;
j = 0;

// Each character in binaryString is a hex (16-based) representation of
// 4 binary bits. So it takes 2 characters in binaryString to form a
// complete byte.
while (i < binaryString.length) {
translatedString = "";
// 2 characters in binaryString to form a byte
s = (i / 2).toString(16); // to hex representation.

// Prefix with '0' until its length is 4.
while (s.length < 4) {
s = "0" + s;
}
s += ": ";

// Show 8 bytes per line
for (j = 0; j < 8; j++) {
tempS = binaryString.substring(i, i + 2); // 2 for 1 byte
i += 2;
s += tempS + " ";

// Treat tempS as hex integer
charCode = parseInt(tempS, 16);
if (charCode < 32) {
translatedString += ".";
} else {
translatedString += String.fromCharCode(charCode);
}
}

while (s.length < 32) {
s += " ";
}
s += translatedString;

p.appendChild(document.createTextNode(s));
p.appendChild(document.createElement("br"));
}

bodyNode.appendChild(p);
}

-
System

 
 

-
Provider

 
 
 
[ Name]
Microsoft-Windows-Kernel-Power

 
 
 
[ Guid]
{331C3B3A-2005-44C2-AC5E-77220C37D6B4}

 
 

 
EventID
41

 
 

 
Version
2

 
 

 
Level
1

 
 

 
Task
63

 
 

 
Opcode
0

 
 

 
Keywords
0x8000000000000002

 
 

-
TimeCreated

 
 
 
[ SystemTime]
2017-05-05T07:44:02.488812200Z

 
 

 
EventRecordID
22528

 
 

 
Correlation

 
 

-
Execution

 
 
 
[ ProcessID]
4

 
 
 
[ ThreadID]
8

 
 

 
Channel
System

 
 

 
Computer
AETOSKOSTIS-PC

 
 

-
Security

 
 
 
[ UserID]
S-1-5-18

-
EventData

 
 
BugcheckCode
0

 
 
BugcheckParameter1
0x0

 
 
BugcheckParameter2
0x0

 
 
BugcheckParameter3
0x0

 
 
BugcheckParameter4
0x0

 
 
SleepInProgress
false

 
 
PowerButtonTimestamp
0

Aνάλυση των μπλε οθονών 
Computer name: AETOSKOSTIS-PC
Windows version: Windows 7 Service Pack 1, 6.1, build: 7601
Windows dir: C:\Windows
Hardware: ASUSTeK Computer INC., Rampage II GENE
CPU: GenuineIntel Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz Intel586, level: 6
8 logical processors, active mask: 255
RAM: 8580620288 bytes total

Crash Dump Analysis

Crash dump directory: C:\Windows\Minidump

Crash dumps are enabled on your computer.

On Thu 4/5/2017 11:12:51 μμ your computer crashed
crash dump file: C:\Windows\Minidump\050417-15100-01.dmp
This was probably caused by the following module: ndisuio.sys (ndisuio+0x3536)
Bugcheck code: 0x1000007E (0xFFFFFFFFC0000005, 0xFFFFF88003D4B536, 0xFFFFF8800336FA98, 0xFFFFF8800336F2F0)
Error: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M
file path: C:\Windows\system32\drivers\ndisuio.sys
product: Λειτουργικό σύστημα Microsoft® Windows®
company: Microsoft Corporation
description: Πρόγραμμα οδήγησης I/O λειτουργίας χρήστη NDIS
Bug check description: This indicates that a system thread generated an exception which the error handler did not catch.
This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
The crash took place in a standard Microsoft module. Your system configuration may be incorrect. Possibly this problem is caused by another driver on your system that cannot be identified at this time.


On Thu 4/5/2017 11:12:51 μμ your computer crashed
crash dump file: C:\Windows\memory.dmp
This was probably caused by the following module: ndisuio.sys (ndisuio+0x3536)
Bugcheck code: 0x7E (0xFFFFFFFFC0000005, 0xFFFFF88003D4B536, 0xFFFFF8800336FA98, 0xFFFFF8800336F2F0)
Error: SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
file path: C:\Windows\system32\drivers\ndisuio.sys
product: Λειτουργικό σύστημα Microsoft® Windows®
company: Microsoft Corporation
description: Πρόγραμμα οδήγησης I/O λειτουργίας χρήστη NDIS
Bug check description: This bug check indicates that a system thread generated an exception that the error handler did not catch.
The crash took place in a standard Microsoft module. Your system configuration may be incorrect. Possibly this problem is caused by another driver on your system that cannot be identified at this time.


On Thu 4/5/2017 8:59:54 μμ your computer crashed
crash dump file: C:\Windows\Minidump\050417-14976-01.dmp
This was probably caused by the following module: nwifi.sys (nwifi+0x2A553)
Bugcheck code: 0x3B (0xC0000005, 0xFFFFF8800382A553, 0xFFFFF88008952E30, 0x0)
Error: SYSTEM_SERVICE_EXCEPTION
file path: C:\Windows\system32\drivers\nwifi.sys
product: Λειτουργικό σύστημα Microsoft® Windows®
company: Microsoft Corporation
description: Πρόγραμμα οδήγησης Miniport NativeWiFi
Bug check description: This indicates that an exception happened while executing a routine that transitions from non-privileged code to privileged code.
This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
The crash took place in a standard Microsoft module. Your system configuration may be incorrect. Possibly this problem is caused by another driver on your system that cannot be identified at this time.


On Mon 1/5/2017 11:21:24 πμ your computer crashed
crash dump file: C:\Windows\Minidump\050117-18361-01.dmp
This was probably caused by the following module: hal.dll (hal+0x12A3B)
Bugcheck code: 0x124 (0x0, 0xFFFFFA800825D028, 0xBA000000, 0x400405)
Error: WHEA_UNCORRECTABLE_ERROR
file path: C:\Windows\system32\hal.dll
product: Microsoft® Windows® Operating System
company: Microsoft Corporation
description: Hardware Abstraction Layer DLL
Bug check description: This bug check indicates that a fatal hardware error has occurred. This bug check uses the error data that is provided by the Windows Hardware Error Architecture (WHEA).
This is likely to be caused by a hardware problem problem. This problem might also be caused because of overheating (thermal issue).
The crash took place in a standard Microsoft module. Your system configuration may be incorrect. Possibly this problem is caused by another driver on your system that cannot be identified at this time.


On Mon 1/5/2017 11:11:41 πμ your computer crashed
crash dump file: C:\Windows\Minidump\050117-16988-01.dmp
This was probably caused by the following module: Unknown (0xFFFFF80003005F6E)
Bugcheck code: 0x124 (0x0, 0xFFFFFA80082EA028, 0xFA000000, 0x400405)
Error: WHEA_UNCORRECTABLE_ERROR
Bug check description: This bug check indicates that a fatal hardware error has occurred. This bug check uses the error data that is provided by the Windows Hardware Error Architecture (WHEA).
This is likely to be caused by a hardware problem problem. This problem might also be caused because of overheating (thermal issue).
A third party driver was identified as the probable root cause of this system error.
Google query: WHEA_UNCORRECTABLE_ERROR

Συντήρηση γινεται τακτικά στο εσωτερικο του και με αλλαγή παστας στον επεξεργαστή ..Πριν το πετάξω ... γιατι ειναι πολυ εκνευριστικό αυτο που γινεται  υπαρχει ''σωτηρία''?  Εχω ακολουθησει πολλές απο τισ οδηγιες που δινετε σ αυτα τα θέματα ...αλλά... η εγω δεν κανω κατι σωστα η ..ειναι στα τελευταια του ? 
Ευχαριστω προκαταβολικα για την βοηθεια σας !!!! 
 

5 Απαντήσεις

Γιώργος Τράντζας Staff απάντησε πριν 7 έτη

Καλησπέρα φίλε μου,
Απ' ότι βλέπω, η μπλε οθόνη προκαλείται από διαφορετικά αρχείο κάθε φορά. Υποθέτω ότι φταίνε διάφοροι drivers.
Για αρχή θα σου προτείνω μια λύση για το αρχείο ndisuio.sys. Αν δεν λυθεί το πρόβλημα, θα συνεχίσουμε και στα επόμενο αρχεία.
Όσο αφορά το ndisuio.sys, στον παρακάτω σύνδεσμο θα δεις τι είναι και πώς μπορείς να επιλύσεις το πρόβλημά σου:
http://www.solvusoft.com/en/files/bsod-blue-screen-error/sys/windows/microsoft/msdn-disc-2441-2/ndisuio-sys/

ΑΕΤΟΣ ΚΩΣΤΗΣ απάντησε πριν 7 έτη

 Kαλησπερα Γιωργο !!! 
Δηλαδη να κατεβασω το Win Thruster να το τρέξω ? ενημερωση οδηγων εχει γινει

Γιώργος Τράντζας Staff απάντησε πριν 7 έτη

Όχι φίλε μου. Θα πας και θα ακολουθήσεις τις οδηγίες στην ενότητα "How To Fix Ndisuio.sys Errors."
Έχει αναλυτικά βήματα. 

Γιώργος Τράντζας Staff απάντησε πριν 7 έτη

Στο συγκεκριμένο βήμα σου δίνει δύο επιλογές, τη χειροκίνητη και την αυτόματη μέθοδο.
Αν δεν έχεις εμπειρία, επέλεξε την αυτόματη μέθοδο κατεβάζοντας το WinThruster.