Annoying BSOD

fahmifitu

New member
Local time
4:35 PM
Messages
6
Hi all,
I'm having an annoying BSOD Since last year :cry:
i installed blue screen viewer and as it appears the problem was in halmacpi.dll .. the bsod is showing different error numbers >> kernel_irql_blablabla something about memory mangament, a uncorrectable hardware 0x00000124
I tried to format, cleaning/removing rams.. nothing happened

at first i thought it was from avira antivirus so i unistalled it and bsod had gone for a while but now it's back :")


I have a PC running Windows 7 ultimate edition
with gigabyte motherboard core 2 duo cpu

check the attachments
pls help :))) thanks
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Gigabyte
OS
Windows 7 ultimate edition 32-bit
CPU
Core 2 duo cpu
Memory
2 GB ram
Graphics Card(s)
none
Monitor(s) Displays
Sony bravia 32"
Hard Drives
500 + 320
Antivirus
avast
Browser
Chrome
Did you make sure to follow ALL instructions in the bsod posting instructions shown above? If not; please make sure you do so as it will help us to serve you better.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
custom built
OS
Windows 7 ultimate 64-bit
CPU
Intel I7 2600K 3.4ghz
Motherboard
Asus Evo P8P67
Memory
Corsair 16gb ddr3 1600mhz
Graphics Card(s)
Nvidia Geforce gt 430
Sound Card
Sound Blaster Titanium x-fi pci express
Monitor(s) Displays
Dell E198WFP
Hard Drives
1 western digital 2TB drive.
PSU
Antec 1200 watt
Case
Inwin Dragon Rider
Cooling
6 case supplied cooling fans
Keyboard
logitech mk700
Mouse
logitech m705
Internet Speed
25-50mbps download; 10mbps upload(i think)
Antivirus
avg free 2014
Browser
mozilla firefox
Other Info
Also have a pretty bad speaker setup which is a klipsch promedia 5.1 surround speaker setup with huge subwoofer and lg blu ray player/writer. Also a hp officejet pro 8600 plus wireless all in one and a logitech s7500 webcam.
Did you make sure to follow ALL instructions in the bsod posting instructions shown above? If not; please make sure you do so as it will help us to serve you better.

Yes ofc BRO :D .. check the attachment

I debugged it tho using WinDbg it was from ntkrpamp.exe .. I couldnt figure out how to fix it :mad:
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Gigabyte
OS
Windows 7 ultimate edition 32-bit
CPU
Core 2 duo cpu
Memory
2 GB ram
Graphics Card(s)
none
Monitor(s) Displays
Sony bravia 32"
Hard Drives
500 + 320
Antivirus
avast
Browser
Chrome
anyone?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Gigabyte
OS
Windows 7 ultimate edition 32-bit
CPU
Core 2 duo cpu
Memory
2 GB ram
Graphics Card(s)
none
Monitor(s) Displays
Sony bravia 32"
Hard Drives
500 + 320
Antivirus
avast
Browser
Chrome
Welcome to SF fahmifitu :) .

Unfortunately files are missing, so I'm not getting the full picture.
Please run the SFDT again and let it run its course it can take 15min at times to collect all the data necessary.
There should be eight files generated not including the dumps.

