MSFN Forum: 98 (FE), 98 SP1, 98 SE + ME SHELL32.DLL fix - MSFN Forum

Jump to content



  • 9 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • You cannot start a new topic
  • You cannot reply to this topic

98 (FE), 98 SP1, 98 SE + ME SHELL32.DLL fix for Explorer lockups with IE 5.xx/6.xx Rate Topic: -----

#121 User is offline   Rick Chauvin 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 16-December 06

Posted 17 February 2007 - 02:50 PM

erpdude8, after going back and reading previous threads again (you're in most of them I see) I noticed anonymous mentions it to be 4.72.3812.610 and so that is the one I am after please - Does anyone have Shell32.dll v4.72.3812.610 please I would like to get for reference/testing and save - would you please link it here or PM if preferred. Thank you much.

whatever420, thank you for the 4.72.3812.620 version, and yes I certainly did understand your explanation on your aftermarket edits, and the screenshot was a good visual explanation as well)


#122 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,678
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 18 February 2007 - 09:51 PM

Rick Chauvin:

Anonymous author replies to your comments:

Quote

I have reason to believe there is a problem with the certificates in ROOTSUPD.EXE under Win9x. I also have some answers to Rick's questions re 4.72.3812.634

Rick Chauvin wrote on Feb 16, 01:22 PM:

> Shell32.dll bug report ):
> latest v4.72.3812.634
> ...

I really doubt the problems have anything to do with SHELL32.DLL 4.72.3812.634.

There appears to be a common misconception about the EXPLORER hang (and the patch): Neither the original code nor the patch touch any file at all. They deal with how the changes resulting from a file operation, such as delete, move, etc., are *displayed*. So the patch cannot possibly cause the permanent deletion of what is in the 'History' subdirectory. (There is a "Paranoia" registry setting in TweakUI that clears the IE history at user logon and maybe that is causing the history to be cleared.) IEXPLORE.EXE obviously uses SHELL32.DLL, but AFAICT IEXPLORE.EXE does not use the patched code, for example, when one clicks on an item in the History pane. In addition, when I developed the patch I swapped original and patched SHELL32.DLL versions far more than once, but did not notice any effect on IE6's history.

I rarely use Win98SE (and IE6SP1) these days, but I did surf the web with IE6SP1 while testing the patch and found no ill side effects from any version including 4.72.3812.640 (= modification to facilitate customization with a HexEditor), which I have not released (and may never release). I checked my FAULTLOG.TXT file (Error reporting is disabled on my PCs) and it appears that crashes in IE6SP1 are very rare.

However, I found a problem that is worth noting: After I installed the latest ROOTSUPD.EXE (January 18, 2007) I noticed that I get a very annoying "race" ("competing") condition in IE6SP1 with some SSL connections. There is *no* difference whether the original 600 or the patched 634 or 640 are installed. Ctrl-Alt-Del is the only way to kill the particular instance of IEXPLORE.EXE and try the connection again.

If the crashes in IE6SP1 should be investigated further, I would need far more information. The DW.LOG file has very little information on the actual crash, so only the full report (that would be sent to M$) or a DrWatson crash file (xxxxxxxx.WLG) would provide useful information.

When developing 4.72.3812.640, I also came across very simple methods that are bound to cause the EXPLORER hang even if v5.5 BROWSExx.DLL files are installed! So please stay tuned!

I hope this helps.

Quote

I am sending you a "revised" 4.72.3812.634 (same date!). I hope this one does not trigger the bug/crash in Restorator and makes it easier to create versions for languages other than English [475 KB, English]:
http://www.mdgx.com/files/SHELL98.EXE

Extract this new SHELL32.DLL 4.72.3812.634 using WinZip 9.0/newer, PowerArchiver 6.xx/newer or WinRAR, or by simply installing it on Win98 SE [and found in %windir%\system ].

Best wishes.
P.S.:

SHELL98 has been updated again today [2-19-2007]:
http://www.mdgx.com/files/SHELL98.EXE

HTH

#123 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,678
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 18 February 2007 - 09:56 PM

Rick Chauvin, on Feb 16 2007, 12:22 PM, said:

MDGx, is shell32.dll v4.72.3812.620 the last version change anonymous made for the 2-4gb fix before he started adding explorer hang fixes?
Actually 4.72.3812.610 was the last version that fixed only 2-4 GB files bug.
Beginning with 4.72.3812.620 onward the anonymous author added code to fix explorer/OS lockups.

