PDA

View Full Version : Update for SEQ



kptone
11-06-2003, 03:15 PM
Hello again,

As for the patch that broke SEQ on the 4th, I have tried several times to update my copy of SEQ from the CVS Syntax. Im guessing that the necessary files have as to yet be uploaded, as i am getting all sorts of errors. I read the other thread about the .cpp files, however, I know nothing of programming. What will I need to do, just wait and be patient for the new update files to be uploaded, or is there a thread that shows how to manually update?

Much thanks in advance.

~KpTone~

uRit1u2CBBA=
11-06-2003, 05:03 PM
If you follow along in the dev forum, you'll see that it is still being worked on. It's only been about 30 hours since the servers came up. It sometimes takes longer to get things going again than usuall.

When the new version is available, it will be noted in the News forum along with links to the newest version of the code (CVS is too unreliable to trust lately)

kptone
11-06-2003, 05:13 PM
Great!

Thank you very much!


I'll keep up on the news!

=)

KpTone

Leetlewon
11-07-2003, 04:36 PM
Get latest version (4.3.17) of showeq here (http://prdownloads.sourceforge.net/seq/ShowEQ-4.3.17.tar.bz2?download) .
Apply this (http://seq.sourceforge.net/forums/attachment.php?s=&postid=30523) patch
Replace existing opcodes.h with this (http://seq.sourceforge.net/forums/attachment.php?s=&postid=30865) .
Replace existing decode.cpp with this (http://seq.sourceforge.net/forums/attachment.php?s=&postid=30756) .
Compile and install.

tired_n_cranky
11-07-2003, 06:39 PM
Been using SEQ for several months now and usually I just blast my directory, get a fresh source and reinstall. It's clunky, but it works.

Trying to apply the patch and can't quite figure out what I'm doing wrong.

I found the syntax through Search of:
patch <showeq-4.3.17_to_4.3.17.1.patch

I do that and it starts to patch, but then it tells me:
can't find file to patch at input line 28
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|? BACKUP
|? autom4te-2.53.cache
|? autom4te.cache
|? buff.txt
|? fields.txt
|? opcode_mon.log
|? stamp-h1
|? src/.deps
|? src/eLocCode
|? src/eq_opcodes.h
|? src/guildnotes.txt
|? src/junk.cpp
|? src/objectnotes.txt
|? src/opcode_match.pl
|? src/opcode_match.txt
|? src/opcode_match2.pl
|? src/opcodes.h_090903
|? src/opcodes.txt
|? src/ponse
|Index: CHANGES
|================================================= ==================
|RCS file: /cvsroot/seq/showeq/CHANGES,v
|retrieving revision 1.132
|retrieving revision 1.133
|diff -u -r1.132 -r1.133
|--- CHANGES 25 Oct 2003 00:20:59 -0000 1.132
|+++ CHANGES 25 Oct 2003 04:56:13 -0000 1.133
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 48
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|Index: configure.in
|================================================= ==================
|RCS file: /cvsroot/seq/showeq/configure.in,v
|retrieving revision 1.48
|retrieving revision 1.49
|diff -u -r1.48 -r1.49
|--- configure.in 25 Oct 2003 00:20:59 -0000 1.48
|+++ configure.in 25 Oct 2003 04:56:13 -0000 1.49
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file datetimemgr.cpp
patching file packetcapture.cpp
patching file spawnlog.cpp
patching file spells.cpp


And that's it. I'm hoping ther is something silly I'm missing. I tried searching, but didn't have any luck.

uRit1u2CBBA=
11-07-2003, 06:43 PM
Originally posted by tired_n_cranky
I found the syntax through Search of:
patch <showeq-4.3.17_to_4.3.17.1.patch

patch -p0 < showeq-4.3.17_to_4.3.17.1.patch