MSFN Forum: PE Tool for creating patches - MSFN Forum

Jump to content



  • 27 Pages +
  • « First
  • 23
  • 24
  • 25
  • 26
  • 27
  • You cannot start a new topic
  • You cannot reply to this topic

PE Tool for creating patches WildBill's post-EOL patches for Windows 2000 are here. Rate Topic: -----

#481 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 05 February 2012 - 10:57 PM

It seems that BlackWingCat has been experimenting with the kernel and CPU/RAM support difference according to the edition of Windows 2000.

http://blog.livedoor...18044.html#more
http://blog.livedoor...20055.html#more

I'm posting it here because I think it may be interesting, especially for WildBill.


By the way, would it be a problem to implement multi-CPU support into your kernel, WildBill?

BlackWingCat made this patch long time ago:
http://blog.livedoor...es/1163868.html

This post has been edited by tomasz86: 05 February 2012 - 11:00 PM



#482 User is offline   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 617
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 09 February 2012 - 09:33 PM

Add it to the to-do pile, LOL. ;)

A little update, since I've been silent for quite a while. For the past few months I've been working just about every day on getting SxS support into 2k, which would let us have all of the kernel32 .....ActCtx API routines. I *think* I'm nearing completion, but there have been so many layers to this onion I'm reluctant to say for sure. So far I had to expand the PEB and TEB structures in the kernel, expand internal timer and wait structures, upgrade how the kernel handles work items, add a ton of routines to ntdll, add a bunch to kernel32 (and upgrade even more), upgrade basesrv, add sxs.dll from the latest XP hotfix, and I'm still not done yet. At present I'm eyeball-deep in kernel32's CreateProcessInternalW, which needs to be upgraded before I can complete the internal connections in basesrv. And then, we'll see if the onion has more layers to unwrap.

So far, nothing seems to be broken per se, and 2k nicely creates and populates the WINNT\winsxs folder automatically, but Adobe Reader 9 barfs with an MSVC error. This is because it's detecting the new ActCtx routines and (now thinking it's on an XP machine) trying to create an activation context using CSRSS, which is why I have to upgrade basesrv. But I can't complete that until I upgrade CreateProcessInternalW to give basesrv the extra information it needs to do that. I have all of the extra code I need into basesrv at the moment, but the new stuff isn't connected and can't be until this kernel32 change is done.

All I can say is, thank God for ReactOS. Their source has been invaluable in figuring out some of the structures involved.

This post has been edited by WildBill: 09 February 2012 - 09:43 PM


#483 User is offline   blackwingcat 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 325
  • Joined: 31-May 08
  • OS:2000
  • Country: Country Flag

Posted 14 February 2012 - 10:25 PM

If you force install VirtualBox 3.x and 4.x , they would not work on Windows 2000.
Because it seems to depend on Shadow Image Copy Service it does not supported on Windows 2000.
So I always use VMWare Player 3.1 or Virtual PC 2005 on Windows 2000.

View PostMacLover, on 27 November 2011 - 10:27 PM, said:

View Postdiscdude, on 27 November 2011 - 09:05 PM, said:

View PostMacLover, on 27 November 2011 - 02:21 PM, said:

I didn't notice it before but VirtualBox needs two more APIs to install properly:
SETUPAPI.DLL -> SetupSetNonInteractiveMode
SETUPAPI.DLL -> SetupUninstallOEMInfW

As I said before, no rush on getting these in but it would be nice to have the ability to run VirtualBox 4.x on Windows 2000. :)

Again, keep up the great work!


Did you try BlackWingCat's setupapi.dll? I don't know if it supports those two functions, but it is probably worth a try.

http://blog.livedoor...ves/873798.html


BWC's SETUPAPI.DLL doesn't support SetupSetNonInteractiveMode, therefore I cannot install VirtualBox 4 even with a modified MSI to allow installation on Win2k. It does have SetupUninstallOEMInfW though.


#484 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 15 February 2012 - 08:00 PM

Wouldn't it be possible to (try to) transplant Shadow Image Copy Service to Windows 2000? Has anyone tried?

I still use Innotek VirtualBox 1.5.6 :P

This post has been edited by tomasz86: 15 February 2012 - 08:01 PM


#485 User is offline   blackwingcat 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 325
  • Joined: 31-May 08
  • OS:2000
  • Country: Country Flag

Posted 15 February 2012 - 09:00 PM

Perhaps It requires some Kernel functions :)
I gave up before.
I used Virtualbox till 1.6.x

View Posttomasz86, on 15 February 2012 - 08:00 PM, said:

Wouldn't it be possible to (try to) transplant Shadow Image Copy Service to Windows 2000? Has anyone tried?

I still use Innotek VirtualBox 1.5.6 :P


#486 User is offline   piotrhn 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 17-July 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 February 2012 - 06:47 AM

When I use hotfix: kb2393802-v8 and set c:\boot.ini /PAE option, Windows doesn't start properly. Only STOP error:

0x0000001E (0xC0000005, 0x8046473E, 0x00000000, 0x0000000C)
KMODE_EXCEPTION_NOT_HANDLED


*** Address 8046473E base at 80400000, DateStamp 4ed3fc2c - ntoskrnl.exe

#487 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 16 February 2012 - 06:53 AM

View Postpiotrhn, on 16 February 2012 - 06:47 AM, said:

When I use hotfix: kb2393802-v8 and set c:\boot.ini /PAE option, Windows doesn't start properly. Only STOP error:

Is your CPU single- or dual-core?

#488 User is offline   piotrhn 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 17-July 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 February 2012 - 07:12 AM

