Vista Explorer Crashes When opening Folder containing Vector files

Posted: 04-05-2007, 01:40 PM
As above-

have a folder that contains 995 files of vector EPS files (for use in adobe
illustrator).
total folder size is 171mb.

when i open it from the vista explorer it crashes and also if i try to do it
from with illustrator or photoshop.

so maybe there is a corrupt file in there somewhere? but how do i find it?

or can vista not handle big folders?

annoyingly i can view and use the files on my old XP perfectly ok.

any help much appreciated!

these are some error codes that i have got from Event Viewer-

Faulting application Explorer.EXE, version 6.0.6000.16386, time stamp
0x4549b091, faulting module ntdll.dll, version 6.0.6000.16386, time stamp
0x4549bdc9, exception code 0xc0000374, fault offset 0x000af1c9, process id
0x1644, application start time 0x01c77777f98d1f7d.

and

System

- Provider

[ Name] Application Error

- EventID 1000

[ Qualifiers] 0

Level 2

Task 100

Keywords 0x80000000000000

- TimeCreated

[ SystemTime] 2007-04-05T11:54:31.000Z

EventRecordID 2490

Channel Application

Computer Turbo3

Security


- EventData

Explorer.EXE
6.0.6000.16386
4549b091
ntdll.dll
6.0.6000.16386
4549bdc9
c0000374
000af1c9
1644
01c77777f98d1f7d

Reply With Quote

Responses to "Vista Explorer Crashes When opening Folder containing Vector files"

Chris Altmann
Guest
Posts: n/a
 
Re: Vista Explorer Crashes When opening Folder containing Vector files
Posted: 04-06-2007, 08:02 PM
It might be a buggy icon thumbnail handler installed by Illustrator. Try
disabling thumbnails
http://www.howtogeek.com/howto/windo...ista-explorer/

"tom" <tom@discussions.microsoft.com> wrote in message
news:F28A58D7-0B2D-41EF-9A1F-B2CDBB7A780F@microsoft.com...
> As above-
>
> have a folder that contains 995 files of vector EPS files (for use in
> adobe
> illustrator).
> total folder size is 171mb.
>
> when i open it from the vista explorer it crashes and also if i try to do
> it
> from with illustrator or photoshop.
>
> so maybe there is a corrupt file in there somewhere? but how do i find it?
>
> or can vista not handle big folders?
>
> annoyingly i can view and use the files on my old XP perfectly ok.
>
> any help much appreciated!
>
> these are some error codes that i have got from Event Viewer-
>
> Faulting application Explorer.EXE, version 6.0.6000.16386, time stamp
> 0x4549b091, faulting module ntdll.dll, version 6.0.6000.16386, time stamp
> 0x4549bdc9, exception code 0xc0000374, fault offset 0x000af1c9, process id
> 0x1644, application start time 0x01c77777f98d1f7d.
>
> and
>
> System
>
> - Provider
>
> [ Name] Application Error
>
> - EventID 1000
>
> [ Qualifiers] 0
>
> Level 2
>
> Task 100
>
> Keywords 0x80000000000000
>
> - TimeCreated
>
> [ SystemTime] 2007-04-05T11:54:31.000Z
>
> EventRecordID 2490
>
> Channel Application
>
> Computer Turbo3
>
> Security
>
>
> - EventData
>
> Explorer.EXE
> 6.0.6000.16386
> 4549b091
> ntdll.dll
> 6.0.6000.16386
> 4549bdc9
> c0000374
> 000af1c9
> 1644
> 01c77777f98d1f7d
>

Reply With Quote
tom
Guest
Posts: n/a
 
Re: Vista Explorer Crashes When opening Folder containing Vector f
Posted: 04-07-2007, 03:46 PM
hi Chris

Thanks for the advice, but sadly the problem still happens.

tom

