[Rel] System File Patches >09/23/08<
oh, no rush, i just noticed and wasint sure.
XP theme source patcher
patches/overwrites ure default xp visual resources
patches/overwrites ure default xp visual resources
ill try to investigate, i havint had time to chek it out.
edit:
lol no updates were made my bad.
edit:
lol no updates were made my bad.
XP theme source patcher
patches/overwrites ure default xp visual resources
patches/overwrites ure default xp visual resources
Hi everyone,
tcpip.sys patch needs to be updated again for RyanVM's post-SP3 UpdatePack 1.0.0 support here is the code to add to the end of the current tcpip patch file. This code is for tcpip_100 if you are going to use a different version just change the 64 to the correct value if you use 150=96, 200=C8 or 250=FA
Tested and verified the location did not change this time only the version.
tcpip.sys patch needs to be updated again for RyanVM's post-SP3 UpdatePack 1.0.0 support here is the code to add to the end of the current tcpip patch file. This code is for tcpip_100 if you are going to use a different version just change the 64 to the correct value if you use 150=96, 200=C8 or 250=FA
Code: Select all
;KB951163 - RVM 1.0.0
I386\TCPIP.SYS|5.1.2600.5649|326470|0A|64
5eraph is correct and here is the code for version 5625 if you look back a bit you will see I posted this awhile ago and Zacam confirmed the code.
This is for TCPIP100 change the 64 for the version you would like to use.
Code: Select all
;KB951748 - RVM 0.9.2
I386\TCPIP.SYS|5.1.2600.5625|326470|0A|64
- Nameless Mofo
- Posts: 35
- Joined: Wed Feb 28, 2007 12:18 pm
- Nameless Mofo
- Posts: 35
- Joined: Wed Feb 28, 2007 12:18 pm
Hello, a while ago there was this post and i did not see any real answer. I have the same problem. Can anyone help please?
electrogen wrote:Hi mate, no it does it when i install, bout the same time it installs the cat files at the start.Siginet wrote:When do you get this error? Is it from your settuperr.log? If so that is actually normal since the file has been patched. Because the PE code in the registry for uxtheme.dll no longer matches the new uxtheme.dll.electrogen wrote:Hi i get this error when i use the uxtheme patch,
The application or DLL C:\windows\system32\UxTheme.dll is not a valid windows image. Please check this against your installation diskette.
any ideas why i get this message?
-
- Posts: 55
- Joined: Sun Jul 31, 2005 2:50 pm
Updated TCPIP addons for RVM 2.2.3 for SP2 as well as RVM 1.0.1 for SP3.
5.1.2600.3394
5.1.2600.5625
5.1.2600.5649
There will be more work coming through (including the requested custom resolution HIVESYS) by this weekend. And since I don't have work, health or education strains getting in the way, so say we all.
5.1.2600.3394
5.1.2600.5625
5.1.2600.5649
There will be more work coming through (including the requested custom resolution HIVESYS) by this weekend. And since I don't have work, health or education strains getting in the way, so say we all.
I am having problems integrating the tcpip patch.
I have an XP Pro cd on my hdd into which I have slipstreamed SP1, 2 & 3.
In Integrator, I have added the latest post-sp3 update (1.0.1).
I want to add this patch too.
The tcpip.sys included with 1.0.1 is 5.1.2600.5649
On my slipstreamed disc is version 5.1.2600.3311
I have the 1.4b version of the 250 connection tcpip patch but I get the following error when it gets to the ExtraFileEdits section of integrating:
---------------------------
AutoIt Error
---------------------------
Line -1:
Error: Array variable has incorrect number of subscripts or subscript dimension range exceeded.
---------------------------
OK
---------------------------
Can someone point me to the solution?
Thanks in advance.
I have an XP Pro cd on my hdd into which I have slipstreamed SP1, 2 & 3.
In Integrator, I have added the latest post-sp3 update (1.0.1).
I want to add this patch too.
The tcpip.sys included with 1.0.1 is 5.1.2600.5649
On my slipstreamed disc is version 5.1.2600.3311
I have the 1.4b version of the 250 connection tcpip patch but I get the following error when it gets to the ExtraFileEdits section of integrating:
---------------------------
AutoIt Error
---------------------------
Line -1:
Error: Array variable has incorrect number of subscripts or subscript dimension range exceeded.
---------------------------
OK
---------------------------
Can someone point me to the solution?
Thanks in advance.
5649 should be replacing 3311, which is not a version I am familiar with. (3311 that is)
Additionally, I have no idea what other items you may be integrating. (Addons, XPize, nLite, etc.)
Further, you ONLY need SP3. If at all possible, make a new source that is XP and slipstream SP3 by itself, then try again.
Also, which Beta version of integrator are you using, and does the same problem occur with 1.5.3? And lastly, what OS are you in while doing this integration?
Additionally, I have no idea what other items you may be integrating. (Addons, XPize, nLite, etc.)
Further, you ONLY need SP3. If at all possible, make a new source that is XP and slipstream SP3 by itself, then try again.
Also, which Beta version of integrator are you using, and does the same problem occur with 1.5.3? And lastly, what OS are you in while doing this integration?
rvmi beta problem. been experiencing the same.
XP theme source patcher
patches/overwrites ure default xp visual resources
patches/overwrites ure default xp visual resources
Ok guys I am not sure about the 5649 version not replacing the 3311 version but the AutoIt Error is not a RVMI problem it is because of several errors in the recently released patch files if you look at the code below that is the current TCPIP_250 file you will noticed several : colons that should be ; semicolons and even after those are corrected the [ExtraFileEdits] are still causing the AutoIt errors if you fix the colon problems and rem out the ExtraFileEdits everything woks as it should. Zacam what are you doing with the ExtraFileEdits? Also this colon where semicolon should be problem is not new........


