PDA

View Full Version : ShowEQ 6.0.0.2 for Live 02/17/21



cn187
02-17-2021, 08:02 PM
Announcing the release of ShowEQ version 6.0.0.2. This version is compatible with the February 17th release. NOTE: Qt4 is now required. Please post any problems or issues with the new build in the Help Desk forum and we'll try to get them resolved as quickly as possible.



cn187 (02/17/21)
----------------
- Updated version to 6.0.0.2
- Support for EQ patch 02/17/21
- Updated ClientZoneEntryStruct to eliminate warning (fransick)


This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq/files/ShowEQ/Showeq-6.0.0.2/ or from the SVN repository at https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_2

Installation (tarball):




$ tar xjvf showeq-6.0.0.2.tar.bz2

$ cd showeq-6.0.0.2

$ ./configure

$ make

$ make install




Installation (SVN):




$ svn checkout https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_2 showeq-6.0.0.2

$ cd showeq-6.0.0.2

$ make -f Makefile.dist build

$ ./configure

$ make

$ make install



For those of you not quite ready to make the jump to SEQ6, the patch attached to this post can be applied to the last release of SEQ5 (v5.13.10.105). See http://www.showeq.net/forums/showthr...-Live-12-08-20 (http://www.showeq.net/forums/showthread.php?7581-ShowEQ-5-3-10-105-and-6-0-0-0-rc3-for-Live-12-08-20) if you need to re-obtain that version.

The patch can be applied to SEQ5 with the following command:




patch -p0 < /path/to/patch/file.txt

Loki
02-19-2021, 11:41 PM
Been having seg fault on both seq5 and 6 lately. Is reason why?

Thanks as always!

Loki
02-19-2021, 11:42 PM
That's weird I can't find edit button. I mean "is there any reason why?"

Roads
02-20-2021, 06:44 AM
I haven't used seq in a long time but just wanted to say think you for keeping it alive! Anytime i go back to eq for a bit i have to have seq :)

Loki
02-20-2021, 03:26 PM
When it crashed it says this:

Debug: connect2: Warning! opcode 'OP_Logout' has no matching payload.
Debug: dir '2' payload 'none' szt '1'
Debug: for receiver 'messageshell' of type 'MessageShell' to member '1logOut(const uint8_t*, size_t, uint8_t)'
Info: Loaded 7013 message strings from '/usr/local/share/showeq/eqstr_us.txt' maxFormat=35153
Debug: PCAP Filter Set: udp and (portrange 9000-9007 or port 9876 or port 60180) and host 192.168.1.155 and ether proto 0x0800 and not broadcast and not multicast
Info: EQPacket: SessionRequest detected, pcap filter: EQ Client 192.168.1.155, Client port 60180. Server port 1430
Warning: OP_ZoneEntry (0x2150) (dataLen: 92) doesn't match: sizeof(ClientZoneEntryStruct):88
Segmentation fault

cn187
02-20-2021, 05:54 PM
I expect those warnings aren't related.

Though, you're showing the OP_ZoneEntry warning, which should have been fixed with this update. So you may want to "make clean", make sure you're fully updated, and re-build, just to be safe.

Another user mentioned getting a crash recently, but I haven't seen one in ages. If you could get a stack trace with debug info enabled, that would be a huge help.

Loki
02-20-2021, 06:01 PM
I rm -rf showeq-6.0.0.2 and ran svn to be sure.

Then I ran svn on showeq-5.13.10.105 (didnt have existing showeq-5.13.10.105 directory) and patched with attached txt file on this thread. Similiar crashing issue on that too. I'll get that trace going.