PDA

View Full Version : 5/16 patch



Newby
05-16-2018, 06:01 PM
Structs and opcodes...

Flatline
05-16-2018, 06:25 PM
Works like a charm, thank you!

jtuck88
05-17-2018, 01:07 PM
Works like a charm, thank you!

Hi Flatline,

In the past I have always waited for a new tar from blue adept to be posted. Is there a simple way to update my current install using the diffs provided by Newby intead?

Best,
Jtuck

Spanners
05-17-2018, 01:09 PM
I just tried the diff and I get no joy, but it's been a while since I did it that way, the client gets the session OK, but no map and skittles.

Sorry for being dense, I do too much between interventions of EQ these years.

Cheers!

Flatline
05-17-2018, 04:51 PM
What I do is just do a fresh checkout (svn co https://svn.code.sf.net/p/seq/svn/showeq/trunk showeq) , then apply the diff (patch -p0 < /tmp/diffs-180516.txt) (change to wherever you put the diff, run from within the showeq source directory). You should get no errors from the patch, then do the make -f Makefile.dist build, configure, make, and make install. Should be it.

The news says the main branch was updated for the 4/19 patch so it should work from a fresh co, but I can't confirm that as I was just using my previous checkout with Newby's diffs from 4/19.

Someone
05-17-2018, 05:37 PM
Confirmed it works with the 5.13.10.65 tarball. Thanks!

Spanners
05-18-2018, 02:20 AM
then do the make -f Makefile.dist

Thanks, this !! :)

BlueAdept
05-18-2018, 09:48 AM
Tarball and svn updated. Sorry for the delay.