Thank You for the new version, but I'm still having some issues.Poshu wrote:just press Y and return when you get the message, should work like a charm.
(I did not check the crc, cause I suspect progui's source to be watermarked, but it should not be a problem with the diff patch)
*Edit*
I uploaded a new version, you don't even need to press Y and return anymore (Winmerge give me reversed diff file somehow...). Just run Patch proGUI.bat and there you go
My ProGUI.pb source file is 39139 lines long and your diff file addresses lines that are past that line number.
These must be built on an individual basis resulting in each having a different line length.
The line offsets line up at first and then they start to be off by a few lines until it hits the eof.
Code: Select all
patch.exe -b -R ProGUI.pb proGuidiff
patching file ProGUI.pb
Hunk #5 succeeded at 2068 (offset 204 lines).
Hunk #6 FAILED at 23400.
Hunk #8 FAILED at 23268.
Hunk #9 FAILED at 23270.
Hunk #11 FAILED at 23290.
Hunk #13 FAILED at 23312.
Hunk #14 FAILED at 23319.
Hunk #15 FAILED at 23327.
Hunk #17 FAILED at 23366.
Hunk #18 FAILED at 23373.
Hunk #20 FAILED at 23649.
Hunk #22 FAILED at 23794.
Hunk #27 FAILED at 23911.
Hunk #28 FAILED at 23934.
Hunk #29 FAILED at 23947.
Hunk #31 FAILED at 35762.
Hunk #33 FAILED at 35845.
Hunk #35 succeeded at 35976 (offset 112 lines).
Hunk #37 succeeded at 37484 (offset 8 lines).
Hunk #38 FAILED at 37492.
Hunk #39 succeeded at 37686 (offset 8 lines).
Hunk #40 FAILED at 39174.
Hunk #41 FAILED at 39188.
Hunk #42 FAILED at 39196.
20 out of 42 hunks FAILED -- saving rejects to file ProGUI.pb.rej
I will try to manually patch or adjust the line numbers in your diff file to match my source since you've done all the hard work of updating the source.
Thanks for all your help.