AMD Athlon 64 x2 5600+
I'm tested this on Vmware Workstation 8

This post has been edited by piotrhn: 16 February 2012 - 07:14 AM


#489 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 16 February 2012 - 07:27 AM

Strange because PAE works here (Athlon II X2 255). What's your Windows 2000 edition?

#490 User is offline   piotrhn 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 17-July 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 February 2012 - 07:30 AM

Windows 2000 Professional PL

#491 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 16 February 2012 - 07:33 AM

View Postpiotrhn, on 16 February 2012 - 07:30 AM, said:

Windows 2000 Professional PL

PAE won't work in 2K Pro anyway... but still you shouldn't see any BSOD on boot because of it. Can you try in different VM (VirtualBox or MS Virtual PC)?

#492 User is offline   piotrhn 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 17-July 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 February 2012 - 07:42 AM

I'll try on Virtualbox.
Without hotfix kb2393802, Windows boot properly.

#493 User is offline   piotrhn 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 17-July 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 February 2012 - 08:48 AM

This problem exists on Virtualbox: 4.1.8 r.75467

#494 User is offline   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 617
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 16 February 2012 - 07:55 PM

View Postpiotrhn, on 16 February 2012 - 06:47 AM, said:

When I use hotfix: kb2393802-v8 and set c:\boot.ini /PAE option, Windows doesn't start properly. Only STOP error:

0x0000001E (0xC0000005, 0x8046473E, 0x00000000, 0x0000000C)
KMODE_EXCEPTION_NOT_HANDLED


*** Address 8046473E base at 80400000, DateStamp 4ed3fc2c - ntoskrnl.exe


Does Windows create a minidump file? The error is occurring in strstr(), but if I can identify how it got there it might not be hard to fix. I'll remember to investigate it before posting v9.

#495 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 16 February 2012 - 09:33 PM

I managed to find the official M$ version of 2347290 (the so called custom update).

It has spoolsv.exe 5.0.2195.7425.

I'll upload it later on after testing it.

#496 User is offline   WildBill 

  • Senior Member
  • Group: Developers
  • Posts: 617
  • Joined: 09-August 05
  • OS:none specified
  • Country: Country Flag

Posted 16 February 2012 - 10:31 PM

View PostWildBill, on 16 February 2012 - 07:55 PM, said:

View Postpiotrhn, on 16 February 2012 - 06:47 AM, said:

When I use hotfix: kb2393802-v8 and set c:\boot.ini /PAE option, Windows doesn't start properly. Only STOP error:

0x0000001E (0xC0000005, 0x8046473E, 0x00000000, 0x0000000C)
KMODE_EXCEPTION_NOT_HANDLED


*** Address 8046473E base at 80400000, DateStamp 4ed3fc2c - ntoskrnl.exe


Does Windows create a minidump file? The error is occurring in strstr(), but if I can identify how it got there it might not be hard to fix. I'll remember to investigate it before posting v9.


I think I found the problem, though I can't really test it here. I guess we'll see what happens when I post v9...

#497 User is offline   the_guy 

  • Creator of the Windows ME Service Pack
  • PipPipPipPipPip
  • Group: Members
  • Posts: 914
  • Joined: 15-July 05
  • OS:ME
  • Country: Country Flag

Posted 17 February 2012 - 05:59 AM

View Posttomasz86, on 16 February 2012 - 09:33 PM, said:

I managed to find the official M$ version of 2347290 (the so called custom update).

It has spoolsv.exe 5.0.2195.7425.

I'll upload it later on after testing it.

From what I've seen online, there also looks like there's a build of shell32.dll from MS10-046 kicking around, with a version number 0f 5.0.3900.7424 and a timestamp of July 27, 2010. Only found the existence of it while Googling that version of spoolsv.exe.

#498 User is offline   piotrhn 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 17-July 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 17 February 2012 - 06:25 AM

Windows doesn't create any minidump file.

#499 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 17 February 2012 - 05:01 PM

I found all of them:

MS10-061_Windows2000-KB2347290-x86-custom-ENU.EXE
MS10-090_IE6.0sp1-KB2416400-Windows2000-x86-ENU.exe
MS11-002_MDAC281-KB983838-x86-ENU.exe
MS11-003_IE6.0sp1-KB2482017-Windows2000-x86-ENU.exe
MS11-006_Windows2000-KB2483185-x86-custom-ENU.EXE



All have M$ digital signatures so I'm 100% sure they're official. Still haven't got time to test them.

@EDIT

What's interesting that ex. 2483185 doesn't fix shell32.dll (as it's in case of the XP version) but it rather fixes a different file - thumbvw.dll 5.0.3900.7440.

I'll need to have a closer look at them when I've got time. I guess there might be some incompatibilties with some of the currently used unofficial updates.

This post has been edited by tomasz86: 17 February 2012 - 06:11 PM


#500 User is offline   tomasz86 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 27-November 10
  • OS:2000
  • Country: Country Flag

Posted 18 February 2012 - 08:08 AM

Could anyone help me to filter URLs from this file?

http://dl.dropbox.co...ws%202000/1.txt

They seem to be dead but still it'd be nice to test all of them in wget. I've been trying with batch script

FOR /F "tokens=4 delims==" %%I IN (1.txt) DO ECHO %%I>>2.txt



but can't make a loop for unknown reason (at least unknown to me ;))

Share this topic:


  • 27 Pages +
  • « First
  • 23
  • 24
  • 25
  • 26
  • 27
  • You cannot start a new topic
  • You cannot reply to this topic

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



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