[SOLVED] suspected virus, Discord error code when trying to open

gamerfan01

Honorable
Apr 29, 2018
36
0
10,530
hey guys, just today I've encountered a strange error which I suspect could be a virus. Discord also gives error code (0xc0000005) when trying to open it. I ran a Malware Bytes scan and knocked off a lot of malware but I still get the same error code.

I hope to get a fast response since this is ticking me off
 
Solution
Try running memtest86 on each of your ram sticks, one stick at a time, up to 4 passes. Only error count you want is 0, any higher could be cause of the errors. Remove/replace ram sticks with errors.
Memtest is created as a bootable USB so that you don’t need windows to run it

try this
right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:

Repair-WindowsImage -Online -RestoreHealth
and press enter


SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC

do you have an ssd or hdd?
running chkdsk on C drive might help
open command prompt (admin)
If you have an ssd...
Try running memtest86 on each of your ram sticks, one stick at a time, up to 4 passes. Only error count you want is 0, any higher could be cause of the errors. Remove/replace ram sticks with errors.
Memtest is created as a bootable USB so that you don’t need windows to run it

try this
right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:

Repair-WindowsImage -Online -RestoreHealth
and press enter


SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC

do you have an ssd or hdd?
running chkdsk on C drive might help
open command prompt (admin)
If you have an ssd, type Chkdsk c: /f
if you have a hdd, type Chkdsk c: /f /r
press enter after and it will ask if you want to run it at startup, agree and restart PC to let it run.

 
Solution
Try running memtest86 on each of your ram sticks, one stick at a time, up to 4 passes. Only error count you want is 0, any higher could be cause of the errors. Remove/replace ram sticks with errors.
Memtest is created as a bootable USB so that you don’t need windows to run it

try this
right click start button
choose powershell (admin)
type SFC /scannow and press enter
once its completed, copy/paste this command into same window:

Repair-WindowsImage -Online -RestoreHealth
and press enter


SFC fixes system files, second command cleans image files, re run SFC if it failed to fix all files and restart PC

do you have an ssd or hdd?
running chkdsk on C drive might help
open command prompt (admin)
If you have an ssd, type Chkdsk c: /f
if you have a hdd, type Chkdsk c: /f /r
press enter after and it will ask if you want to run it at startup, agree and restart PC to let it run.

got a HDD. I'll give those a go and see what happens

the repair-windowsimage -online -restorehealth command didn't work, it kept saying "repair-windowsimage is not recognized as an internal or external command, operable program or batch command"
 
Last edited:
Are you sure you ran it through powershell? If yes, I'll break the commands down instead (one command per line, from admin cmd/ps):
sfc /scannow dism /online /cleanupimage /checkhealth dism /online /cleanupimage /scanhealth dism /online /cleanupimage /restorehealth sfc /scannow