League of legends blue screen

Recently, my laptop has been blue screening whenever I try either to run League of legends, the error is dumping memory physics 0x0000007f. A week previously, I played League of legends, the laptop works very well, why that happen? Can anyone help? THX!

Blue screens are caused by defective material or defective hardware drivers.

To see if a fix is available

In Control Panel (and select Classic discovered in the left pane) select reports on the problems and Solutions (problem of type in the START search box), go to historical problem, right-click of your error and choose check for the Solution. You can also right-click and choose Details for more information. Post these details here.

To see if any recent system change caused it

In Control Panel (and select Classic discovered in the left pane) choose Administrative Tools and then choose reliability and performance monitor and choose the monitoring tools then the reliability monitor (type reliability in research on Start). This list is a chart of the software installs, uninstalls, updated Windows and crashes by date (scroll left to see earlier dates). See if your plant has started to happen after you installed or uninstalled something.

 
Standard hardware troubleshooting
 
 
First to test we can the material. Material defects can appear as many software defects, that's why we need to test the material first...
 

Follow these steps in order. Defects of memory can cause disk corruption, disk failures can cause corruption of the disk. Damaged disc causes corrupted files (which SFC may be able to fix). If you get a stop error and after return. Do not run chkdsk with faulty memory.

 
Diagnosis of memory
If you have not run a diagnosis of memory, please do. Click on Start - Control Panel - choose Classic view in the left pane - choose Administrative Tools - then memory diagnostic tool.
 

S.M.A.R.T
Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).
 
Disk in Windows drives monitor for impending failure. The function is called S.M.A.R.T. It detects an imminent failure, 30% of the time. In a type elevated command prompt (it's a single line)
 
WMIC PATH MSStorageDriver_FailurePredictStatus /namespace:\\root\wmi get active, predictfailure, reason List
 
If it is on will be true, otherwise on enable in the BIOS of the computer.
 
Predict the failure must be False if everything is ok.
 
In Vista and later if SMART failure predicted Windows prompts the user to run the backup.

 
Run chkdsk
In computer all your drives right click and choose Properties, then the Tools tab, and then click check now. Check the TWO boxes and then start. Reset. This will take from one day to the next.

 
SFC
Check the alteration of the file by clicking on Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).
 
sfc/scannow
 
Heat
Heat can lead to problems of this kind, and sudden restarts without crashing. Make sure that your fans are not clogged with dust.
 
Processor (CPU)
Intel has a utility to check processors.
 
32-bit Windows

 
Bit 64 Bit, Windows
 
 
For memory diagnostic results
Click on Start - Control Panel (and select Classic view in the left pane), select Administrative Tools and then Event Viewer , and then look in the event (Local) - Applications and Services - Microsoft - Windows - MemoryDiagnostic-results Viewer entered.
 
Look for EventID is 1201 or 1101 and Source is MemoryDiagnostic-results

 
Double-click the entry for more details on this entry.

For results of Chkdsk

 
Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).
 
change c:\bootex.log
 
What is this file exist with something in it?
 
The following commands query the event logs.
 
To start verification by using the name of the source for any version of Windows (because it varies).
 
WMIC /append:"%userprofile%\desktop\DiskEvents.html" PATH Win32_NTLogEvent where (sourcename = "Autocheck" or sourcename = 'Winlogon' or sourcename = "WinInit") get format:HForm
 
To run chkdsk in Windows.
 
WMIC /append:"%userprofile%\desktop\DiskEvents.html" PATH Win32_NTLogEvent where (sourcename = "Chkdsk") to / format: HForm
 
For warnings about disk problems detected during normal operations and automatic repairs by Windows at the time where the problems were discovered.
 

WMIC /append:"%userprofile%\desktop\DiskEvents.html" PATH Win32_NTLogEvent where (sourcename = "NTFS" or Sourcename = 'Disc') to / format: HForm
 
Then to view the created file.
 
Start "" "% userprofile%\desktop\DiskEvents.html"
 