From what I can piece together this is a very very old machine (shouldn't be running Windows 7).

Code:
!sysinfo machineid
Machine ID Information [From Smbios 2.3, DMIVersion 35, Size=1090]
BiosVendor = Award Software International, Inc.
BiosVersion = FA
[COLOR=Red][U]BiosReleaseDate = 12/26/2006[/U][/COLOR]
SystemManufacturer =  
SystemProductName =  
SystemVersion =  
BaseBoardManufacturer = Gigabyte Technology Co., Ltd.
[COLOR=Red][U]BaseBoardProduct = 8I865GME-775-RH[/U][/COLOR]  

[Processor Information (Type 4) - Length 35 - Handle 0004h]
[COLOR=Red]  Socket Designation            Socket 775[/COLOR]
  Processor Type                Central Processor
 [COLOR=Red] Processor Family              b2h - Pentium IV Processor[/COLOR]
  Processor Manufacturer        Intel
  Processor ID                  650f0000fffbebbf
[COLOR=Red]  Processor Version             Intel(R) Celeron(R) D CPU[/COLOR]
  Processor Voltage             8dh - 1.3V
  External Clock                133MHz
  Max Speed                     3600MHz
  Current Speed                 3600MHz
  Status                        Enabled Populated
  Processor Upgrade             Socket 478
  L1 Cache Handle               0009h
  L2 Cache Handle               000ah
  L3 Cache Handle               [Not Present]

[Memory Device (Type 17) - Length 27 - Handle 001bh]
  Physical Memory Array Handle  001ah
  Memory Error Info Handle      [Not Provided]
  Total Width                   64 bits
  Data Width                    64 bits
[COLOR=Red]  Size                          1024MB[/COLOR]
  Form Factor                   09h - DIMM
  Device Set                    [None]
  Device Locator                A0
  Bank Locator                  Bank0/1
  Memory Type                   02h - Unknown
  Type Detail                   0000h -
[COLOR=Red]  Speed                         333MHz[/COLOR]

[Memory Device (Type 17) - Length 27 - Handle 001ch]
  Physical Memory Array Handle  001ah
  Memory Error Info Handle      [Not Provided]
  Total Width                   64 bits
  Data Width                    64 bits
[COLOR=Red]  Size                          1024MB[/COLOR]
  Form Factor                   09h - DIMM
  Device Set                    [None]
  Device Locator                A1
  Bank Locator                  Bank2/3
  Memory Type                   02h - Unknown
  Type Detail                   0000h -
[COLOR=Red]  Speed                         333MHz[/COLOR]

The bugchecks are 0x124 which is a hardware fault, all are the same NOTIMEOUT_ERR (0,0)
which is usually a thermal issue.
Code:
BugCheck 124, {0, [COLOR=Blue]85d03854[/COLOR], b2000000, 1020080f}

kd> !errrec [COLOR=Blue]85d03854[/COLOR]

Error Type    : BUS error
Operation     : Generic

===============================================================================
Section 2     : x86/x64 MCA
-------------------------------------------------------------------------------
Descriptor    @ 85d03964
Section       @ 85d03bbc
Offset        : 872
Length        : 264
Flags         : 0x00000000
Severity      : Fatal

Error         : BUSLG_SRC_ERR_*_[COLOR=Red][U]NOTIMEOUT_ERR[/U][/COLOR] (Proc 0 Bank 0)
  Status      : 0xb20000001020080f
A "stop 0x124" is fundamentally different to many other types of bluescreens because it stems from a hardware complaint. Stop 0x124 minidumps contain very little practical information, and it is therefore necessary to approach the problem as a case of hardware in an unknown state of distress. - H2SO4
The generic nature of the 0x124 (Arg1=0) stop code means we would have to take
the trail & error approach.


What is the make, model and age of your PSU?
Fill out this form and post back the result:

Good practice, open up the case and re-seat all types of connection.

  • SATA Cables (HDD/SSD/ODD).
  • SATA-Power.
  • Motherboard 24-pin.
  • Motherboard 4/8-pin (CPU).
  • Re-seat the RAM.
  • Re-seat the GPU.
Make sure that every slot / cable head is free of dust or other obstruction.
Make sure that every connection is seating properly and firmly in-place.

Also have a look at the motherboard and the GPU, search for any "bad caps", bulky, leaking bloated capacitors.

i.e




:ar: Test for thermals and stability:

  • Download HWinfo and post a Screenshot of the sensors window, one at idle and another while putting load on the PC using Prime95 for the CPU side and Furmark for the GPU.
    • Before running Prime95 make sure to enable Round-off checking (see 1st post under the tutorial).
       Note
    It is not mandatory to run both tests simultaneously, although possible as long as the temperatures are under constant monitoring.
:ar: Reset the BIOS back to default:
   Note
Write down the current value of the SATA Mode!
Its either AHCI or IDE.
After resetting the CMOS go back and verify the value for SATA Mode is what it was
when the OS was installed.

If any component is overclocked reset it back to stock speeds!



Good places to read more:

 

My Computer

Computer type
PC/Desktop
OS
Windows 10
CPU
Intel Core i5 3570K
Motherboard
Asus P8Z77V-PRO
Memory
16GB 1600Mhz G.Skill
Graphics Card(s)
Gigabyte GTX 970 G1-Gaming
PSU
Seasonic 1000W Platinum
Case
Fractal Design Define R4
Cooling
Noctua NH-D14
Welcome to SF fahmifitu :) .

Unfortunately files are missing, so I'm not getting the full picture.
Please run the SFDT again and let it run its course it can take 15min at times to collect all the data necessary.
There should be eight files generated not including the dumps.

From what I can piece together this is a very very old machine (shouldn't be running Windows 7).

Code:
!sysinfo machineid
Machine ID Information [From Smbios 2.3, DMIVersion 35, Size=1090]
BiosVendor = Award Software International, Inc.
BiosVersion = FA
[COLOR=Red][U]BiosReleaseDate = 12/26/2006[/U][/COLOR]
SystemManufacturer =  
SystemProductName =  
SystemVersion =  
BaseBoardManufacturer = Gigabyte Technology Co., Ltd.
[COLOR=Red][U]BaseBoardProduct = 8I865GME-775-RH[/U][/COLOR]  

[Processor Information (Type 4) - Length 35 - Handle 0004h]
[COLOR=Red]  Socket Designation            Socket 775[/COLOR]
  Processor Type                Central Processor
 [COLOR=Red] Processor Family              b2h - Pentium IV Processor[/COLOR]
  Processor Manufacturer        Intel
  Processor ID                  650f0000fffbebbf
[COLOR=Red]  Processor Version             Intel(R) Celeron(R) D CPU[/COLOR]
  Processor Voltage             8dh - 1.3V
  External Clock                133MHz
  Max Speed                     3600MHz
  Current Speed                 3600MHz
  Status                        Enabled Populated
  Processor Upgrade             Socket 478
  L1 Cache Handle               0009h
  L2 Cache Handle               000ah
  L3 Cache Handle               [Not Present]

[Memory Device (Type 17) - Length 27 - Handle 001bh]
  Physical Memory Array Handle  001ah
  Memory Error Info Handle      [Not Provided]
  Total Width                   64 bits
  Data Width                    64 bits
[COLOR=Red]  Size                          1024MB[/COLOR]
at ad'[/URL][/B][/U]
[/LIST][/QUOTE]

Sorry for delaying, I have exams this week so i couldnt reply. 

yes, It's an old machine. the power supply have broken down so i changed it with another computer's power supply. but i have BSOd even before changing it so it's probably not the problem. 

about the missing files : i'll try to upload the file again as soon as i can :o it's just one of those rough weeks :o 
the problem is when i start the computer this stupid BSOD comes up and i have to restart. it's hard to make a full scan with the sf even with safemode.

i'll check the MB as u said for any problems

I want to ask what os is good for my pc? vista? 




thanks for replying :D :D :D
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Gigabyte
OS
Windows 7 ultimate edition 32-bit
CPU
Core 2 duo cpu
Memory
2 GB ram
Graphics Card(s)
none
Monitor(s) Displays
Sony bravia 32"
Hard Drives
500 + 320
Antivirus
avast
Browser
Chrome
It's OK take your time :).

You get a 0x124 BSOD every time you power on the PC?
Have you performed any of the above?
Any results / updates?
As of now I think it's too soon to be talking about which OS.
 

My Computer

Computer type
PC/Desktop
OS
Windows 10
CPU
Intel Core i5 3570K
Motherboard
Asus P8Z77V-PRO
Memory
16GB 1600Mhz G.Skill
Graphics Card(s)
Gigabyte GTX 970 G1-Gaming
PSU
Seasonic 1000W Platinum
Case
Fractal Design Define R4
Cooling
Noctua NH-D14
It's OK take your time :).

You get a 0x124 BSOD every time you power on the PC?
Have you performed any of the above?
Any results / updates?
As of now I think it's too soon to be talking about which OS.

Hi again..

Yes I get BSOD every time I start my pc :( , I did take a look at the motherboard everything is looking good and working, reseated the cables and cleaned them and runned that sf again. Check the attachments! :geek:
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Gigabyte
OS
Windows 7 ultimate edition 32-bit
CPU
Core 2 duo cpu
Memory
2 GB ram
Graphics Card(s)
none
Monitor(s) Displays
Sony bravia 32"
Hard Drives
500 + 320
Antivirus
avast
Browser
Chrome
Thanks for the added information :).

How are the temperatures?
Did you look for dust build up?
When was the last time the thermal paste was replaced?
 

My Computer

Computer type
PC/Desktop
OS
Windows 10
CPU
Intel Core i5 3570K
Motherboard
Asus P8Z77V-PRO
Memory
16GB 1600Mhz G.Skill
Graphics Card(s)
Gigabyte GTX 970 G1-Gaming
PSU
Seasonic 1000W Platinum
Case
Fractal Design Define R4
Cooling
Noctua NH-D14
Thanks for the added information :).

How are the temperatures?
Did you look for dust build up?
When was the last time the thermal paste was replaced?
Fans are working and there is no dust ..

i dont know what is thermal paste and never replaced it :p .. Is this unfixable or what? should i buy a new power supply or something else?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Gigabyte
OS
Windows 7 ultimate edition 32-bit
CPU
Core 2 duo cpu
Memory
2 GB ram
Graphics Card(s)
none
Monitor(s) Displays
Sony bravia 32"
Hard Drives
500 + 320
Antivirus
avast
Browser
Chrome

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Golden Mk. I.4
OS
Windows 10 Pro x64 ; Xubuntu x64
CPU
Intel i7 860 @ 2.80 GHz O/C'ed to 4.0GHz
Motherboard
Gigabyte P55A-UD3R Rev.1. Award BIOS F13
Memory
16GB Corsair Vengance DDR3 @ 661 MHz Dual Channel (9-9-9-24)
Graphics Card(s)
EVGA NVidia GTX 560 1024MB
Sound Card
Realtek Integrated
Monitor(s) Displays
Dual Samsung SyncMaster 2494HS
Screen Resolution
1920*1080 and 1920*1080
Hard Drives
1*Samsung 840 EVO 120GB SSD;
1*OCZ Vertex 2 60GB SSD;
2*Samsung F3 SpinPoint 1TB in RAID0;
1*Samsung F1 SpinPoint 1TB;
2*Western Digital 1TB External USB 3.0
1*Western Digital 500GB External USB 3.0
1*Seagate 500GB External USB 2.0
PSU
Thermaltake ToughPower QFan 750W
Case
Thermaltake Element S VK60001W2Z
Cooling
Corsair H60 Water Cooling, 2*230mm and 2*80mm case fans
Keyboard
Logitech G110
Mouse
Logitech MX518
Back
Top