Guru3D.com Forums

Go Back   Guru3D.com Forums > Affiliates > MSI AfterBurner Overclock Application Discussion forum
MSI AfterBurner Overclock Application Discussion forum This forum is intended for MSI customers for questions on the AfterBurner Overclock Utility based off Rivatuner. In this section the users help each other out with answers as well as support staff from MSI.



Reply
 
Thread Tools Display Modes
[Solution/Workaround] Battlefield: Bad Company 2 Locking up/Freezing/Crashing
Old
  (#1)
king-dubs
Maha Guru
 
Videocard: TITAN X (Pascal) + X34
Processor: i7 2600k @ 4.6 GHz 1.44v
Mainboard: GIGABYTE Z68XP-UD4 U1L
Memory: 16GB Corsair Vengeance LP
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX-1200
Default [Solution/Workaround] Battlefield: Bad Company 2 Locking up/Freezing/Crashing - 04-22-2011, 02:21 | posts: 2,383 | Location: 127.0.0.1

Hey guys,

I've seen way too many posts about this over and over.

I wanted to consolidate everything into one thread.

As you may know, the hard-locking/freezing/crashing/BSoDing in Battlefield: Bad Company 2 is caused by Punkbuster.

The reason is, Punkbuster is accessing restricted memory locations reserved for hardware (particularly the GPU). (As revealed by Unwinder)

The result is, just about any hardware monitoring program will cause the game to lock up if you are playing in a Punkbuster-protected server on BFBC2 Multiplayer with the software(s) running. (e.g. MSI Afterburner, SAPPHIRE TRIXX, GPU-Z, ASUS iTracker, ASUS SmartDoctor)

Software that comes with your motherboard (like the ASUS overclocking tools) can also cause the BSoD/crash. And many of them can be running in the background without being obvious. For example, ASUS SmartDoctor is still running even after "Exiting". It runs a service called ASDR. Stop it, and stop crashing. I learned this after flashed my 6950 with an ASUS BIOS to use SmartDoctor to extend overclock range (to prevent having to use UnofficialOC Mode in Afterburner).

Solutions/Workarounds:
1. The best solution is to have everyone open EA/Evenbalance support tickets about this very issue. Once there's a large amount of people, they are sure to listen, as hopeless as it may seem at first.

2. The best workaround in my opinion is one provided by Unwinder himself. That is, to stop MSI Afterburner from accessing certain low-level functions of the GPU by neutering it. To do so, all you have to do is navigate to the Afterburner folder and then rename "RTCore.cfg" to anything else (or delete it, but that's not recommended). Do this BEFORE running Afterburner of course. If you already have it running, you'll need to restart Afterburner. This will stop the freezing/crashing in BFBC2 while having Afterburner running, and will preserve your user-defined fan profiles. However, certain features may no longer work (like fan RPM monitoring, which is all I've noticed different other than a much more stable BFBC2 MP gameplay).

TL;DR version: Rename RTCore.cfg

3. Popular, but not recommended workaround: use an older version like v2.0.0. The problem is, these older versions may not be completely compatible with your shiny new GPU. I suggest using workaround #2.

4. Pause monitoring in MSI Afterburner. This was the first working workaround I've found. However, this won't do anything if you have user-defined fan profile as the program continues to monitor and will cause a BSoD if PB tries to scan.

5. The most unwanted workaround: don't use Afterburner or any other monitoring software. This works, but I'm sure most of you here WANT to use Afterburner.

Hope this has helped you all!

Please do consider solution #1 first!


Sources cited:
Unwinder on Afterburner neutering

Unwinder on Punkbuster scanning flaw causing crashes

Last edited by king-dubs; 04-22-2011 at 02:34.
   
Reply With Quote
 
Old
  (#2)
pphx459
Newbie
 
Videocard: Asus 5970 2gb
Processor: Intel Core i7 920
Mainboard: EVGA Classified
Memory: Corsair 2000
Soundcard: Creative
PSU: Corsair 1000 HX
Default 04-22-2011, 05:26 | posts: 16

Looks like there is a new bc2 punkbuster update today. Anyone try this yet with AB?
   
Reply With Quote
Old
  (#3)
king-dubs
Maha Guru
 
Videocard: TITAN X (Pascal) + X34
Processor: i7 2600k @ 4.6 GHz 1.44v
Mainboard: GIGABYTE Z68XP-UD4 U1L
Memory: 16GB Corsair Vengeance LP
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX-1200
Default 04-22-2011, 23:47 | posts: 2,383 | Location: 127.0.0.1

According to some other people, there's no fix yet.
   
Reply With Quote
Old
  (#4)
king-dubs
Maha Guru
 
Videocard: TITAN X (Pascal) + X34
Processor: i7 2600k @ 4.6 GHz 1.44v
Mainboard: GIGABYTE Z68XP-UD4 U1L
Memory: 16GB Corsair Vengeance LP
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX-1200
Default 04-23-2011, 07:09 | posts: 2,383 | Location: 127.0.0.1

BAD news:
I removed my workaround temporarily and used Afterburner. The new PB update made it crash sooner. WAY sooner.

Put my workaround back, working perfectly fine again.

Looks like the new PB update is still a fail.
   
Reply With Quote
 
Old
  (#5)
k10ck3r
Newbie
 
Videocard: Gigabyte HD 6870
Processor: Intel Q9450 @ 3.2 GHz
Mainboard: Asus Rampage Formula
Memory: 8 GB G.SKILL PC2 8500
Soundcard: Creative Audigy Plat. EX
PSU: Enermax Infiniti 720
Default 04-23-2011, 19:10 | posts: 5

Until PB is fixed (not holding my breath), some of you may find this to be useful:

I have created two batch files in the afterburner directory. One is called LaunchForPb.bat, and the other is called LaunchNormal.bat. They shut down the active afterburner processes and relaunch afterburner with the selected mode. This way, I can run afterburner normally until I want to play BC2, at which point I invoke the LaunchForPb batch file. When I am done playing, I invoke the LaunchNormal batch file.

Here are the contents of the batch files:

LaunchForPb.bat:
@echo off
taskkill /f /im RTSS.exe
taskkill /f /im MSIAfterburner.exe
if EXIST RTCore.cfg move RTCore.cfg RTCore.cfg.bak
start MSIAfterburner

LaunchNormal.bat:
@echo off
taskkill /f /im RTSS.exe
taskkill /f /im MSIAfterburner.exe
if EXIST RTCore.cfg.bak move RTCore.cfg.bak RTCore.cfg
start MSIAfterburner
   
Reply With Quote
Old
  (#6)
Dublin_Gunner
Ancient Guru
 
Dublin_Gunner's Avatar
 
Videocard: R9 280x
Processor: Athlon II x4 645 @3.7
Mainboard: CrossfireX 890GX
Memory: 8GB G-Skill Tri-X 2400Mhz
Soundcard:
PSU: Corsair HX 1000
Default 04-26-2011, 15:18 | posts: 4,640 | Location: Dublin, Ireland

Could you not add a start for bc2 into the config file also?

Means you could essentially use the 1 file for your workaround and 'shortcut' for bc2... (to save having to click 2 things, and having to remember to click the bat file separately).


Is this issue only on AMD cards? I've never noticed it on my 570, 8800gts 320 or gtx460.

Saying that, I never noticed it on my 4870 either... (and I've been using Afterburner for donkeys, with the OSD).
   
Reply With Quote
Old
  (#7)
king-dubs
Maha Guru
 
Videocard: TITAN X (Pascal) + X34
Processor: i7 2600k @ 4.6 GHz 1.44v
Mainboard: GIGABYTE Z68XP-UD4 U1L
Memory: 16GB Corsair Vengeance LP
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX-1200
Default 04-26-2011, 15:33 | posts: 2,383 | Location: 127.0.0.1

But do you play BFBC2 on MP on PB-protected servers for > 10 minutes with Afterburner / GPU-Z running in the background?
   
Reply With Quote
Old
  (#8)
Dublin_Gunner
Ancient Guru
 
Dublin_Gunner's Avatar
 
Videocard: R9 280x
Processor: Athlon II x4 645 @3.7
Mainboard: CrossfireX 890GX
Memory: 8GB G-Skill Tri-X 2400Mhz
Soundcard:
PSU: Corsair HX 1000
Default 04-26-2011, 15:45 | posts: 4,640 | Location: Dublin, Ireland

Quote:
Originally Posted by king-dubs View Post
But do you play BFBC2 on MP on PB-protected servers for > 10 minutes with Afterburner / GPU-Z running in the background?
Yep, nearly every night.

Usually play on 1000 ticket servers, so you could be talking 40 mins per round. I've honestly never had this issue.

I never play on non-pb servers, and always have afterburner running, with the OSD on (I like to see my cards load and temps etc).

Very odd issue. Have people with NV cards reported having this issue? (though as I said, never happened with my HD 4870, which I had up until just before christmas).

Is there anything you'd like me to test / check that might help?
   
Reply With Quote
Old
  (#9)
king-dubs
Maha Guru
 
Videocard: TITAN X (Pascal) + X34
Processor: i7 2600k @ 4.6 GHz 1.44v
Mainboard: GIGABYTE Z68XP-UD4 U1L
Memory: 16GB Corsair Vengeance LP
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX-1200
Default 04-26-2011, 18:24 | posts: 2,383 | Location: 127.0.0.1

Use PBSetup to update PunkBuster.

Older PunkBuster does NOT cause the issues mentioned in OP.

You may be one of the lucky few who was not updated to the new, bugged Punkbuster.
   
Reply With Quote
Old
  (#10)
cesthree
Newbie
 
cesthree's Avatar
 
Videocard: Intel HD 3000 IGP
Processor: Intel i5-2500K
Mainboard: AsRock Z68 Pro3-M
Memory: 4GB x 2 C9 Vengeance
Soundcard: Logitech G930
PSU: Corsair AX850
Default 05-01-2011, 03:05 | posts: 10 | Location: Pittsburg, KS

Quote:
Originally Posted by king-dubs View Post
Hey guys,

I've seen way too many posts about this over and over.

I wanted to consolidate everything into one thread.

As you may know, the hard-locking/freezing/crashing/BSoDing in Battlefield: Bad Company 2 is caused by Punkbuster.

The reason is, Punkbuster is accessing restricted memory locations reserved for hardware (particularly the GPU). (As revealed by Unwinder)

The result is, just about any hardware monitoring program will cause the game to lock up if you are playing in a Punkbuster-protected server on BFBC2 Multiplayer with the software(s) running. (e.g. MSI Afterburner, SAPPHIRE TRIXX, GPU-Z, ASUS iTracker, ASUS SmartDoctor)

Software that comes with your motherboard (like the ASUS overclocking tools) can also cause the BSoD/crash. And many of them can be running in the background without being obvious. For example, ASUS SmartDoctor is still running even after "Exiting". It runs a service called ASDR. Stop it, and stop crashing. I learned this after flashed my 6950 with an ASUS BIOS to use SmartDoctor to extend overclock range (to prevent having to use UnofficialOC Mode in Afterburner).

Solutions/Workarounds:
1. The best solution is to have everyone open EA/Evenbalance support tickets about this very issue. Once there's a large amount of people, they are sure to listen, as hopeless as it may seem at first.

2. The best workaround in my opinion is one provided by Unwinder himself. That is, to stop MSI Afterburner from accessing certain low-level functions of the GPU by neutering it. To do so, all you have to do is navigate to the Afterburner folder and then rename "RTCore.cfg" to anything else (or delete it, but that's not recommended). Do this BEFORE running Afterburner of course. If you already have it running, you'll need to restart Afterburner. This will stop the freezing/crashing in BFBC2 while having Afterburner running, and will preserve your user-defined fan profiles. However, certain features may no longer work (like fan RPM monitoring, which is all I've noticed different other than a much more stable BFBC2 MP gameplay).

TL;DR version: Rename RTCore.cfg

3. Popular, but not recommended workaround: use an older version like v2.0.0. The problem is, these older versions may not be completely compatible with your shiny new GPU. I suggest using workaround #2.

4. Pause monitoring in MSI Afterburner. This was the first working workaround I've found. However, this won't do anything if you have user-defined fan profile as the program continues to monitor and will cause a BSoD if PB tries to scan.

5. The most unwanted workaround: don't use Afterburner or any other monitoring software. This works, but I'm sure most of you here WANT to use Afterburner.

Hope this has helped you all!

Please do consider solution #1 first!


Sources cited:
Unwinder on Afterburner neutering

Unwinder on Punkbuster scanning flaw causing crashes
Quote:
Originally Posted by k10ck3r View Post
Until PB is fixed (not holding my breath), some of you may find this to be useful:

I have created two batch files in the afterburner directory. One is called LaunchForPb.bat, and the other is called LaunchNormal.bat. They shut down the active afterburner processes and relaunch afterburner with the selected mode. This way, I can run afterburner normally until I want to play BC2, at which point I invoke the LaunchForPb batch file. When I am done playing, I invoke the LaunchNormal batch file.

Here are the contents of the batch files:

LaunchForPb.bat:
@echo off
taskkill /f /im RTSS.exe
taskkill /f /im MSIAfterburner.exe
if EXIST RTCore.cfg move RTCore.cfg RTCore.cfg.bak
start MSIAfterburner

LaunchNormal.bat:
@echo off
taskkill /f /im RTSS.exe
taskkill /f /im MSIAfterburner.exe
if EXIST RTCore.cfg.bak move RTCore.cfg.bak RTCore.cfg
start MSIAfterburner
Thanks for both of these posts and all of your solutions.

Currently, I am using your batch file workaround; they are working great. Thanks!

I have updated my PB to 2.267 and today to 2.269. Both of those versions still have the same problem.

Sigh...submitted EA and PB troubleshooting tickets and have not had a reply from either of them, for over 3 weeks.

Purchased ARMA II at Steam on sale because BC2 has lost my attention, mostly because of these Punkbuster + AB + HD 6xxx problems. BF3 is definitely not on my wishlist.

Getting really bored of Battlefield/EA/Dice games; Crysis 2 was a huge waste of time and I'm glad I played it on a friend's system instead of buying it.

Playing mostly DCS: A-10C and IL-2 Sturmovik these days as shooters are just retarded anymore. If I didn't use my PC for flight simulators, work, and pron, I probably wouldn't even own one. Funny, because that's why I purchased a high end system to begin with - shooters - starting with BF2 in 2005. /soapbox.

Anyways, thanks for all of your help with these solutions/workarounds.
   
Reply With Quote
Old
  (#11)
mikami
Member Guru
 
Videocard: evga gtx 780 ti
Processor: i7 4770k
Mainboard: maximus vi
Memory: 16gb ripjaws z
Soundcard:
PSU: ax850
Default 05-06-2011, 00:29 | posts: 50

Guys I'm new at using afterburner so sorry if i sound ignorant. But the afterburner exe does not need to run just to apply the clocks right? Because I only checked "apply overclock at start up" and the afterburner exe did not run after boot but according to gpu z my overclock was applied.
   
Reply With Quote
Old
  (#12)
wuyanxu
Newbie
 
Videocard: gtx580 1.5GB KFA2
Processor: i7 860
Mainboard: P7P55D Deluxe
Memory: 16GB Corsair XMS3
Soundcard: Xonar D2X
PSU: Corsair Ax850w
Default 05-07-2011, 00:17 | posts: 13 | Location: UK

this issue apparently have been solved run PBsetup here:
http://www.evenbalance.com/index.php?page=pbsetup.php

and then it should update to v2.272, with that version, i was able to FRAPs record for over 3 hours without crashing. haven't restore RTCore.cfg yet, but seeing i only use Afterburner to change fan speed, don't think i need low level stuff.
   
Reply With Quote
Old
  (#13)
mikami
Member Guru
 
Videocard: evga gtx 780 ti
Processor: i7 4770k
Mainboard: maximus vi
Memory: 16gb ripjaws z
Soundcard:
PSU: ax850
Default 05-07-2011, 05:45 | posts: 50

wuyanxu when exactly was it fixed because i had a freeze 2 days ago and i updated the pbsetup 2 days ago.



by the way can anyone answer my question? Afterburner doesn't need to run the exe to apply clocks at start up? Theres no afterburner.exe in the task manager or system tray. But every reboot it keeps the overclock according to gpu z. I'm not complaining just wondering if gpu z is correct and the overclock has been applied without the afterburner app running. Which is amazing if it's true.
   
Reply With Quote
Old
  (#14)
k10ck3r
Newbie
 
Videocard: Gigabyte HD 6870
Processor: Intel Q9450 @ 3.2 GHz
Mainboard: Asus Rampage Formula
Memory: 8 GB G.SKILL PC2 8500
Soundcard: Creative Audigy Plat. EX
PSU: Enermax Infiniti 720
Default 05-07-2011, 07:09 | posts: 5

Quote:
Originally Posted by mikami View Post
by the way can anyone answer my question? Afterburner doesn't need to run the exe to apply clocks at start up?
I need to run the exe at startup to apply the fan profiles. I don't overclock my card, so I can't speak to the clock settings.
   
Reply With Quote
Old
  (#15)
mikami
Member Guru
 
Videocard: evga gtx 780 ti
Processor: i7 4770k
Mainboard: maximus vi
Memory: 16gb ripjaws z
Soundcard:
PSU: ax850
Default 05-07-2011, 07:39 | posts: 50

Quote:
Originally Posted by k10ck3r View Post
I need to run the exe at startup to apply the fan profiles. I don't overclock my card, so I can't speak to the clock settings.
ok for anyone that cares i got a reply on the matter
"It runs, sets the clocks and shuts down again. There's a task in the scheduler which runs MSIAfterburner.exe /s, which I'm guessing is silent mode, at startup. But if you turn off admin privileges for the task, you'll still see the UAC prompt."

Last edited by mikami; 05-07-2011 at 18:05.
   
Reply With Quote
Old
  (#16)
king-dubs
Maha Guru
 
Videocard: TITAN X (Pascal) + X34
Processor: i7 2600k @ 4.6 GHz 1.44v
Mainboard: GIGABYTE Z68XP-UD4 U1L
Memory: 16GB Corsair Vengeance LP
Soundcard: Creative SoundBlaster Z
PSU: Corsair AX-1200
Default 05-07-2011, 22:39 | posts: 2,383 | Location: 127.0.0.1

Yes it'll be fine for those who just want to overclock. But it does not help people who want to use the user-defined fan profile feature, which does require Afterburner to be running.
   
Reply With Quote
Old
  (#17)
lmimmfn
Ancient Guru
 
lmimmfn's Avatar
 
Videocard: MSI 980 Ti
Processor: Xeon 5650@4.4Ghz
Mainboard: Gigabyte X58 UD5
Memory: 24GB DDR3
Soundcard: Asus Xonar DGX
PSU: OCZ 1250
Default 05-08-2011, 04:37 | posts: 10,169 | Location: Ireland

this has been driving me nuts tonight, can i just overclock in afterburner, set fan control, quit and run the game and not expect it to crash?
   
Reply With Quote
Old
  (#18)
Martinx71
Newbie
 
Videocard: XFX HD6870 1gb
Processor: i5 2500k
Mainboard:
Memory:
Soundcard:
PSU: Kingwin Lazer
Default 08-14-2011, 17:30 | posts: 1

Hey, I recently had precisely the same problem. I got sick of the fans getting maxed out at startup and sometimes afterburner not being able to launch on startup. so, I created a bat file that renames the RTCore.dll and launches the game. It also renames RTCore.dll back to original when the game is closed and a button is pressed. This works with the steam version of the game, and with the cd version of the game.
***Steam Version***

@echo off
cd "C:\Program Files (x86)\MSI Afterburner"
Ren "RTCore.dll" "RTCore1.dll"
cd "C:\Program Files (x86)\Steam\steamapps\common\battlefield bad company 2"
start BFBC2Game.exe
pause
cd "C:\Program Files (x86)\MSI Afterburner"
Ren "RTCore1.dll" "RTCore.dll"

***CD Version*** REPLACE PATH WITH PATH TO GAME FOLDER
@echo off
cd "C:\Program Files (x86)\MSI Afterburner"
Ren "RTCore.dll" "RTCore1.dll"
cd "PLACE PATH HERE"
start BFBC2Game.exe
pause
cd "C:\Program Files (x86)\MSI Afterburner"
Ren "RTCore1.dll" "RTCore.dll"
   
Reply With Quote
Old
  (#19)
phatbx133
Master Guru
 
Videocard: GTX 560 1GB ZOTAC AMP
Processor: Intel 2nd i5 2500K @ 4.5
Mainboard: Asus P8P67 Dexlue v3602
Memory: G.Skill 16GB DDR3 2133mhz
Soundcard: Onboard Realtek
PSU: BFG 1000w with 36A
Default 08-17-2011, 00:32 | posts: 761

Just bought Asus 6870 for 140 bucks last week.

I use 11.7 whql for my 6870 and install Asus smartdoctor (newest version).

Here what I findings below.

Fps range 75-120 with all max setting, 1680x1050, sync off, 8x AA, 16x AF and updated PB.

short word ( AB=afterburner, SD=smartdoctor, PC=playclaw )

BFBC2 =no hard lock up

BFBC2 +AB+SD=hard lock up

BFBC2 +AB=hard lock up

BFBC2 +SD+PC=no hard lock up

( I am currently use it both SD and PC no plm with BFBC2 for last over 2 hours played straight for purpose testing.)

I have no choice but dump AB for Playclaw I like it for now.

just my 2 cents.
   
Reply With Quote
Old
  (#20)
krishnarama108
Master Guru
 
Videocard: asus ati 5850 1gb 850mhz
Processor: intel q9550 3.4ghz+
Mainboard: asus P5E(formula rev.)
Memory: ddr2-800mhz+ cl4 6GB
Soundcard: M-Audio Transit
PSU: corsair TX 650wat
Default 08-25-2011, 11:34 | posts: 288 | Location: Goloka

i have occasionaly problems too, like CTD ..i use msi AB with fan curve..latest beta 2.2.5 and now i have no crashes...
its something with msi AB -pb issue or server / PB server/ maintance issues...i read that this game crash a lot on ps3 and xbox too... hm?
   
Reply With Quote
Old
  (#21)
Unwinder
Moderator
 
Videocard:
Processor:
Mainboard:
Memory:
Soundcard:
PSU:
Default 08-25-2011, 11:55 | posts: 12,623 | Location: Taganrog, Russia

Quote:
Originally Posted by phatbx133 View Post
I have no choice but dump AB
Only those who have no reading skills have no choice. Try to read at least the first posting of the thread completely before posing useless comments. Anyway, more reading haters dump themselves from AB - better for forum.


Alexey Nicolaychuk aka Unwinder, RivaTuner creator
   
Reply With Quote
Old
  (#22)
krishnarama108
Master Guru
 
Videocard: asus ati 5850 1gb 850mhz
Processor: intel q9550 3.4ghz+
Mainboard: asus P5E(formula rev.)
Memory: ddr2-800mhz+ cl4 6GB
Soundcard: M-Audio Transit
PSU: corsair TX 650wat
Default 08-25-2011, 12:02 | posts: 288 | Location: Goloka

unwinder, what is yur problem ?
its not exactly msi AB issue...sometimes i can play month without issue and some days CTD all day long...its more servers issues
and i love AB
   
Reply With Quote
Old
  (#23)
Unwinder
Moderator
 
Videocard:
Processor:
Mainboard:
Memory:
Soundcard:
PSU:
Default 08-25-2011, 12:43 | posts: 12,623 | Location: Taganrog, Russia

Quote:
Originally Posted by krishnarama108 View Post
unwinder, what is yur problem ?
My problem? Your problem is obviously commenting discussion with other user.


Alexey Nicolaychuk aka Unwinder, RivaTuner creator
   
Reply With Quote
Old
  (#24)
krishnarama108
Master Guru
 
Videocard: asus ati 5850 1gb 850mhz
Processor: intel q9550 3.4ghz+
Mainboard: asus P5E(formula rev.)
Memory: ddr2-800mhz+ cl4 6GB
Soundcard: M-Audio Transit
PSU: corsair TX 650wat
Default 08-25-2011, 14:02 | posts: 288 | Location: Goloka

are yu using latest beta?
   
Reply With Quote
Old
  (#25)
Virtue
Maha Guru
 
Videocard: GTX 670 WF3
Processor: i5-760 NH-D14
Mainboard: Gigabyte UD3
Memory: 8GB G.Skill Ripjaws X
Soundcard: Sennheiser HD600/ODAC+O2
PSU: 600W OCZ StealthXStream 2
Default 09-22-2011, 15:40 | posts: 828 | Location: Montreal

Yeah these random BSOD's are annoying, doesn't happen in any other games and all hardware has been properly stressed...

This is what I get from bluescreenview: http://i.imgur.com/gH0a3.jpg

I remember BSOD'ing without Afterburner too, so I don't think it's just that. I've googled the issue numerous times before but all I see is people telling others to raise vcore, vtt, disable onboard sound realtek, etc lol
   
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin®
Copyright ©2000 - 2016, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com
Copyright (c) 1995-2014, All Rights Reserved. The Guru of 3D, the Hardware Guru, and 3D Guru are trademarks owned by Hilbert Hagedoorn.