Click on Start - Control Panel (and select Classic view in the left pane) choose Administrative Tools and then Event Viewer , and then look at the Application and the System will connect (under Windows logs) for entries.

 
Look for EventID is 7 and Source disk
Look for EventID is 11 and the Source disk
Look for EventID is 50 , and the Source is disk
Look for EventID is 51 and Source disk
Look for EventID is 52 and Source disk
Look for EventID 55 and Source is NTFS
Look for EventID is 130 and Source is NTFS
Look for EventID is 134 and Source is NTFS
Look for EventID is 137 and Source is NTFS
Look for EventID 1001 and Source is Autochk
Look for EventID 1001 and Source is Winlogon
Look for EventID 1001 and Source is WinInit
Look for EventID 1001 and Source is Chkdsk
Look for EventID is 26212 and Source is Chkdsk
Look for EventID 26213 and Source is Chkdsk

Look for EventID 26214 and Source is Chkdsk
Double-click the entry for more details on this entry.
 
PS 7 and 55 are auto repair codes where windows repair disk errors silently on the fly. 52 is the SMART warning.
 
If the results are transferred to the startup time events logs chkdsk, then the results are probably in the following file c:\Bootex.log. This file is removed when the results are placed in the event logs.
 
For the results of the SFC
Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type (or copy and paste by clicking in the command prompt window and choose Paste).
 
findstr/c: "[SR] cannot" %windir%\logs\cbs\cbs.log|more "
 
It will be able to see which files are corrupted.
 
To see if there
 
findstr/c: "[SR] repair" %windir%\logs\cbs\cbs.log|more
 
There are often false positives for small text files that Windows uses like settings.ini and desktop.ini. Also due a beginning by WD .mof files update may also be reported. Ignore these.
 
 
Dump files
 
Dump files are files containing the status of the machine when it crashed. We can analyze the file to identify the driver (or program) causing the accident. See the last section on how to get them analyzed by a volunteer.
 
Analyze dump files
If you want to analyze your own dump files.
 
You need start exploring as an administrator to access the files in C:\windows\Minidump. Explore a right click and choose run as administrator.

Download and install the debugging tools for Windows
Install Windows SDK, but simply choose the debugging tools.

Create a folder called symbols in C:\

Start Windbg. Menu file - path to the symbol file and enter


SRV * C:\symbols* http://msdl.microsoft.com/download/symbols
 
Close, and then reopen WinDbg. Menu file - Open Crash Dump

It will analyze the crashdump. You must close and reopen WinDbg for each analyzed dump file. Because you download symbols from the internet WinDbg seems to be to do nothing. But it's the download. Be patient.

 
Looking for a driver or a library system that the incident occurred at the end of the list. Find the file, do a right click then Properties - Details tab. If it shows a driver, you will need to update the driver identified. Most of the pilots are in c:\windows\system32\drivers.
 
Look for the drive for a file.
Click Start - All Programs - Accessories - right on command prompt and choose run as administrator. Type by replacing drivername.sys by the name of the file (or copy and paste by clicking in the command prompt window and choose Paste).

dir c:\ drivername.sys/a/s

 
If it has a file system see if you can get a program to analyze - v.

Type in the theWinDbg command prompt

 
! analyze - v
 
-v means Verbose and if the accident was created by a program, as opposed to hardware or a driver, it will appear in the middle of the list.
 
for example
 
Nom_processus: java.exe
Nom_image: ntkrnlmp.exe
 
Nom_processus does not appear in the output of v - analyze and only if a program is from the call that was blamed.
 
Download them for analysis
 
Or download files minidump to your Public SkyDrive folder and copy the link in the address bar, and I'm going to do an analysis.
 
SkyDrive is the download file from Microsoft, Windows Live, at https://skydrive.live.com/site.  Read about it at http://explore.live.com/skydrive.

If you downloaded one of the Live applications or a web site based Live mail account, you already have access to your Skydrive.

Put your list of events in the Public folder and copy the link in the address bar.

.
--

Tags: Windows

Similar Questions

  • The computer restarts or a blue screen during the game League of Legends

    Hi, lately I changed my motherboard, processor, RAM and. I played League of legends normally, but the last days he started crashing. The computer restarts or gives me a blue screen after playing League of legends for quite awhile, but it doesn't happen with league of legends, I also play other games like cs, World of Warcraft and 14 of FIFA.

    I downloaded the file .dmp to one player in this link below:

    https://onedrive.live.com/redir?RESID=24D44C1E00C3A1DB! 172 & authkey =! AJJoxzCr1dPqhwM&ithint=file%2c.dmp

    It says BCCode: 124. If anyone can help me I'll really apreciate it.

    Forgive me for writing erros because I'm not American, so I do not write really well.

    Thank you.

    Hi, lately I changed my motherboard, processor, RAM and. I played League of legends normally, but the last days he started crashing. The computer restarts or gives me a blue screen after playing League of legends for quite awhile, but it doesn't happen with league of legends, I also play other games like cs, World of Warcraft and 14 of FIFA.

    I downloaded the file .dmp to one player in this link below:

    https://onedrive.live.com/redir?RESID=24D44C1E00C3A1DB! 172 & authkey =! AJJoxzCr1dPqhwM&ithint=file%2c.dmp

    It says BCCode: 124. If anyone can help me I'll really apreciate it.

    Forgive me for writing erros because I'm not American, so I do not write really well.

    Thank you.

    Richard

    WHEA_UNCORRECTABLE_ERROR (124)
    A fatal hardware error occurred. Parameter 1 identifies the type of error
    source that reported the error. Parameter 2 contains the address of the
    WHEA_ERROR_RECORD structure that describes the error condition.
    Arguments:
    Arg1: 0000000000000000, Machine Check Exception
    Arg2: fffffa80083e3038, the address of the WHEA_ERROR_RECORD structure.
    Arg3: 0000000000000000, 32 - bits of MCi_STATUS value of.
    Arg4: 0000000000000000, low 32 - bits of MCi_STATUS value.

    WHEA_UNCORRECTABLE_ERROR (124)
    http://msdn.Microsoft.com/en-us/library/Windows/hardware/ff557321 (v = vs. 85) .aspx

    Resolution of the bluescreen errors.
    http://go.Microsoft.com/fwlink/?LinkId=183646

    Note: I find it curious that no USB driver have been loaded in the course of this accident... None. Have you installed the drivers from the Chipset of your motherboard after the change?

  • White screen playing League Of Legends and play music on YouTube

    Original title: help the white screens

    Hi my computer screen at random to become white, I have a Windows 7 model gateway ZX4300, I 3.75 on 4 GB of available Ram and I have an ATI Mobility Radeon HD 4200 series graphics card, an operating system to 64-bit, an ADM Athlon II X 2 235th 2.70 GHz Proccesor, im know not what is wrong with her but she just randomly turn white especially when I play video games as League Of Legends, I must raise once in the game because the screen is all white, everything is integrated in the monitor so its kinda like your desktop / laptop computer. It will turn also sometimes white when I listen to music on YouTube and then sometimes at random, my pilots are up to date(It says) so I need some help thank you.

    Hello

    You mentioned that the screen will turn white as soon as you turn on the computer. In addition, I see that the drivers are updated on the computer. If the problem can be due to internal hardware failure.
     
    I suggest you to contact the computer manufacturer for more help on the issue.
  • Most of the games that require 'run as administrator' not loading well much of the time, sometimes even resulting in a blue screen

    OK, so the point is around 2 specific games that I play with my friend, those Heroes of Newerth and League of Legends. The two I need to aprove make changes to the computer to start. Together with launch normally, but when it comes to load a game, I'm gambling or not my pc will fuction when the loading is complete.

    The problems differ from a partial freeze with occasional spikes along the screen to a snowy screen and sometimes even a blue screen or a forced reboot.

    I doubt that the problem has nothing to do with the required performance, especially when it comes to League of Legends. My pc is brand new and it can run the latest game call duty on high graphics with no problems at all and it is several times heavier on the required performance than the other two 2.

    Any ideas what could be causing it and how can I solve it?

    My pc runs on Windows 7 on an AMD Athlon II x 4 630 to 2.80 GHz proccessor 2 GB of RAM, the card mother M4A785TD-V EVO and a gainward gt 240 512 MB GDDR3 graphics card.

    Thank you all for trying to help me.

    Hi Apos,

    Uninstall the game and reinstall it back by running the program as administrator and check if this is useful:

    Steps to follow:

    i. right click on the program

    II. Select run as administrator from the list.

    Uninstall or change a program:http://windows.microsoft.com/en-us/windows7/Uninstall-or-change-a-program

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit ourMicrosoft answers feedback Forum and let us know what you think.

  • Blue screen error 0x0000007E (0xFFFFFFFFC0000005, 0xFFFFF880012DD031, 0xFFFFF880033245E8, 0xFFFFF88003323E40)

    So for some time that I get the blue screen error when I open Google Chrome, so I went through a few forums and how best to deal with it was to uninstall Chrome and then reinstall and immediately worked. But a few hours later, I then tried to open World of Warcraft and even once, the blue screen appeared, but this time with a different error code.

    Technical information: 0x0000007E (0xFFFFFFFFC0000005, 0xFFFFF880012DD031, 0xFFFFF880033245E8, 0xFFFFF88003323E40).

    Also I tried to use cmd with the command chkdsk /f to fix disk errors but that did not work and instead, I received a message saying "the type of the file system is NTFS.

    Cannot lock the current drive. »

    So just played IV ' e League of Legends and I have another blue screen but this time it's a LeAPC_INDEX_MISMATCHErreur

    Technical information: 0x00000001 (0 x 0000000000000000, 0x00000000FFFFFFFF, 0x00000000778028AA, 0xFFFFF88009D45C60)

    Any help would be greatly appreciated.

    GW

    You did not remove the ATK and I would also delete AVG and use Microsoft Security essentials

  • Get code error 0x0000007a blue screen

    Original title: BSOD appearing a slow system and many

    My laptop has suffered hard drives error when upgrading from Ubuntu to Windows that caused its not at startup (Boot animation) kept moving forward. I left him a little and he started working, but the system is really slow and crashes / freezes a lot. Sometimes I get BSOD, especially when playing in League of Legends, but it happens at other times. I had to replace the hard drive I got BSOD whenever it starts before that. I have Ubuntu on top I could do memory check in with her. Maybe its windows have not got enough memory or Cache

    Computer
    Toshiba Satellite L300-29W
    Windows 7 Ultimate + Ubuntu
    160 GB of memory (83 GB for Windows)
    2 GB of Ram

    A few error logs

    The shadow copies of volume C: has been abandoned due to a failure of e/s on the C: volume.        (I had a few of these)

    The driver has detected an error on \Device\Ide\IdePort0 controller.                                         (I had loads of these - I mean loads)

    Windows Disk Diagnostic detected abnormality S.M.A.R.T. disk WDC WD1600BEVT - 22ZCT0 ATA Device (volumes C:\).  This disk can fail; Back up your computer now. All data on the hard drive, including files, documents, pictures, programs, and settings can be lost if your hard drive fails.  To determine if the hard drive should be repaired or replaced, contact the manufacturer of your computer.  If you can't back up (for example, you have no CD or other backup media), you must shut down your computer and restart when you have the support of backup available.  In the meantime, do not save critical files on this disc.                                                                            (I got this before he started working again)

    The computer was restarted after a bugcheck.  The bugcheck was: 0x0000007a (0xc0000185, 0x1f56e8c0, 0xc044a288, 0x89451f88). A dump was saved in the: C:\Windows\MEMORY. DMP. Report ID: 073013-12620-01.                                (0x0000007a was what was on APC as well)

    These accidents were caused by the corruption of memory (probably a driver).  Run these two tests to check your memory and find which driver is causing the problem.

    Don't forget to download any other DMP files (especially those running auditor)

    If you are overclocking reset all default before running these tests.
    In other words STOP!   If you don't know what it means that you're probably not

    1 - Memtest.
    Download a copy of Memtest86 and burn the ISO to a CD using Iso Recorder or another ISO burning program. Get it here
    Boot from the CD and let it run at least 5 or 6 passes.
    Remember, anytime Memtest reports errors, it can be bad RAM or a bad motherboard slot.
    Test the sticks individually and if you find a good, test it in all slots.

    Any error is indicative of a memory problem.
    If a well-known stick fails in a slot of motherboard, it's probably the slot.


    2. Driver Verifier

    Using Driver Verifier is a dubious proposition. Most of the time it will crash and it will tell you what is the driver.

    But sometimes it will crash and will not tell you the driver.
    Sometimes it will crash until you can connect to Windows. If you can't mode without failure, then you will have to resort to editing the registry offline to disable driver verifier.
    I suggest that you first back up your data and make sure you have access to another computer so you can contact us in case of problems.
    Then do a system restore point (so you can restore the system using the functionality of Vista/Win7 Startup Repair).


    Here is the procedure:
    Click Start and type "auditor" (without the quotes) and press enter
    Select 'Create a custom settings (for code developers)' and click 'Next' (or Type "check/standard/all" (without the quotes) If you want to check each of them (this will slow down your computer))
    Choose "Select custom settings from a full list" and click "Next".
    Select the entire document except for "Low resource Simulation" to win 8 do not check concurrency stress test and the verification of the conformity of DDI, click "next".
    Select "Select driver names from a list", then click "next".

    Select all drivers that are NOT provided by Microsoft, and then click "Next".
    On the next page, select "Finish".
    Restart the system and wait as he crashed to blue screen.
    Continue to use your system normally and if you know what are the causes of the crash, do it several times. The objective here is to get the system crash because Driver Verifier is stressing out the drivers. If it is not planted for you, then let it run for at least 36 hours of continuous operation.
    If you are unable to Windows because it crashes too early, try safe mode.
    If you can't mode without fail, try to use the system from the installation DVD restore to bring the system back to the previous point of restoration that you created.

    Further reading
    http://support.Microsoft.com/kb/244617

  • blue screen after the alt tab game while

    Recently, while I play League of legends. I'll have at least a blue screen a day then I try alt tab during a match.

    Here is the information that I have collected using the viewer of the blue screen.

    ==================================================
    Dump file: 012513-24554 - 01.dmp
    Crash time: 25/01/2013-17:22:06
    Bug Check String: IRQL_NOT_LESS_OR_EQUAL
    Bug check code: 0x0000000a
    Parameter 1: 0x82e2608f
    Parameter 2: 0x00000002
    Parameter 3: 0x00000008
    Parameter 4: 0x82e2608f
    Caused by the driver: halmacpi.dll
    Caused by the address: halmacpi.dll + 5ba9
    Description of the file: Hardware Abstraction Layer DLL
    Product name: Microsoft® Windows® Operating System
    Company: Microsoft Corporation
    File version: 6.1.7601.17514 (win7sp1_rtm.101119 - 1850)
    Processor: 32-bit
    Plant address: ntkrnlpa.exe + 40cdb
    Stack address 1: ntkrnlpa.exe + 1db08f
    Stack address 2: Wdf01000.sys + c4d5
    Battery 3 address: Wdf01000.sys + 9428
    Computer name:
    Full path: C:\Windows\Minidump\012513-24554-01.dmp
    Number of processors: 2
    Main version: 15
    Minor Version: 7601
    Size of the dump file: 184 816
    ==================================================
    Hope that this information would be useful. Please help, thanks!

    Simon

    You should always tell us you have a MAC

    Related to the KeyMagic.sys of Inc. Apple keyboard driver.  In particular, an older one.  Your magic key is 2008.  I re-install the latest version available and update these drivers

    wdcsam.sys Wed Apr 16 04:27:02 2008 (4805B 856)
    Version 2008 driver Western Digital external drive RAID Manager [br] has experienced problems BSOD in Win7
    http://www.carrona.org/drivers/driver.php?id=wdcsam.sys
     
    IRFilter.sys Wednesday, July 2, 15:53:08 2008 (486BDCA4)
    IR receiver driver for Apple Inc..
    http://www.carrona.org/drivers/driver.php?id=IRFilter.sys
     
    nvmfdx32.sys kills Jul 8 05:17:12 2008 (48733098)
    nVidia Networking Controller Driver (chipset nForce driver)
    http://www.carrona.org/drivers/driver.php?id=nvmfdx32.sys
     
    nvsmu.sys kills Jul 22 13:21:06 2008 (48861702)
    nVidia nForce System Management Controller (nVidia nForce chipset driver)
    http://www.carrona.org/drivers/driver.php?id=nvsmu.sys
     
    KeyMagic.sys
    Wed Mar 18 17:00:24 2009 (49C160E8)
    Bootcamp 3.0, Mac OS X 10.6
    http://www.carrona.org/drivers/driver.php?id=KeyMagic.sys
     
    MacHALDriver.sys Thursday, May 21, 15:02:35 2009 (4A15A54B)
    Apple Mac pilot HAL
    http://www.carrona.org/drivers/driver.php?id=MacHALDriver.sys
     
    ATHR.sys Fri Jun 19 01:18:41 2009 (4A3B1FB1)
    Atheros Extensible Wireless LAN driver for network card CB42/CB43/MB42/MB43-D-Link AirPlus DWL-G520 Wireless PCI Adapter(rev.) (B) discontinued 2008
    http://www.carrona.org/drivers/driver.php?id=ATHR.sys
     
    CS420x86.sys Monday, June 29 at 21:11:44 2009 (A 4, 496650)
     
    -This driver was added to the DRT from this race. Please search for Google/Bing the driver if you need additional information.

    AppleMNT.sys Fri Jul 31 00:25:45 2009 (A 4, 727249)
    Bootcamp 3.0, Mac OS X 10.6
    http://www.carrona.org/drivers/driver.php?id=AppleMNT.sys
     
    AppleHFS.sys Fri Jul 31 00:25:48 2009 (4A72724C)
    Bootcamp 3.0, Mac OS X 10.6
    http://www.carrona.org/drivers/driver.php?id=AppleHFS.sys
     
    KeyAgent.sys Fri Aug 14 16:08:57 2009 (4A85C459)
    Apple keyagent pilot
    http://www.carrona.org/drivers/driver.php?id=KeyAgent.sys
     
    AppleBtBc.sys Wednesday 2 dec 20:08:10 2009 (4B170F7A)
     
    -This driver was added to the DRT from this race. Search Google/Bi

  • Blue Screen of Death (BSOD) error: (Stop: 0 x 00000116) with (atikmpag.sys)

    Specifications:

    • HP Pavilion dm4 Notebook PC (laptop)
    • CPU: Intel i5 - 2430 m to 2.40 GHz
    • RAM: 6.00 GB
    • System type: 64-bit
    • Operating system: Windows 7 Home Premium
    • The version of the BIOS/Date: Hewlett-Packard F.17, 25/01/2013 (latest version of the BIOS)
    • Video card: Radeon HD 6470 M and Intel HD Graphics 30000

    Question:
                        

    As you can see the attached picture explains my problem.

    Additional information:

    • How it started: one evening I booted up it (at startup video card: Radeon HD 6470 M) > I did not open any file or run programs, given that I have heat at the start at least 2-3 minutes > frozen screen > restarted on its own > BSOD (attached above Image) will not go away.
    • This BSOD once and has never been resolved since it occurred.
    • I like to play games on this laptop that includes; League of Legends LoL aka, installed other than LoL I also have the call of Duty series (from "World at War" until the last present "ghosts"), Red Alert 3, Red Alert 3 Uprising and HAWKX of Tom Clancy.
    • I usually play LoL at least a total of 2-5 h. / day.
    • My laptop is properly vented / cooled. (I have my laptop PT placed on 4 cylinders, leaving her underwear and its sides free of any obstructions. It is placed in front of an electric FAN. I also use the air conditioning if I do not use the electric fan)
    • Max temperature reaches at least 75-80 degrees Celsius during the game (Normal using search, but I still do not know if its Normal)
    • Idle temperature is somewhere between 55-65 degrees Celsius.
    • Radeon HD 6470 M Graphics Card is currently disabled in the Device Manager.
    • I live in a Tropical climate, Southeast Asia (help?).
    • I have switchable graphics cards, I currently use the integrated video card (Intel HD 3000 graphics card) by disabling the Radeon 6470 m from the device via the Boot Manager on Safe MODE.

    I have...

    • Uninstalled the graphics card (Radeon 6470 m) via (Safe Mode) Device Manager, rebooted the laptop as to allow it to reinstall the video card. (> Screen blacked out > BSOD---> >()has NO WORK)
    • Cleared out and my registry using CCleaner --->>> ()has NO WORK)
    • Uninstalled the graphics card (Radeon 6470 m) through the device (Safe Mode), passed to Intel Graphics Manager, downloaded the latest drivers Radeon 6470 M by downloading the latest Catalyst drivers from AMD Web site > after completing the download and installation > laptop black screen still works because I can still hear the fan running, the capslock, touchpad, mute and wifi light switch is still sensitive. > had to force stop via a long press on the power button / > restarted > BSOD --->>>()has NO WORK)
    • Removed my battery, kept the the cell phone charger plugged in, , while in safe mode, I have disabled the Intel HD 3000 graphics card then will revive Radeon 6470 m > restart > enter screen flashed a second then blocked with a black screen (touchpad, capslock lights mute switch rocker react) > had to force reboot > BSOD. --->>> ()Did NOT WORK)

    Finally...

    • In reading many forums about this issue, I hope that it is a software and not a hardware problem cause someone says this "the answer is you start Windows in safe mode, which will kill the drivers from the mixture. If you STILL get the BSOD in safe mode, then you more than likely a hardware problem. »

    (Sorry for the CAPS, I think this is very important)  My CMOS BATTERY IS DETACHED, I DON'T KNOW WHEN OR HOW it HAPPENED AND NO PROBLEM whatsoever has OCCURRED, IT IS CURRENTLY LOOSELY ONCE MORE AND I STILL DON'T KNOW not WHEN OR HOW IT is THEN THAT EVERYTHING IS IN ORDER THE SETTINGS DATE/TIME RESET OCCURRED ONCE WHEN I PUT THE BATTERY IN ITS HOUSING ORIGINAL , BUT like WHAT I SAID EARLIER HE SECONDED in some SORT AND IS STILL DETACHED BUT MY SETTING DATE/TIME IS NOT reset AT ALL (I did research that has detached/removed/off power CMOS battery would keep those type of setting to reset every time you start upward)

    • I have not yet tried to reinstall Windows 7 since it is my last resort
    • Any form of advice or suggestions are welcome
    • Ask me anything about the problem
    • Correct me if I did any kind of error
    • I'm sorry for any incorrect grammar for English is not my native language

    I'll be waiting for your answers and please READ message from all. THANK YOU FOR YOUR TIME! : D

    Norman

    It might be time to start thinking about a clean reinstall of windows

  • League of legends is not compatible with my computer? Help?

    Hello

    OK, so I've been using League of legends since December and everything was going well until I did the last update on my laptop. Whenever I did, it wouldn't show a launch screen. I tried to uninstall and reinstall and still not working. I ran the resolution of compatibility issues, and he says it's not compatible with my laptop. I tried everything I could maybe for these last two days. Can you help me?

    Hey Tyler,

    I understand after update of Windows, you cannot use the game League of Legends.

    One of our community member had a similar problem on installing this game and Belguard answered December 16, 2012.Please follow his suggestions and check if this may help:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_8-gaming/how-to-install-League-of-legends-on-Windows-8-i/eff6874e-05F4-4583-98df-e3130d801011

    Hope this information helps, for assistance please answer

  • Blue screen and bad RAM memory?

    My MBP 2011 early all just stopped working yesterday, it worked very well without any problem of performance for the last 5 years, and then suddenly a blue screen (of death) and it has problems starting.

    He will ring the Bell to start, display the bar loading and Apple, and then there will be a glitch on the big screen (horizontally) 1 inch above the Apple, after that, the fans speed up and all that I see a gray screen, not user interface.

    I zapped the PRAM/MSC and tried the unique memory sticks, I have no spare RAM on hand, but who will order soon.

    Tips to solve this problem?

    AHT says this - 65/4MEM/4000000000: 0x84f6f918

    Google says it is bad memory

    Here is the BSoD:

    I think you have a problem of memory, although if your MacBook Pro 15 or 17 inch, you should consider video issue as well now.

    http://www.Apple.com/support/MacBookPro-videoissues/

  • 10 blue screen on iPhone iOS 5

    I have blue screen in 1-2 seconds on my iPhone 5s by force to restart, then my phone starts as it should and works without any problem. Previous versions of iOS didn't have this bug. What is the problem?

    Same here, I had no problem with ios 9.3.5 just updated to ios 10 with itunes I get the same thing on my iphone 5s and I restore factory default and no luck.

  • Please help me, last night I partition my macbook pro, el capitan, and when I try to open my windows via bootcamp I can't access most, blue screen out and my laptop closed.

    Please help me, last night I partition my macbook pro, el capitan, and when I try to open my windows via bootcamp I can't access most, blue screen out and my laptop closed.

    How do you partition the disk?

    This is what app or OS that do you?

  • MacBook Pro screen displays a blue screen with the vertical line

    Hi, I have a problem with my macbookpro. When I try to start, the gray screen load with the apple logo and then turn to blue screen with vertical crosshairs.

    It would be useful that you mentioned EXACT model/year of your MBP and the current OSX.

    Ciao.

  • blue screen

    Just had a blue screen warning me that my computer was in danger. Voice and all. It was my IP address correctly and suggested that the word 888-446-9992.

    Hoax?

    Definitely a scam.

    If necessary, press and hold the power button on your iMac to turn it off then wait ten seconds and restart.

  • Blue screen on startup. Any suggestions?

    Thunderbird goes to a blue screen, immediately after the launch.
    Any suggestions?

    Problem solved.
    Reinstalled Thunderbird without uninstalling and it worked.
    Thank you.

Maybe you are looking for

  • HP LaserJet Pro M1136: M1136 printer

    M1136 installation just suspended, I have the disc, but still just hung saying install. He left all night and always there Help

  • Scan for edit in Word

    Product: HP Photosmart C4280 all-in-one printer model Product: HP Pavilion a6528p mode Operating system: 32-bit Vista MS I have a 4 Word print pages that I created 4 years ago on my old PC so I don't have it on my current PC. How do I use my scanner

  • printer-i can, t get my text to reduce the print size, it is also biased

    the size of my text has been o.k., then the next day, the print size was too large, the entire page is now off to the right. I tried to reduce the size of printing with the settings, but it won, t downsize.what can I do to get gauged right?

  • Roxio uninstall causing startup problems

    My system is a Dell Inspiron 518 on Windows Vista Home Premium, 64-bit desktop. The Roxio Creator OF 10.2 has been pre-installed by Dell. I decided to uninstall the unused program, carefully follow the instructions on the Roxio site, which includes e

  • Color Laserjet M252dw: Cannot reset the printer

    I'm unable to access the configuration screen to reset my printer because I keep getting prompted for a password that I unfortunately forgot the setting. How can I reset my printer in this situation? Thank you.