HTH

#124 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,678
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 19 February 2007 - 01:18 PM

Anonymous author replies:

Quote

Tihiy wrote on Feb 10, 04:04 AM:

Quote

No, that's wrong. User/Organization/Serial was in USER.EXE only in Windows 95.
And patching latest USER.EXE for win98 and winme will be enough.
However, after patching i haven't noticed any stability improvements, all my resource-draining tests still usually hang system.
So i don't think those patches will be useful. I wish i had an debug win9x version...
Plainly wrong! The information is still there, even under WinME (whether it is used for anything is a different matter). Please take a closer look at USER.EXE *before* you write such nonsense!

Hotfixes such as KB291362 actullay personalize USER.EXE and fill those fields when they install the new version of USER.EXE - I verified that a long, long time ago when KB260067 was released.

I would not expect to see *major* stability improvements (from 'or cx,ax' --> 'or ax,ax'), for three reasons:

(1) A previous call to KERNEL.LOCALALLOC may have failed already, was handled correctly, and the buggy code is no longer executed.

(2) I picked this bug as an *example* (please see that post!) b/c it is easy to understand and is one of the very, very few I still remember where to find. There are other, much less obvious bugs in USER.EXE, where things can go wrong when KERNEL.LOCALALLOC (or KERNEL.LOCALREALLOC) fails (same for GDI.EXE!).

(3) The hang may not be a bug at all, but "perfectly" normal b/c WM processing stops.

If Win9x were designed to work when Resources are low, that is, below 10%, one would not get the well-known warning "Ninety percent or more of your system resources are in use. To free up system resources, quit any programs that you are not using. If you do not, your computer may stop responding." from M$'s ResourceMeter!!!

In my experience, that type of bug is more likely to cause heap corruption (with a subsequent GPF or BSOD) than a system freeze.

As a matter of fact, sometimes I am *truly* amazed how well, really well actually, Win98SE works despite all those bugs (and there are zillions of them)!!! One example is a totally different bug in USER.EXE and there is no fix for it: The splash screen of some programs such as Office XP programs causes a small, but permanent Resource leak in USER.EXE. It also causes a larger Resource leak in GDI.EXE, but that one is concealed very, very cunningly!

AFAIK, Win9x debug versions were available for download from M$ - I do not know if they still are. I am also not sure if they are very useful now as they lack *all* hotfixes.

I hope this helps.

Best wishes.

P.S.: I think I now know what is causing the problems with Restorator ('Max_04'). I will send you a rearranged 4.72.3812.634 when I have a chance to test it out:
download the updated SHELL98 [475 KB, English]:
http://www.mdgx.com/files/SHELL98.EXE


#125 User is offline   Max_04 

  • Unofficial Service Packs Italian Releaser
  • PipPip
  • Group: Members
  • Posts: 266
  • Joined: 14-June 06

Posted 19 February 2007 - 02:27 PM

View PostMDGx, on Feb 19 2007, 08:18 PM, said:

Anonymous author replies:

Quote

Tihiy wrote on Feb 10, 04:04 AM:

Quote

No, that's wrong. User/Organization/Serial was in USER.EXE only in Windows 95.
And patching latest USER.EXE for win98 and winme will be enough.
However, after patching i haven't noticed any stability improvements, all my resource-draining tests still usually hang system.
So i don't think those patches will be useful. I wish i had an debug win9x version...
Plainly wrong! The information is still there, even under WinME (whether it is used for anything is a different matter). Please take a closer look at USER.EXE *before* you write such nonsense!

Hotfixes such as KB291362 actullay personalize USER.EXE and fill those fields when they install the new version of USER.EXE - I verified that a long, long time ago when KB260067 was released.

I would not expect to see *major* stability improvements (from 'or cx,ax' --> 'or ax,ax'), for three reasons:

(1) A previous call to KERNEL.LOCALALLOC may have failed already, was handled correctly, and the buggy code is no longer executed.

(2) I picked this bug as an *example* (please see that post!) b/c it is easy to understand and is one of the very, very few I still remember where to find. There are other, much less obvious bugs in USER.EXE, where things can go wrong when KERNEL.LOCALALLOC (or KERNEL.LOCALREALLOC) fails (same for GDI.EXE!).