Code: Select all
[General]
Author = Zacam
Builddate = 09/23/2008
Title = Multi-Patch: TCPIP.SYS
Description = Addon which sets 250 Concurrent Connection Ports
Version = 1.4b
Website = http://ryanvm.net/forum/viewtopic.php?t=2274
[ExtraFileEdits]
;SP2 UpdatePack 2.2.3
I386\rvmtemp\extracted\RVMUpPck.inf|KB951163\Filelist\2","BuildCheckSum",0,"644ed"|KB951163\Filelist\2","BuildCheckSum",0,"645dd"
RVMUpPck.inf|KB951163\Filelist\2","BuildCheckSum",0,"644ed"|KB951163\Filelist\2","BuildCheckSum",0,"645dd"
;SP3 Update Pack 1.0.1
I386\rvmtemp\extracted\RVMUpPck.inf|KB951163\Filelist\1","BuildCheckSum",0,"6152e"|KB951163\Filelist\1","BuildCheckSum",0,"6161e"
RVMUpPck.inf|KB951163\Filelist\1","BuildCheckSum",0,"6152e"|KB951163\Filelist\1","BuildCheckSum",0,"6161e"
[HexEdit]
;SP2
I386\TCPIP.SYS|5.1.2600.2180|324386|0A|FA
;KB913446 SP2GDR
I386\TCPIP.SYS|5.1.2600.2827|325026|0A|FA
;KB913446 SP2QFE - RVM 2.0.3 - 2.0.6
I386\TCPIP.SYS|5.1.2600.2827|325446|0A|FA
;KB917953 SP2GDR
I386\TCPIP.SYS|5.1.2600.2892|325026|0A|FA
;KB917953 SP2QFE - RVM 2.0.7 - 2.1.5
I386\TCPIP.SYS|5.1.2600.2892|325574|0A|FA
;KB916852 SP2QFE - RVM 2.1.6 - 2.1.7
I386\TCPIP.SYS|5.1.2600.2956|325574|0A|FA
;KB925922 SP2QFE - RVM 2.1.8 - 2.1.11
I386\TCPIP.SYS|5.1.2600.3002|325576|0A|FA
;KB941644 - RVM 2.2.1 - 2.2.2
I386\TCPIP.SYS|5.1.2600.3244|325830|0A|FA
:KB951163 - RVM 2.2.3
I386\TCPIP.SYS|5.1.2600.3394|325958|0A|FA
:SP3
;KB936929 - SP3
I386\TCPIP.SYS|5.1.2600.5512|326214|0A|FA
:KB951748 - RVM 0.9.2
I386\TCPIP.SYS|5.1.2600.5625|326470|0A|FA
:KB951163 - RVM 1.0.0 -
I386\TCPIP.SYS|5.1.2600.5649|326470|0A|FA
hi,
dolivas is right, still that semicolon typos (use NP++
), not big deal easy to rectify on someone's own
but the problem should be related to the ExtraFileEdits section (had been suppressed and now re-added, yeah nicer but way boring to make
)
personally I won't worry, grab the .inf delete that section and go on
cheers
dolivas is right, still that semicolon typos (use NP++

but the problem should be related to the ExtraFileEdits section (had been suppressed and now re-added, yeah nicer but way boring to make

personally I won't worry, grab the .inf delete that section and go on

cheers
Just want to make sure I'm correct before testing today.... is this correct:
Code: Select all
[General]
Author = Zacam
Builddate = 09/23/2008
Title = Multi-Patch: TCPIP.SYS
Description = Addon which sets 250 Concurrent Connection Ports
Version = 1.4b
Website = http://ryanvm.net/forum/viewtopic.php?t=2274
[HexEdit]
;SP2
I386\TCPIP.SYS|5.1.2600.2180|324386|0A|FA
;KB913446 SP2GDR
I386\TCPIP.SYS|5.1.2600.2827|325026|0A|FA
;KB913446 SP2QFE - RVM 2.0.3 - 2.0.6
I386\TCPIP.SYS|5.1.2600.2827|325446|0A|FA
;KB917953 SP2GDR
I386\TCPIP.SYS|5.1.2600.2892|325026|0A|FA
;KB917953 SP2QFE - RVM 2.0.7 - 2.1.5
I386\TCPIP.SYS|5.1.2600.2892|325574|0A|FA
;KB916852 SP2QFE - RVM 2.1.6 - 2.1.7
I386\TCPIP.SYS|5.1.2600.2956|325574|0A|FA
;KB925922 SP2QFE - RVM 2.1.8 - 2.1.11
I386\TCPIP.SYS|5.1.2600.3002|325576|0A|FA
;KB941644 - RVM 2.2.1 - 2.2.2
I386\TCPIP.SYS|5.1.2600.3244|325830|0A|FA
;KB951163 - RVM 2.2.3
I386\TCPIP.SYS|5.1.2600.3394|325958|0A|FA
;SP3
;KB936929 - SP3
I386\TCPIP.SYS|5.1.2600.5512|326214|0A|FA
;KB951748 - RVM 0.9.2
I386\TCPIP.SYS|5.1.2600.5625|326470|0A|FA
;KB951163 - RVM 1.0.0 -
I386\TCPIP.SYS|5.1.2600.5649|326470|0A|FA
-
- Posts: 64
- Joined: Sat Apr 26, 2008 9:13 pm
Question concerning TCPIP.SYS patches (by the way, how do I check if it worked?)::
Let's say I wanted to have the 250 max connections uncap. Can I got and switch it back to 100 connections, or is it 250 max connections indefinitely? What happens if I also enable nLite's max connections settings (say, 50), will that add to/ eliminate the patches effects?
EDIT--
Just did some reading, and it told that some server have a max connections per server limit cap (to stop possible malicious attacks).
So which patch would be optimal for speedy browsing and fairly quick downloads? (In other words, which patch will be safe/ acceptable but also giving my good use of my bandwidth?)
So far, I'm perhaps leaning to the 100 or 150 patch. Or, even lower, the 50 connections option on nLite.
Let's say I wanted to have the 250 max connections uncap. Can I got and switch it back to 100 connections, or is it 250 max connections indefinitely? What happens if I also enable nLite's max connections settings (say, 50), will that add to/ eliminate the patches effects?
EDIT--
Just did some reading, and it told that some server have a max connections per server limit cap (to stop possible malicious attacks).
So which patch would be optimal for speedy browsing and fairly quick downloads? (In other words, which patch will be safe/ acceptable but also giving my good use of my bandwidth?)
So far, I'm perhaps leaning to the 100 or 150 patch. Or, even lower, the 50 connections option on nLite.
this addon and nLite edit the same file, with same method, so latest edit will simply superseed the previous
the patch is reversible at any time, even on running Windows (in this case use LvlLord tool)
... and personally, I set to 16777214
the patch is reversible at any time, even on running Windows (in this case use LvlLord tool)
... and personally, I set to 16777214

OuTman the colons are a big deal and will cause the AutoIt error if not corrected just so you know. I also just delete the ExtraFileEdits sectionOuTman wrote:hi,
dolivas is right, still that semicolon typos (use NP++), not big deal easy to rectify on someone's own
but the problem should be related to the ExtraFileEdits section (had been suppressed and now re-added, yeah nicer but way boring to make)
personally I won't worry, grab the .inf delete that section and go on
cheers
I have no idea why there were : instead of ;. This has been corrected for version 14c. I'll pay more attention to it in the future. Since I have to grab PSPad for other reasons, I'll probably start using that. I suspect it was simply a problem of being way too tired and still managing to forget that I am using a Dvorak layout now.
As for the extra file edits, I put them back in to make modifications to the RVMUpdatePack entries that register the files to reduce the "this is not a valid windows file" messages. I can not control the use of other update packs or methods of integration, so I only include the information for the integrator to use on RVM's packs.
As for the extra file edits, I put them back in to make modifications to the RVMUpdatePack entries that register the files to reduce the "this is not a valid windows file" messages. I can not control the use of other update packs or methods of integration, so I only include the information for the integrator to use on RVM's packs.
Zacam thanks for updating again but it still does not work I get the AutoIt error. I am testing it on a clean OEM SP3 source with RVM 1.0.1 applied then I tried TCP_250 patch and if fails?Zacam wrote:I have no idea why there were : instead of ;. This has been corrected for version 14c. I'll pay more attention to it in the future. Since I have to grab PSPad for other reasons, I'll probably start using that. I suspect it was simply a problem of being way too tired and still managing to forget that I am using a Dvorak layout now.
As for the extra file edits, I put them back in to make modifications to the RVMUpdatePack entries that register the files to reduce the "this is not a valid windows file" messages. I can not control the use of other update packs or methods of integration, so I only include the information for the integrator to use on RVM's packs.

Zacam ok I have figured it out there are errors with the ExtraFileEdits you are not putting the last pole to tell it how many instances you wish to change. Code updates listed below and tested are you testing these before posting them? I do not see how this would have ran with out causing the AutoIt error

Code: Select all
[ExtraFileEdits]
;SP2 UpdatePack 2.2.3
I386\rvmtemp\extracted\RVMUpPck.inf|KB951163\Filelist\2","BuildCheckSum",0,"644ed"|KB951163\Filelist\2","BuildCheckSum",0,"645dd"|1
RVMUpPck.inf|KB951163\Filelist\2","BuildCheckSum",0,"644ed"|KB951163\Filelist\2","BuildCheckSum",0,"645dd"|1
;SP3 Update Pack 1.0.1
I386\rvmtemp\extracted\RVMUpPck.inf|KB951163\Filelist\1","BuildCheckSum",0,"6152e"|KB951163\Filelist\1","BuildCheckSum",0,"6161e"|1
RVMUpPck.inf|KB951163\Filelist\1","BuildCheckSum",0,"6152e"|KB951163\Filelist\1","BuildCheckSum",0,"6161e"|1
Yes this will work or you can download the latest version 14c and make the changes I listed to the ExtraFileEdits and it will work the way Zacam wants it to.compstuff wrote:Just want to make sure I'm correct before testing today.... is this correct:
Code: Select all
[General] Author = Zacam Builddate = 09/23/2008 Title = Multi-Patch: TCPIP.SYS Description = Addon which sets 250 Concurrent Connection Ports Version = 1.4b Website = http://ryanvm.net/forum/viewtopic.php?t=2274 [HexEdit] ;SP2 I386\TCPIP.SYS|5.1.2600.2180|324386|0A|FA ;KB913446 SP2GDR I386\TCPIP.SYS|5.1.2600.2827|325026|0A|FA ;KB913446 SP2QFE - RVM 2.0.3 - 2.0.6 I386\TCPIP.SYS|5.1.2600.2827|325446|0A|FA ;KB917953 SP2GDR I386\TCPIP.SYS|5.1.2600.2892|325026|0A|FA ;KB917953 SP2QFE - RVM 2.0.7 - 2.1.5 I386\TCPIP.SYS|5.1.2600.2892|325574|0A|FA ;KB916852 SP2QFE - RVM 2.1.6 - 2.1.7 I386\TCPIP.SYS|5.1.2600.2956|325574|0A|FA ;KB925922 SP2QFE - RVM 2.1.8 - 2.1.11 I386\TCPIP.SYS|5.1.2600.3002|325576|0A|FA ;KB941644 - RVM 2.2.1 - 2.2.2 I386\TCPIP.SYS|5.1.2600.3244|325830|0A|FA ;KB951163 - RVM 2.2.3 I386\TCPIP.SYS|5.1.2600.3394|325958|0A|FA ;SP3 ;KB936929 - SP3 I386\TCPIP.SYS|5.1.2600.5512|326214|0A|FA ;KB951748 - RVM 0.9.2 I386\TCPIP.SYS|5.1.2600.5625|326470|0A|FA ;KB951163 - RVM 1.0.0 - I386\TCPIP.SYS|5.1.2600.5649|326470|0A|FA
You are right, there should have been testing before posting. There is no excuse for that, not even that I have often had to do these on the run.
It would be nice if we had a sandbox or Test Addon mode for integrator to run things through first. But nothing replaces due diligence. Future releases will not have any of the previous problems.
I finally have the code I need and the permission for what I need to make my USB interface patch. And I have a few other ideas for some future addons. As well as making a schedule for re-visiting these patch addons to make sure they stay up to speed.
And with SP3 fairly solid now, I am going to take another stab at the OOBE issue. I also want to find some new areas to patch.
Thank you for the patience and assistance, I should not be letting you down with anything less than my best.
It would be nice if we had a sandbox or Test Addon mode for integrator to run things through first. But nothing replaces due diligence. Future releases will not have any of the previous problems.
I finally have the code I need and the permission for what I need to make my USB interface patch. And I have a few other ideas for some future addons. As well as making a schedule for re-visiting these patch addons to make sure they stay up to speed.
And with SP3 fairly solid now, I am going to take another stab at the OOBE issue. I also want to find some new areas to patch.
Thank you for the patience and assistance, I should not be letting you down with anything less than my best.
Don't worry Zacam, its just great that you found and fixed the problems in a short time.
I am really excited about your new ideas. I'm especially excited at the thought of a working patch for the USB speed. I have tried to find a patch for this ever since SP3 came out, and had no success in finding one that actually works!
I'm looking forward to having a mouse that works nice and smooth again!
I'm also curious as to what other goodies you have in store for us?!?
I am really excited about your new ideas. I'm especially excited at the thought of a working patch for the USB speed. I have tried to find a patch for this ever since SP3 came out, and had no success in finding one that actually works!
I'm looking forward to having a mouse that works nice and smooth again!
I'm also curious as to what other goodies you have in store for us?!?
-
- Posts: 64
- Joined: Sat Apr 26, 2008 9:13 pm
Any second opinion on this? I really want to make sure that I do this right.Happy-Dude wrote:Question concerning TCPIP.SYS patches (by the way, how do I check if it worked?)::
Let's say I wanted to have the 250 max connections uncap. Can I got and switch it back to 100 connections, or is it 250 max connections indefinitely? What happens if I also enable nLite's max connections settings (say, 50), will that add to/ eliminate the patches effects?
EDIT--
Just did some reading, and it told that some server have a max connections per server limit cap (to stop possible malicious attacks).
So which patch would be optimal for speedy browsing and fairly quick downloads? (In other words, which patch will be safe/ acceptable but also giving my good use of my bandwidth?)
So far, I'm perhaps leaning to the 100 or 150 patch. Or, even lower, the 50 connections option on nLite.
10 half-open connections limit won't slow down internet browsing, only p2p apps (and only at startup, when gathering sources)
however, that limit had been set by microsoft in sp2 (didn't exist before) only because some viruses which affected a lot of non-protected computers caused serious DoS attacks
for me, this isn't a fix at all, but only some kind of workaround to partially "solve" problems the wrong way
I don't want my computer to be restrainted by non-sense measures like that, so I pull to 16777214, nevertheless
finally, anything equal or above 50 should be fine and give you full network exploitation. just to be safe, I suggest you to set to, at least, 100. just patch the higher, or grab the "250" addon... you won't have any side-effect.
however, that limit had been set by microsoft in sp2 (didn't exist before) only because some viruses which affected a lot of non-protected computers caused serious DoS attacks
for me, this isn't a fix at all, but only some kind of workaround to partially "solve" problems the wrong way
I don't want my computer to be restrainted by non-sense measures like that, so I pull to 16777214, nevertheless

finally, anything equal or above 50 should be fine and give you full network exploitation. just to be safe, I suggest you to set to, at least, 100. just patch the higher, or grab the "250" addon... you won't have any side-effect.
Once I get a bon-a-fide CPL created, it should done. Naturally, I'll be doing a lot of testing before I release. It's largely OS independent (even works in Vista). The idea is that it is a dynamic low level filter. It will allow you to choose devices based on the USB enumeration and choose to apply the patched speed at your defined setting to that device.Stimpy wrote: I'm looking forward to having a mouse that works nice and smooth again!
I would much rather kick it into the actual Mouse Properties screen as an additional Tab with a rate checker, but that involves so much more work than I care to think about. And the maintenance for it would be a headache as well. Add to that the fact that it can potentially have a use outside of mice means that it will be as generic an interface as possible. (Though by default it will be set to only display Mice, you can un-check this option to over ride other devices.)
Not sure if it is possible to achieve yet, but a non-malicious way to open Terminal Services so that more active login/connections can be had. A return of OOBE disablement and some application addons. (Ex: MBSA, iColorFolder, etc). I also plan to finally break out of just XP and jump into 2K/2K3/2K8 and Vista patching.Stimpy wrote: I'm also curious as to what other goodies you have in store for us?!?
I am also more than open for suggestions. Preferably within the realm of OS file patching, but at this point, anything will do. My realm of what I find useful is different, so I like to get more ideas.
I have kept a merge addon with UXtheme, tcpip250 and SFC_OS all-in-one for myself.....but I can share it if it could help :
Multipatch addon All-in-one : Here : This is for latest version of updates packs.
You can edit the entries file to keep only what you want....
Multipatch addon All-in-one : Here : This is for latest version of updates packs.
You can edit the entries file to keep only what you want....
Hello,moebius wrote:I have kept a merge addon with UXtheme, tcpip250 and SFC_OS all-in-one for myself.....but I can share it if it could help :
Multipatch addon All-in-one : Here : This is for latest version of updates packs.
You can edit the entries file to keep only what you want....
your pack is only for french windows, i needed for windows in portuguese and english.
THX.