• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows Explorer crashes with DEP if MPEG file in directory

Ryland

Platinum Member
This is on a fresh installation of windows but I saw the same issue on my old installation of windows on my older hardware. Whenever I open a directory that contains mpeg video I find the explorer crashes with the following:

Data Execution Prevention

Name: Windows Explorer

It wasn't doing this until AFTER I installed Real Player. Any ideas (other than to uninstall real player). I currently have WMP set to play MPEG's so it may be something else causing this.

ideas?
 
You need an update for whatever codec is rendering mpg's for you (possibly one Real provided)...
 
Try going in a folder without MPEGs, doing Tools->Folder Options, and removing Real Player from any associations of .mpg files. This may also at the same time remove the shell hooks. Or better yet uninstall Real Player and see if it helps. If it does, start using Real Alternative.
 
I found a solution. I told windows to stop trying to preview media files in explorer and now it doesn't crash.
 
How exactly does one get windows to stop trying to preview media files in explorer? I've been experiencing the exact same DEP problems due to .mpeg's. I'm running Windows XP.
 
Originally posted by: AccuGrip
How exactly does one get windows to stop trying to preview media files in explorer? I've been experiencing the exact same DEP problems due to .mpeg's. I'm running Windows XP.

The solution is here. The steps are:

Simply do the following steps:
1) Open a command window (Start->Run, type in 'cmd' hit enter)
2) To remove image preview, type and hit enter
regsvr32 /u shimgvw.dll
3) To readd image preview, type and hit enter
regsvr32 shimgvw.dll
4) To remove media preview, type and hit enter
regsvr32 /u shmedia.dll
5) To readd media preview, type and hit enter
regsvr32 shmedia.dll
 
Back
Top