(3) The hang may not be a bug at all, but "perfectly" normal b/c WM processing stops.

If Win9x were designed to work when Resources are low, that is, below 10%, one would not get the well-known warning "Ninety percent or more of your system resources are in use. To free up system resources, quit any programs that you are not using. If you do not, your computer may stop responding." from M$'s ResourceMeter!!!

In my experience, that type of bug is more likely to cause heap corruption (with a subsequent GPF or BSOD) than a system freeze.

As a matter of fact, sometimes I am *truly* amazed how well, really well actually, Win98SE works despite all those bugs (and there are zillions of them)!!! One example is a totally different bug in USER.EXE and there is no fix for it: The splash screen of some programs such as Office XP programs causes a small, but permanent Resource leak in USER.EXE. It also causes a larger Resource leak in GDI.EXE, but that one is concealed very, very cunningly!

AFAIK, Win9x debug versions were available for download from M$ - I do not know if they still are. I am also not sure if they are very useful now as they lack *all* hotfixes.

I hope this helps.

Best wishes.

P.S.: I think I now know what is causing the problems with Restorator ('Max_04'). I will send you a rearranged 4.72.3812.634 when I have a chance to test it out:
download the updated SHELL98 [475 KB, English]:
http://www.mdgx.com/files/SHELL98.EXE



Now restorator is ok, what it is necessary to edit in shell32.dll italian?

#126 User is offline   Rick Chauvin 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 16-December 06

Posted 20 February 2007 - 03:05 PM

Quote

Anonymous author replies:
I really doubt the problems have anything to do with SHELL32.DLL 4.72.3812.634.
I agree with you, but for whatever reason SendErrorReports for me anyway, appears to happen much less with shell32.dll 4.72.3812.600 than with 472.3812.634 giving various iexplore.exe application failure errors; however...*

It is true last week I did loose the History Listings contents when I swapped dlls back and forth, but.., having tried it a number of times since then I cannot reproduce it again so just let it go if it's not relative.

What I can say is that I've noticed a sharp increase in the amount of SendErrorReports that are prompted lately which before I 'seldom' saw any therefore had no reason to even think about dw being on. No doubt there was a change that has happened for me to cause this and is what I've tried to pin down - the thing is as of yet I cannot tell you exactly what is causing it since when I did the last number of updates - naturally it was not on my mind to go right out and surf websites to see if I could get SendError prompts; and so that's the reason for the Unknown of When it started with this, and so at this point I can only go backwards and reverse what I'd done in the meantime - which are a few things, for instance to possibly complicate the issue is that I had also installed MSFN's latest W2K IE and OE Cumulatives reworked to install on W98SE:
~ ie925454.exe = W98SE - MS06-072, 925454, Cumulative for IE, 12/2006
~ oe911567.exe = W98SE - MS06-076, 923694, Cumulative for OE, 12/2006

Quote

However, I found a problem that is worth noting: After I installed the latest ROOTSUPD.EXE (January 18, 2007) I noticed that I get a very annoying "race" ("competing") condition in IE6SP1 with some SSL connections. There is *no* difference whether the original 600 or the patched 634 or 640 are installed. Ctrl-Alt-Del is the only way to kill the particular instance of IEXPLORE.EXE and try the connection again.

*Ahhh, then maybe that roots update could be it then since yes I did install that 10,0,2195,0 Root Certificate mentioned to do from msfn... ...okay I've just now reversed the install of 10,0,2195,0 back to v9,0,2195,0 easily - hopefully this is the issue causing it since you noticed the things you did; alternately hopefully it's not the ie925454.exe update I previously did - but if it was I could easily reverse that too.

Quote

If the crashes in IE6SP1 should be investigated further, I would need far more information. The DW.LOG file has very little information on the actual crash, so only the full report (that would be sent to M$) or a DrWatson crash file (xxxxxxxx.WLG) would provide useful information.
I wish that "error report contents" box with its mini dump info would let a copy work within the box, or a way to easily save it..

Quote

When developing 4.72.3812.640, I also came across very simple methods that are bound to cause the EXPLORER hang even if v5.5 BROWSExx.DLL files are installed! So please stay tuned!

