The crash seems to be caused by msscp.dll, which is part of Microsoft DRM. Do you have all recent Windows updates installed? Open the Start Menu, go to All Programs - Accessories, right-click Command Prompt, and select Run as administrator. In Command Prompt, type the following: sfc /scannow. And press Enter. Let it run until it completes. Computer Tip&Trick Tutorial How to Fix Windows Media Player Problem on Windows 10 New 2017 Method. FOLLOW us. YOUTUBE CHANNEL.
Does your video crash or freeze in Internet Explorer, Windows Media Player or other Windows programs, frequently? Or does your Windows operating system become unusable or unstable while watching videos?
I've had the same problem (somewhat)with the VLC v3.0.3 update. My problem started after a VLC update, not Windows 10 1803 update.
I uninstalled VLC(64bit) then reinstall it. So I once again uninstalled the 64bit and install the 32bit version and still the same issue. I then decided to search for previous versions of VLC and found this site and reinstalled v2.2.6(this was the previous version before the VLC v3.0.3 update that worked beautifully).
No more freezing up, no more crashing, no more having to have to use the task manager to quit, no more frozen picture with just audio coming through. VLC needs to work on their new version and work out some quarks. I love VLC and have been using their players since before v1.1.5. I hope this forum allows me to post the webpage of my solution.
Hope this works for you.PS:DO NOT USE v3.0.2 NEITHER.SAME ISSUES. I've had the same problem (somewhat)with the VLC v3.0.3 update. My problem started after a VLC update, not Windows 10 1803 update. I uninstalled VLC(64bit) then reinstall it.
So I once again uninstalled the 64bit and install the 32bit version and still the same issue. I then decided to search for previous versions of VLC and found this site and reinstalled v2.2.6(this was the previous version before the VLC v3.0.3 update that worked beautifully). No more freezing up, no more crashing, no more having to have to use the task manager to quit, no more frozen picture with just audio coming through. VLC needs to work on their new version and work out some quarks. I love VLC and have been using their players since before v1.1.5. I hope this forum allows me to post the webpage of my solution. Hope this works for you.PS:DO NOT USE v3.0.2 NEITHER.SAME ISSUESDId you read the thread and disabled hardware decoding?
I have same crashing problem with version 3.03 as many of you have. And I tried many things including uninstall and reinstall VLC multiple times. I could not make it work.Then I followed Jean-Baptiste Kempf's recommendation to disable hardware decoding. It works again.For the people who don't know exactly how to disable hardware decoding, I want to share my steps with you:1. Open VLC, hopefully you can open VLC.2. Go to tools - Preferences.3. Go to Input / Codecs tab.4.
Change the setting of Hardware-accelerated decoding from Automatic to Disable.Hope I can help somebody who is struggling with this issue for a long time like me. Code: - logger module started -main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.mp4 warning: unknown box type NCDT (incompletely loaded)mp4 warning: elst box foundmp4 warning: STTS table of 1 entriesmp4 warning: elst box foundmp4 warning: STTS table of 1 entriespostproc error: Unsupported input chroma (DX11)postproc warning: Quantification table was not set by video decoder.
Postprocessing won't look good.postproc error: Unsupported input chroma (DX11)postproc warning: Quantification table was not set by video decoder. Postprocessing won't look good.direct3d11 error: SetThumbNailClip failed: 0x800706f4postproc error: Unsupported input chroma (DXA9)postproc warning: Quantification table was not set by video decoder. I've had the same problem (somewhat)with the VLC v3.0.3 update.
My problem started after a VLC update, not Windows 10 1803 update. I uninstalled VLC(64bit) then reinstall it. So I once again uninstalled the 64bit and install the 32bit version and still the same issue. I then decided to search for previous versions of VLC and found this site and reinstalled v2.2.6(this was the previous version before the VLC v3.0.3 update that worked beautifully). No more freezing up, no more crashing, no more having to have to use the task manager to quit, no more frozen picture with just audio coming through.
VLC needs to work on their new version and work out some quarks. I love VLC and have been using their players since before v1.1.5. I hope this forum allows me to post the webpage of my solution. Hope this works for you.PS:DO NOT USE v3.0.2 NEITHER.SAME ISSUESI’ve just registered to report success by using the above previous software. VLC was working fine until I responded to the update VLC message and then the program started crashing about a minute into playing a DVD. I too tried uninstall and reinstall but same issue, so I started searching for help and found this site. I disabled the hardware accelerator to no effect.
I have reinstalled 2.2.6 and everything is fine. I can’t comment on other video formats as I’ve only checked DVD playback.
Many thanks for the advice panaricano. I am also experiencing this crash. Hardware acceleration is disabled.It crashes on this line: $Obj1ctrl = GUICtrlCreateObj($Obj1, 72, 80, 320, 240)Here is a sample code snippet using the free AutoIT language:#include #include #Region ### START Koda GUI section ### Form=$Form1 = GUICreate('Form1', 615, 437, 192, 124)$Obj1 = ObjCreate('VideoLAN.VLCPlugin.2')$Obj1ctrl = GUICtrlCreateObj($Obj1, 72, 80, 320, 240)GUISetState(@SWSHOW)#EndRegion ### END Koda GUI section ###While 1$nMsg = GUIGetMsgSwitch $nMsgCase $GUIEVENTCLOSEExitEndSwitchWEnd.