PDA

View Full Version : 1/20 patch



Newby
01-21-2016, 07:39 PM
....

Buddyjesus
01-21-2016, 08:08 PM
Has anyone else had success getting this to patch successfully or is it just me?

Buddyjesus
01-21-2016, 08:11 PM
patching file conf/zoneopcodes.xml
Hunk #1 FAILED at 3.
Hunk #2 FAILED at 41.
Hunk #3 FAILED at 86.
Hunk #4 FAILED at 123.
Hunk #5 FAILED at 195.
Hunk #6 FAILED at 307.
Hunk #7 FAILED at 367.
Hunk #8 FAILED at 587.
8 out of 8 hunks FAILED -- saving rejects to file conf/zoneopcodes.xml.rej
patching file src/everquest.h
Hunk #1 FAILED at 1094.
Hunk #2 FAILED at 2362.
Hunk #3 FAILED at 2395.
3 out of 3 hunks FAILED -- saving rejects to file src/everquest.h.rej
patching file src/spawnshell.cpp
Reversed (or previously applied) patch detected! Assume -R? [n]

TheHarbor
01-21-2016, 08:19 PM
Works fantastic. Thank you Newby!

Buddyjesus: Make sure to either revert the previous patch or revert your source back to the current SVN trunk. As per usual, these diffs are against the current SVN trunk and not cumulative from the previous diff/patch.



# Here I revert the 2015-12-09 patch
[root@server showeq]# patch -Rp 0 < ~/seqdiffs/diffs-151209.txt
patching file conf/zoneopcodes.xml
patching file src/everquest.h

# Here I apply this latest 2016-01-20 patch
[root@server showeq]# patch -p 0 < ~/seqdiffs/diffs-160120.txt
patching file conf/zoneopcodes.xml
patching file src/everquest.h
patching file src/spawnshell.cpp

Buddyjesus
01-21-2016, 09:10 PM
You're a wonderful person. Honestly haven't had to revert before but it worked so Thanks!

Sigur
01-21-2016, 11:26 PM
Patch workes great for me, thanks Newbie!

Buddyjesus
01-22-2016, 01:10 PM
Figures they would patch again so soon...