That's great, and fwiw I've absolutely seen the specific explorer hang with v5.5 as you've previously mentioned, although it was rare but I did see it; I've also absolutely seen the specific explorer hang even when the v5.5 dll's are used in v6 but here too it's not very often at all... Also fwiw, I have three times so far seen the specific explorer hang even using the new shell32.dll v4.72.3812.634 but here too comparatively it's not very often and so I'd call it 97% effective over the original.
If you are contemplating a v4.72.3812.640 in the works with the few issues mentioned you've found and fixed, even if beta, please do let me test it!

Hopefully with the roots reverted back to v9,0,2195,0 I will not see any more SendErrorReports - I may even disable the dw which produces it.

This post has been edited by Rick Chauvin: 16 March 2007 - 03:03 AM


#127 User is offline   Rick Chauvin 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 16-December 06

Posted 20 February 2007 - 03:14 PM

View PostMDGx, on Feb 18 2007, 10:56 PM, said:

Rick Chauvin, on Feb 16 2007, 12:22 PM, said:

MDGx, is shell32.dll v4.72.3812.620 the last version change anonymous made for the 2-4gb fix before he started adding explorer hang fixes?
Actually 4.72.3812.610 was the last version that fixed only 2-4 GB files bug.
Beginning with 4.72.3812.620 onward the anonymous author added code to fix explorer/OS lockups.

Yes but after that post you are quoting and as you can see by the very first post (#121) on this webpage, I did realize it was v4.72.3812.610 that I wanted to get for reference/archive/testing. Do you or anyone still have v4.72.3812.610? Thank you.

#128 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,678
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 21 February 2007 - 04:31 PM

Rick Chauvin, on Feb 20 2007, 02:14 PM, said:

Do you or anyone still have v4.72.3812.610? Thank you.
Please email me:
http://www.mdgx.com/form.htm
and I'll send it to you.

HTH

#129 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,678
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 21 February 2007 - 06:50 PM

Max_04:

Anonymous author replies:

Quote

I am attaching the Italian SHELL32.DLL (as a *one-time* exception!).
Repacked with iexpress installer:
SHELL32.DLL Fix [475 KB, Italian]:
http://www.mdgx.com/files/SHELL98I.EXE

Max_04 wrote on Feb 19, 2007 02:27 PM:

> Now restorator is ok, what it is necessary to edit in shell32.dll
> italian?

Check sum! :)

BTW, I guess it is a bug in Restorator. Restorator apparently does not take into account that there are fewer restrictions on the PE format if the file alignment is in page sizes (0x1000 for x86 CPUs).
HTH

#130 User is offline   Max_04 

  • Unofficial Service Packs Italian Releaser
  • PipPip
  • Group: Members
  • Posts: 266
  • Joined: 14-June 06

Posted 22 February 2007 - 06:48 AM

View PostMDGx, on Feb 22 2007, 01:50 AM, said:

Max_04:

Anonymous author replies:

Quote

I am attaching the Italian SHELL32.DLL (as a *one-time* exception!).
Repacked with iexpress installer:
SHELL32.DLL Fix [475 KB, Italian]:
http://www.mdgx.com/files/SHELL98I.EXE

Max_04 wrote on Feb 19, 2007 02:27 PM:

> Now restorator is ok, what it is necessary to edit in shell32.dll
> italian?

Check sum! :)

BTW, I guess it is a bug in Restorator. Restorator apparently does not take into account that there are fewer restrictions on the PE format if the file alignment is in page sizes (0x1000 for x86 CPUs).
HTH


Thank you for your help.

This post has been edited by Max_04: 22 February 2007 - 06:55 AM


#131 User is offline   Rick Chauvin 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 16-December 06

Posted 23 February 2007 - 09:49 AM

Just some notes fwiw, is that within a few hour time period within the past two days while just using the internet for normal interaction of different websites, I've received 3 Send Error Reports prompts already. I cannot accurately tell if having had reverted back to the previous Roots version helped or not - although it seems it's less.

FWIW even if a little help, here's each of the error prompts info I could copy just from the front header box only.

AppName: iexplore.exe AppVer: 6.0.2800.1106 ModName: browseui.dll
ModVer: 6.0.2800.1896 Offset: 00031a6a

AppName: iexplore.exe AppVer: 6.0.2800.1106 ModName: ole32.dll
ModVer: 4.71.2900.0 Offset: 000a6f0d

AppName: iexplore.exe AppVer: 6.0.2800.1106 ModName: kernel32.dll
ModVer: 4.10.0.2224 Offset: 0000b9a6

