Announcing the release of ShowEQ version 5.2.2. This release includes a couple more compatibility fixes for the live patch on 10/27. If you are crashing when opening the Guild Window, this should fix your problem. If you are crashing when zoning, this may also fix your problem. The Guild Member List across the wire has a new byte per guild member on it which was causing misalignment and buffer problems. Also, the GM byte in spawnStruct is correct now.

Changelog:
purple (10/29/05)
------------------
+ Updated version to 5.2.2.0
+ Fixed guild member list parsing so include a new unknown flag (possibly will be prospective flag?)
+ Found gm flag in spawnStruct
Fetch the new release from the files section on sourceforge, or if you prefer to keep your coolcat street cred ramped up by using anoncvs, I'd imagine sourceforge will be updated by tomorrow morning.

To install:
$ tar xjvf showeq-5.2.2.0.tar.bz2
$ cd showeq-5.2.2.0
$ ./configure
$ make
$ make install
If you have problems with ./configure, try:
$ LIBC=gnu ./configure
If you use a package for your distribution, I imagine it will be along shortly.