"Chris Altmann" wrote:
> It might be a buggy icon thumbnail handler installed by Illustrator. Try
> disabling thumbnails
> http://www.howtogeek.com/howto/windo...ista-explorer/
>
> "tom" <tom@discussions.microsoft.com> wrote in message
> news:F28A58D7-0B2D-41EF-9A1F-B2CDBB7A780F@microsoft.com...
> > As above-
> >
> > have a folder that contains 995 files of vector EPS files (for use in
> > adobe
> > illustrator).
> > total folder size is 171mb.
> >
> > when i open it from the vista explorer it crashes and also if i try to do
> > it
> > from with illustrator or photoshop.
> >
> > so maybe there is a corrupt file in there somewhere? but how do i find it?
> >
> > or can vista not handle big folders?
> >
> > annoyingly i can view and use the files on my old XP perfectly ok.
> >
> > any help much appreciated!
> >
> > these are some error codes that i have got from Event Viewer-
> >
> > Faulting application Explorer.EXE, version 6.0.6000.16386, time stamp
> > 0x4549b091, faulting module ntdll.dll, version 6.0.6000.16386, time stamp
> > 0x4549bdc9, exception code 0xc0000374, fault offset 0x000af1c9, process id
> > 0x1644, application start time 0x01c77777f98d1f7d.
> >
> > and
> >
> > System
> >
> > - Provider
> >
> > [ Name] Application Error
> >
> > - EventID 1000
> >
> > [ Qualifiers] 0
> >
> > Level 2
> >
> > Task 100
> >
> > Keywords 0x80000000000000
> >
> > - TimeCreated
> >
> > [ SystemTime] 2007-04-05T11:54:31.000Z
> >
> > EventRecordID 2490
> >
> > Channel Application
> >
> > Computer Turbo3
> >
> > Security
> >
> >
> > - EventData
> >
> > Explorer.EXE
> > 6.0.6000.16386
> > 4549b091
> > ntdll.dll
> > 6.0.6000.16386
> > 4549bdc9
> > c0000374
> > 000af1c9
> > 1644
> > 01c77777f98d1f7d
> >
>
>
>
Reply With Quote
Guest
Posts: n/a
 
Re: Vista Explorer Crashes When opening Folder containing Vector f
Posted: 04-07-2007, 04:50 PM
This is the meaning of the error code from NTStatus.h

//
// MessageId: STATUS_HEAP_CORRUPTION
//
// MessageText:
//
// A heap has been corrupted.
//
#define STATUS_HEAP_CORRUPTION ((NTSTATUS)0xC0000374L)

Heap is what C programs call their data memory managed by the C library.

In another folder Chose Tools - Folder Options - View - Reset All
Folders.This will fix 80% of corrupt settings, if you have any. I doubt it
will help because of the error message seems to suggest a naughty program
but it only takes 10 seconds to do.

If no luck;

Explorer runs lots of mini-applications, each file may have several third
party mini apps (called Shell Extensions) that are loaded that if file is in
the folder. Plus folders have them too (each folder has a specified folder
viewer program that loads to show you the folder).

Goto the folder and let Explorer crash.

Type in a command prompt (Press Ctrl + Shift + Escape, File menu - New Task
(Run) and type cmd)

tasklist /m /fi "imagename eq explorer.exe"

This will give you the list of files providing code to Explorer at that
moment. See if any aren't from microsoft.



"tom" <tom@discussions.microsoft.com> wrote in message
news:26CE5118-B347-44FE-B886-D805841DEEC1@microsoft.com...
> hi Chris
>
> Thanks for the advice, but sadly the problem still happens.
>
> tom
>
> "Chris Altmann" wrote:
>
>> It might be a buggy icon thumbnail handler installed by Illustrator. Try
>> disabling thumbnails
>> http://www.howtogeek.com/howto/windo...ista-explorer/
>>
>> "tom" <tom@discussions.microsoft.com> wrote in message
>> news:F28A58D7-0B2D-41EF-9A1F-B2CDBB7A780F@microsoft.com...
>> > As above-
>> >
>> > have a folder that contains 995 files of vector EPS files (for use in
>> > adobe
>> > illustrator).
>> > total folder size is 171mb.
>> >
>> > when i open it from the vista explorer it crashes and also if i try to
>> > do
>> > it
>> > from with illustrator or photoshop.
>> >
>> > so maybe there is a corrupt file in there somewhere? but how do i find
>> > it?
>> >
>> > or can vista not handle big folders?
>> >
>> > annoyingly i can view and use the files on my old XP perfectly ok.
>> >
>> > any help much appreciated!
>> >
>> > these are some error codes that i have got from Event Viewer-
>> >
>> > Faulting application Explorer.EXE, version 6.0.6000.16386, time stamp
>> > 0x4549b091, faulting module ntdll.dll, version 6.0.6000.16386, time
>> > stamp
>> > 0x4549bdc9, exception code 0xc0000374, fault offset 0x000af1c9, process
>> > id
>> > 0x1644, application start time 0x01c77777f98d1f7d.
>> >
>> > and
>> >
>> > System
>> >
>> > - Provider
>> >
>> > [ Name] Application Error
>> >
>> > - EventID 1000
>> >
>> > [ Qualifiers] 0
>> >
>> > Level 2
>> >
>> > Task 100
>> >
>> > Keywords 0x80000000000000
>> >
>> > - TimeCreated
>> >
>> > [ SystemTime] 2007-04-05T11:54:31.000Z
>> >
>> > EventRecordID 2490
>> >
>> > Channel Application
>> >
>> > Computer Turbo3
>> >
>> > Security
>> >
>> >
>> > - EventData
>> >
>> > Explorer.EXE
>> > 6.0.6000.16386
>> > 4549b091
>> > ntdll.dll
>> > 6.0.6000.16386
>> > 4549bdc9
>> > c0000374
>> > 000af1c9
>> > 1644
>> > 01c77777f98d1f7d
>> >
>>
>>
>>
Reply With Quote
Keith Miller MVP
Guest
Posts: n/a
 