Before these particular entries above though, there have been other files that are listed as the trigger, even shell32 was listed as well.

The Faultlog.txt didn't manage to get written to for these last three times, however other times previously it did.

~~~~~~~

Too see if it makes a difference I've decided to next reverse the msfn modified ie925454.exe IE Cumulative I mentioned.
...or...
if instead it's more appropriate I can instead just shut this SendTo reporting OFF
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main
"IEWatsonEnabled"=dword:00000000

Realize I don't give a hoot about DW and it's error reporting if it's not important or has valuable meaning.
I never even realized the blessed thing was on, but lately it's been quite busy and so has been in my face to notice it and is the only reason why I brought it up.

Anonymous, I didn't mean any harm insinuating it was because of any specific modified shell32 or kernel32 and I apologize for that since I'm not sure anymore, and it just appeared that way at the moments; actually I've found after I had rotated in/out all versions of shell32 and even kernel32 that all of the different versions whether more or less for each, but still can be listed as a cause in the prompts - but as well at other times many other files can be the only ones listed as the cause too..

This post has been edited by Rick Chauvin: 16 March 2007 - 03:02 AM


#132 User is offline   erpdude8 

  • MSFN Master
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,076
  • Joined: 24-November 04

Posted 23 February 2007 - 01:06 PM

Quote

I am sending you a "revised" 4.72.3812.634 (same date!). I hope this one does not trigger the bug/crash in Restorator and makes it easier to create versions for languages other than English [475 KB, English]:
http://www.mdgx.com/files/SHELL98.EXE


this should NOT be released as version 4.72.3812.634! GIVE IT A DIFFERENT BUILD NUMBER!!

Why not release the "revised" shell32.dll file is 4.72.3812.635? That way, you avoid confusion and users will be able to tell the difference between the changes. When a DLL or any system file is revised, it SHOULD be given a different version or build number.

#133 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,678
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 27 February 2007 - 04:08 PM

erpdude8, on Feb 23 2007, 12:06 PM, said:

Why not release the "revised" shell32.dll file is 4.72.3812.635? That way, you avoid confusion and users will be able to tell the difference between the changes. When a DLL or any system file is revised, it SHOULD be given a different version or build number.
Done.
Please see:
http://www.mdgx.com/web.htm#9SU
and:
http://www.msfn.org/...showtopic=46581
and:
http://www.msfn.org/...showtopic=84451

HTH


#134 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,678
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 28 February 2007 - 05:58 AM

UPDATED 2-28-2007

SHELL32.DLL English restored to proper build 4.72.3812.634 :
http://www.msfn.org/...showtopic=84451

Anonymous author replies...

Quote

QUOTE (erpdude8 @ Feb 23 2007, 12:06 PM)
> Why not release the "revised" shell32.dll file is 4.72.3812.635? That
> way, you avoid confusion and users will be able to tell the difference
> between the changes. When a DLL or any system file is revised, it SHOULD
> be given a different version or build number.

QUOTE (MDGX @ Feb 24, 04:08 PM)
> Done. Please see: ...

A new version # is *not* appropriate. The binary image that is loaded and
executed by Windows did not change nor were the English resources modified
in any way. The DWORD values that changed are always different for each
language build of the same version #.

In addition, the new file in SHELL98.EXE you created and posted is *not*
correct. I did not look at the files for other languages, but I suspect
they are wrong as well.

As a consequence, I have ended any support, etc. for the 'Explorer Hang'
project. More specifically, the release of SHELL32.DLL 5.50.4134.134/140
for WinMe, ported from 4.72.3812.634/640 and already near completion, is
on hold now indefinitely until I have convinced myself that this build #,
file dating, etc. nonsense 'erpdude8' has brought up more than once has
stopped for good.

Best wishes.
HTH

#135 User is offline   bristols 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 449
  • Joined: 24-September 05
  • OS:none specified
  • Country: Country Flag

Posted 28 February 2007 - 08:05 AM

Two points:

The problems I had (previously mentioned in this thread) with connecting to servers via webdav, which had seemingly been introduced by the Anonymous Author's shell32 update, have disappeared with the latest 634 build. I have no idea why this is - at least nothing to my knowledge has changed to affect things at the server I connect to. But the problems trouble me no more. So, thanks, Anonymous Author, if you brought about this positive result. :thumbup

