Very annoying BSOD problem

Kristis.simkus

Beta member
Messages
1
Location
Lithuania
Hello all,

My name is Kristijonas and i have a very annoying problem with my hardware( in my opinion). The problem is that when i play a game called Lineage2 i get random BSOD or freezes that are very annoying cause i can get like 6 bsod's in 10 minutes!!! I'm having these errors like a year in a row, but now they becomed very often and it is going through my nerves:). I tried reinstalling windows thew times but it didn't help, so i thought that someone of you could help me solve the problem!

So there are my computer specs :
core 2 duo e8400 3ghz
Nvidia geforce 8400gs
500 gb hard drive
4 gb ram
Mobo msi 7529


I attached a photo of a bluescreenview. As i think the problem would be a bad hard drive because sometimes it starts to work very loudly ( i dont know, but i think like that)
So i think i could get your help as soon as possible, thanks!


Buescreenview: ImageShack® - Online Photo and Video Hosting
 
if you are getting the blue screen of death error message the normaly it is a driver issue and commonly a issue with hardware,

do the following actions first:,

Copy this into Notepad and save the file as Tools.bat and save it to the desktop
when you have saved the file right click and run as Administrator.

Code

@echo off
color 1f
cls
:A
echo 1)View Event Logs
echo 2)Download file to read logs
echo 3)Run Check Disk
echo 4)Run sfc Check
echo 5)Exit
set /p op= Enter Code:
if %op% ==1 goto 1
if %op% ==2 goto 2
if %op% ==3 goto 3
if %op% ==4 goto 4
if %op% ==5 goto 5
:1
cls
start C:\windows\Minidump
pause
cls
goto A
:2
cls
Start Blue screen of death (STOP error) information in dump files.
pause
cls
goto A
:3
cls
chkdsk /f /R
pause
cls
goto A
:4
sfc /scannow
pause
cls
goto A
:5
Exit


once you have completed that go though steps 1 to 4

let me know of any results of what it find.

when you have completed this task get back to me

Kind Regards
 
Back
Top Bottom