fransick
02-23-2014, 06:41 PM
Announcing the release of ShowEQ version 5.13.10.20. This version is compatible with the February 21st patch.
Fransick (2/21/14)
--------------------------
- Updated version to 5.13.10.20
- Support EQ patch 2/21/14
- Updated position structs
- Updated Opcodes
This new release is available in the files section (https://sourceforge.net/projects/seq/files/ShowEQ/Showeq-5.13.10.20/showeq-5.13.10.20.tar.bz2/download) of SourceForge, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/showeq/tags/v5_13_10_20/
Installation (tarball):
$ tar xjvf showeq-5.13.10.20.tar.bz2
$ cd showeq-5.13.10.20
$ ./configure
$ make
$ make install
Installation (SVN):
$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/trunk showeq-5.13.10.20
$ cd showeq-5.13.10.20
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install
I didn't get a lot of time to test this update and am headed out of town for the next week. If you run into any issues please post and I'll take a look when I am back next week. If you are seg faulting, try disabling OP_ExpUpdate opcode in zoneopcodes.xml. I've traced most of my seg faults to this opcode but haven't had time to look into the cause.
Fransick (2/21/14)
--------------------------
- Updated version to 5.13.10.20
- Support EQ patch 2/21/14
- Updated position structs
- Updated Opcodes
This new release is available in the files section (https://sourceforge.net/projects/seq/files/ShowEQ/Showeq-5.13.10.20/showeq-5.13.10.20.tar.bz2/download) of SourceForge, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/showeq/tags/v5_13_10_20/
Installation (tarball):
$ tar xjvf showeq-5.13.10.20.tar.bz2
$ cd showeq-5.13.10.20
$ ./configure
$ make
$ make install
Installation (SVN):
$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/trunk showeq-5.13.10.20
$ cd showeq-5.13.10.20
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install
I didn't get a lot of time to test this update and am headed out of town for the next week. If you run into any issues please post and I'll take a look when I am back next week. If you are seg faulting, try disabling OP_ExpUpdate opcode in zoneopcodes.xml. I've traced most of my seg faults to this opcode but haven't had time to look into the cause.