Share via

Runtime error MS Paint

Anonymous
2018-05-24T19:27:11+00:00

What I did is set text for 300 size and went through styles, than I get error each time, with program restarting, than it closes after the second or third time.

https://i.imgflip.com/2axvcv.jpg

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-05-25T00:46:50+00:00

    Hi,

    Each Method/step below progresses to the next if the first does not fix any corrupted files that are found, etc.

    Have you read this Microsoft information about repairing corrupt system files and errors?

    "Use the System File Checker tool to repair missing or corrupted system files"

    https://support.microsoft.com/en-us/kb/929833

    _________________________________________________

    And these eightforums.com Tutorials are very detailed for problems resulting from SFC Scan:

    "How to Run "SFC /SCANNOW" Command at Boot or in Windows 8 and 8.1"

    http://www.eightforums.com/tutorials/3047-sfc-scannow-command-run-windows-8-a.html

    Read this Section there in conjunction with the rest of the information they give in above link.

       Note

    If SFC could not fix something, then run the command again to see if it may be able to the next time. Sometimes it may take running the sfc /scannow command 3 times restarting the PC after each time to completely fix everything that it's able to.

    If not, then run the **Dism /Online /Cleanup-Image /RestoreHealth**command to repair any component store corruption,

    Repair-WindowsImage -Online -CheckHealthRepair-WindowsImage -Online -ScanHealthRepair-WindowsImage -Online -RestoreHealth

    Restart the PC afterwards, and try the sfc /scannow command again.

    If still not, then try using OPTION ONE above to run the sfc /scannow command at boot

    If still not, then you could do a refresh of Windows 8, or run a System Restore using a restore point dated before the bad file occured to fix it. You may need to repeat doing a System Restore until you find a older restore point that may work.

    If still not, then you can use the steps in the TIP box in the OPTION THREE section to manually replace the files that SFC could not fix.

    __________________________________________________

    "How to Refresh Windows 8 and Windows 8.1"

    http://www.eightforums.com/tutorials/2293-refresh-windows-8-a.html

    Refreshing your PC goes like this:

    • The PC boots into Windows RE (RecoveryEnvironment).
    • Windows RE scans the hard drive for your data, settings, and apps, and puts them aside (on the same drive).
    • Windows RE installs a fresh copy of Windows.
    • Windows RE restores the data, settings, and apps it has set aside into the newly installed copy of Windows.
    • The PC restarts into the newly installed copy of Windows.

    _________________________________________________

    "How to Reset Windows 8 and Windows 8.1"

    http://www.eightforums.com/tutorials/2302-reset-windows-8-a.html

    "When you reset your PC, the drive will be completely reset, and all your apps and files will be removed from it. Windows 8 will be reinstalled, and you'll need to change any settings and reinstall any apps that you want to get back after resetting. If you know if any files that you don't want to lose, then you should back those files up before starting the reset"

    Cheers.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-05-24T19:56:23+00:00

    Press Windows key + X

    Click Command Prompt (Admin)

    Type in at the prompt OR Copy and Paste these one at a time : (Hit enter after each)

    Dism /Online /Cleanup-Image /CheckHealth

    Dism /Online /Cleanup-Image /ScanHealth

    Dism /Online /Cleanup-Image /RestoreHealth

    Also run the System File Checker utility:

    Press Windows key + X

    Click Command Prompt (Admin)

    Type in at the prompt OR Copy and Paste these one at a time : (Hit enter after each)

    At the Command Prompt, type: sfc/scannow

    This will check for any integrity violations

    Restart your system

    If that not work, perform a repair upgrade:

    Download the Windows 8.1 ISO:

    Download Windows 8.1 Disc Image (ISO File) - Microsoft

    https://www.microsoft.com/en-us/software-downlo...

    Perform a repair upgrade:

    https://www.eightforums.com/tutorials/26095-rep...

    Was this answer helpful?

    0 comments No comments