Results 1 to 7 of 7

Thread: 1/20 patch

  1. #1
    Developer
    Join Date
    Oct 2010
    Posts
    214

    1/20 patch

    ....
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    Nov 2003
    Posts
    16

    Re: 1/20 patch

    Has anyone else had success getting this to patch successfully or is it just me?

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    16

    Re: 1/20 patch

    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]

  4. #4
    Registered User
    Join Date
    Jan 2016
    Posts
    4

    Re: 1/20 patch

    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.

    Code:
    # 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
    Last edited by TheHarbor; 01-21-2016 at 08:25 PM.

  5. #5
    Registered User
    Join Date
    Nov 2003
    Posts
    16

    Re: 1/20 patch

    You're a wonderful person. Honestly haven't had to revert before but it worked so Thanks!

  6. #6
    Registered User
    Join Date
    Sep 2015
    Posts
    56

    Re: 1/20 patch

    Patch workes great for me, thanks Newbie!

  7. #7
    Registered User
    Join Date
    Nov 2003
    Posts
    16

    Re: 1/20 patch

    Figures they would patch again so soon...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On