Re: Vista Explorer Crashes When opening Folder containing Vector f
Posted: 04-07-2007, 06:10 PM
You could open a command prompt window to the folder and temporarily 'break'
the file association via:

ren *.EPS *.EPSX

then, if you can open the folder in explorer, you know it's not a size
issue, but specific to the file association. You can undo the break by
typing:

ren *.EPSX *.EPS

Then you can dig deeper per .'s post.


--
Good Luck,

Keith
Microsoft MVP [Windows XP Shell/User]

"tom" <tom@discussions.microsoft.com> wrote in message
news:26CE5118-B347-44FE-B886-D805841DEEC1@microsoft.com...
> hi Chris
>
> Thanks for the advice, but sadly the problem still happens.
>
> tom
>
> "Chris Altmann" wrote:
>
>> It might be a buggy icon thumbnail handler installed by Illustrator. Try
>> disabling thumbnails
>> http://www.howtogeek.com/howto/windo...ista-explorer/
>>
>> "tom" <tom@discussions.microsoft.com> wrote in message
>> news:F28A58D7-0B2D-41EF-9A1F-B2CDBB7A780F@microsoft.com...
>> > As above-
>> >
>> > have a folder that contains 995 files of vector EPS files (for use in
>> > adobe
>> > illustrator).
>> > total folder size is 171mb.
>> >
>> > when i open it from the vista explorer it crashes and also if i try to
>> > do
>> > it
>> > from with illustrator or photoshop.
>> >
>> > so maybe there is a corrupt file in there somewhere? but how do i find
>> > it?
>> >
>> > or can vista not handle big folders?
>> >
>> > annoyingly i can view and use the files on my old XP perfectly ok.
>> >
>> > any help much appreciated!
>> >
>> > these are some error codes that i have got from Event Viewer-
>> >
>> > Faulting application Explorer.EXE, version 6.0.6000.16386, time stamp
>> > 0x4549b091, faulting module ntdll.dll, version 6.0.6000.16386, time
>> > stamp
>> > 0x4549bdc9, exception code 0xc0000374, fault offset 0x000af1c9, process
>> > id
>> > 0x1644, application start time 0x01c77777f98d1f7d.
>> >
>> > and
>> >
>> > System
>> >
>> > - Provider
>> >
>> > [ Name] Application Error
>> >
>> > - EventID 1000
>> >
>> > [ Qualifiers] 0
>> >
>> > Level 2
>> >
>> > Task 100
>> >
>> > Keywords 0x80000000000000
>> >
>> > - TimeCreated
>> >
>> > [ SystemTime] 2007-04-05T11:54:31.000Z
>> >
>> > EventRecordID 2490
>> >
>> > Channel Application
>> >
>> > Computer Turbo3
>> >
>> > Security
>> >
>> >
>> > - EventData
>> >
>> > Explorer.EXE
>> > 6.0.6000.16386
>> > 4549b091
>> > ntdll.dll
>> > 6.0.6000.16386
>> > 4549bdc9
>> > c0000374
>> > 000af1c9
>> > 1644
>> > 01c77777f98d1f7d
>> >
>>
>>
>>
Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying CD files to folder, then copy folder to another hard drive, explorer hangs zoner@cox.nospam.net Windows Vista File Management 1 03-31-2007 06:07 PM
explorer always crashes in Vista Final Asus Windows Vista Administration 2 12-12-2006 12:30 AM
Vista RC1 hangs when opening a folder containing many AVI/MPG file dvanhorn Windows Vista File Management 3 11-14-2006 08:03 PM
Explorer slow when opening folder with images Yves Alarie Windows XP Photos 0 09-19-2003 08:41 PM
Windows Explorer Crashes when renaming files Willard Windows XP Video 2 07-31-2003 10:21 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90