JohnL97231
Well-Known Member
- Joined
- Jul 7, 2016
- Messages
- 55
Well first off low disk space on your OS partition (C) can cause all sorts of problems. Looking at your logs I see that your system is having a lot of issues during paging (When data is swapped between memory and page file) if you right click on the "This PC" icon > properties and go to advanced you can try moving your page file to the D drive and see if that resolves your issue. This would also free up several GBs of space on your C drive.
The application block message may be coming from your AV software, I would test disabling your AV and re-launch the program.
I agree with Neemo, and another issue is that if you are attempting to repair your PC using Windows in-place upgrade or a Windows reset from built-in recovery software that won't work!!Win10 needs at least 9GB of free space or more to do either of these OS level repairs. If you've got that little space left on a modern disk drive; say on a 200GB drive; that's less than 2.5% free space. Windows has serious problems with anything less than 10% free space. So that C: bootdrive you have is operating in the "Red-Zone" or "danger-zone" for sure. Windows normally won't operate at anything less than 25% free space on a bootable C: drive partition; that's a max of 75% space used of capacity. If you have a 200GB drive with 5GB free space; that's 97.5% space used of capacity!! BAD-BAD-BAD!!
By the way, please tell us the exact Make/Model of your Hard Drive, Make/Model of your PC or laptop. I don't know what you've got on that C: drive, like maybe a 150 games, and you only regularly play 3 of them; but you need to uninstall some stuff from that drive bro'!
I would suggest that you get yourself a large usb external drive such as 500GB or larger and pull off all the library data (such as documents, photos, music library, videos, movies, old E-mails, etc.) and get them off your C: bootdrive. If you don't have at least 25% free on your C: drive after that, even if you manage to somehow upgrade your PC to run W10; you're going to have continual problems with windows until you fix this and give windows the space it needs to perform it's internal housekeeping. There are literally thousands of articles and books written about this issue you can google if you don't believe me.
That's where I would start.
<<<BIGBEARJEDI>>>
But no dump file? I checked that settings were correct.
MKLINK /D /J "C:\Windows\Installer" "D:\Installer"
The reason why you might not be seeing any dump file creation could be down to you having such a full HDD. As the guy's above point out your system will not run as it should so do follow their advice.
Your dump file will probably be a Bugcheck 116 and basically means the gpu driver tried to reset but didn't respond within a given time. These are also called 'TDR's (timeout, detection and recovery) and can be caused by a multitude of things. I've often discovered though that it can be simply corruption and a good clean can make all the difference.
Use the display driver uninstaller to remove the original driver as this also removes anything left behind by previous installs:
As for the driver I checked AMD's pages and they have a legacy driver here (beta):
Link Removed
Or try using the driver found on your lappies support page at Dell.
One trick you can try to free up space. (You could potentially break the ability to repair or uninstall currently installed applications and windows updates.) I have used this before, so I know it works.
- Create a directory on the D drive, call it installer
- Copy all the content from C:\Windows\Installer to the newly created installer folder on D (Installer folder is system hidden)
- Delete C:\Windows\Installer
- Open an elevated command prompt and type
Code:MKLINK /D /J "C:\Windows\Installer" "D:\Installer"
- Now if you click on the link C:\Windows\Installer it will still appear to be that path to Windows but really points to D
- Go into Control Panel > Programs and Features and do a test repair on any application, it should still work. (Don't repair office if you have it, it's install data is located in a different location)
Yes.Hey, unrelated question, can I create a Windows 10 installation media on a normal size DVD? Windows Media Creation Tool says if I create one on a USB flash drive, I'll need at least 3GB.
You'd be better off with just over 4GB like the DVD'screate one on a USB flash drive, I'll need at least 3GB.
Yes.
DVD's are around 4.5gb.
You'd be better off with just over 4GB like the DVD's
Still no dump file. Make sure your settings are like this:
Open the run application.
Type sysdm.cpl in the run box and click ok.
Look across the top of the system properties box for 'Advanced' and click that.
Look for 'Startup and Recovery' near the bottom and click 'settings'.
Near the bottom you'll see a drop down menu under the heading 'write debugging information'.
In the drop down menu choose ' small memory dump (256KB)'
Under 'small dump directory' make sure it says %SystemRoot%\Minidump.
Click ok and your good to go.
>>>Hi John: Using the MCT tool from Microsoft website you'll need a minimum of an 8GB usb flash drive. When I first starting making W10 bootable flash drives; they only worked on a 16GB drive since they required just about 9GB of space. Since last year, the MCT tool will be able to create the W10 bootable flash drive on an 8GB drive. However, I still am only able to do it on a 16GB flash drive.Hey, unrelated question, can I create a Windows 10 installation media on a normal size DVD? Windows Media Creation Tool says if I create one on a USB flash drive, I'll need at least 3GB.
Any news on the dump file? Did you have a look?