• 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.

Wierd Explorer.exe crash

Mo0o

Lifer
I'm having a wierd crashing problem. If I'm viewing the contents of a folder in explorer and there is a movie file, sometimes my explorer will crash as it tries to turn the generic icon to the first frame of the movie file.

The error report says ole32.dll is involved but i replaced that and it didn't fix the problem.
 
This may be your issue. Ran into this once myself:



Explorer hangs with Watson crash when opening folder with many AVI files

There appears to be a problem with Windows XP SP2 affecting most ppl and its stability when selecting AVI files done in divx or xvid format (MPEG's are fine)

Opening a folder containing a large number of AVI file can open quite slowly because the OS has to open each AVI file and extract info from AVIs. If you have a large collection, you can speedup XP's folder access to blocking it from automatically extracting this info.

Rename the key by placing a minus in front of the keyname to enhance file system speed when working with AVIs. You will need to open "regedit" . Start - Run - regedit.

find and modify :

HKEY_CLASSES_ROOT\ CLSID\ {87D62D94-71B3-4b9a-9489-5FE6850DC73E}

to

-{87D62D94-71B3-4b9a-9489-5FE6850DC73E}.

If it causes problems, just remove the minus again.

----------------------------------------------------------

ALTERNATE FIX:

This happens when the files have been encoded with the DivX codec which
came out after XP. DivX now have a new version of it that does not
generate the 'bad' information that crashes explorer when it goes
looking into the files when you open a folder, to look for the extra
info about Properties - like resolution, frame rate, etc. But old files
will probably still do so (and the explorer in SP2 is more badly
affected than before)

It may be best to do without the extra property info - Start - run -
regedit.exe, open to

HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler

highlight that and delete it

 
Back
Top