Secondly though, I do find your response to erpdude here somewhat petty, if I may say so. I don't think that a dispute regarding file-dating and build-numbering logic with one MSFN member, regardless of the rights or wrongs, has to mean that you withdraw your support from the whole community, which in general has been extremely grateful to you for your work and interest.

#136 User is offline   PsycoUnc 

  • Member
  • PipPip
  • Group: Members
  • Posts: 236
  • Joined: 03-April 05

Posted 28 February 2007 - 12:06 PM

-I agree, Anonymous, we all get a little wound-up at times (especially Erpdude8 ;) , and, yes, myself :blushing: ), don't take it personally, just a little over-enthusiasm for our own viewpoints sometimes...
-You still of course know that we all (incl. Erp) worship your work and place you up on the highest pedestal along with MDGx & Co. :thumbup
UBER-appreciations, guys...
>;]

#137 User is offline   eidenk 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,527
  • Joined: 28-March 05

Posted 28 February 2007 - 12:23 PM

View Postbristols, on Feb 28 2007, 08:05 AM, said:

I don't think that a dispute regarding file-dating and build-numbering logic with one MSFN member, regardless of the rights or wrongs, has to mean that you withdraw your support from the whole community, which in general has been extremely grateful to you for your work and interest.

I agree and I would personally be even more grateful if Anonymous could some day remember the extra setting, he talked about some time ago, which allows to set a custom size for 32bit resources.

#138 User is offline   Rick Chauvin 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 16-December 06

Posted 01 March 2007 - 08:01 AM

Since Anonymous is a volunteer and willing to share his ability on his own time and dime has to be given a great deal of credit and admiration to say the least - and endless appreciation. I know we all here must feel the same way. I don't know erpdude8 personally but I certainly don't think he meant a wrong to cause any discontent at all, and was just micro focusing on a particular point is all - but let's keep the right focus in sight and especially the appreciation going in the 'right direction' here where it belongs considering all things in perspective. I know we all have and give full support for Anonymous to continue and would foster that possibility in every way. Certainly I do support him continuing with his new findings he spoke of and to release them to help the 'Explorer Hang' anomaly even further.

Anonymous, I and we all give a great respect and admiration for what you do, and ask that you would please continue, please, since it is so well appreciated the effort that you give and your abilities and willingness to share them.

Thank you

#139 User is offline   Rick Chauvin 

  • Junior
  • Pip
  • Group: Members
  • Posts: 69
  • Joined: 16-December 06

Posted 06 April 2007 - 09:04 AM

I hope Anonymous still is considering releasing Shell32.dll v4.72.3812.640, very very please :thumbup

Quote

Quote from Anonymous:
[...]
When developing 4.72.3812.640, I also came across very simple methods that are bound to cause the EXPLORER hang even if v5.5 BROWSExx.DLL files are installed! So please stay tuned!


If you would please consider that if needed I would be very happy and qualified to be a beta tester before it's released even; fwiw a number of times so far in the last few months, even though rare, I have had it still uniquely hang with v4.72.3812.634 in place. I have been respectfully and even patiently excitingly awaiting to bring this to the next level with v4.72.3812.640

..Thank you very much for considering it..

#140 User is offline   MDGx 

  • 98SE2ME + 98MP10
  • Group: Super Moderator
  • Posts: 2,678
  • Joined: 22-November 04
  • OS:none specified
  • Country: Country Flag

Posted 11 April 2007 - 12:09 AM

Rick Chauvin:

Anonymous author replies to your question:

Quote

I am sorry I got your hopes up, Rick. 4.72.3812.640 will not be released. 640 has no new functionality and 640 in its default state works as 634 does. 634 is already designed to prevent the Explorer hang (= Explorer's unresponsiveness even when just one file is renamed, deleted, moved, etc. after a "bulk delete") 100% and I verified with a debugger that it does so 100%. The code in 640 was rearranged and slightly modified so that certain sections, subfunctions, etc. of the patch could be modified, turned off, etc. more easily, but at the risk of bringing the Explorer hang back!!! That's all. AFAIK, there have been no reports of side effects, so there appears to be no need for 640 to pinpoint possible causes of side effects. Please post more information on the 'hangs' you are referring to in your post. They may be caused by something else. What is commonly referred to as the "Explorer hang" is technically impossible with 4.72.3812.634.


Share this topic:


  • 9 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy