PDA

View Full Version : 4/18 patch



Newby
04-19-2018, 04:10 PM
Structs and opcodes. Notably, they've changed the spellBuff struct. It looks like they moved some stuff and also made it two bytes bigger. I made it two bytes bigger, but didn't work out the new layout, so if anyone wants to dive in there to fix things, have at it.

Flatline
04-19-2018, 04:57 PM
Seems to work just fine for the basics. Thanks again!

dkissick986
04-20-2018, 06:41 AM
I have not been able to get this working on 2 different machines.

Downloaded diffs file and patched with the following command: patch -p 0 < diffs180418.txt

Got the following output (no errors):

patching file conf/zoneopcodes.xml
patching file src/everquest.h

Ran showeq and set it to monitor my client IP address (verified client IP is still the same). Zoned in to EQ and am getting output similar to below:

Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 10.26.3.2
Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 10.26.3.2
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 10.26.3.2
Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 10.26.3.2
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 10.26.3.2
Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 10.26.3.2
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: Uncompress failed for packet op 0117, flags 22. Error was data error (-3)
Warning: Packet decode failed for stream client-zone (2), op 0117, flags 22 packet dropped.
Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 10.26.3.2
Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 10.26.3.2
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 10.26.3.2
Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 10.26.3.2
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: EQPacket: Unhandled net opcode 4700, stream client-zone, size 28
Warning: EQPacket: Unhandled net opcode 4700, stream client-zone, size 28
Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 10.26.3.2
Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 10.26.3.2
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 10.26.3.2
Info: EQPacket: SessionDisconnect detected, awaiting next zone session, pcap filter: EQ Client 10.26.3.2
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:
Warning: OP_GuildsList (0x34f7) (dataLen: 168) doesn't match:

I have zoned in and out several times, and nothing is coming up on map/data windows at all.

I tried this on another machine and it's the same. I even removed everything, downloaded latest version from SVN and patched it with the 4/18 patch, with same results.

Thanks for any help!

BlueAdept
04-20-2018, 12:53 PM
SVN and Tarball has been updated.

I did test in POK and it seemed to work for me.

dkissick986
04-20-2018, 01:10 PM
Completely re-compiled from SVN (again) and now working. /shrug

Flatline
04-20-2018, 09:00 PM
And broken with 4/20/2018 hotfix... :(

showeq42
04-21-2018, 05:28 AM
It's still working.
It's just a client patch. If the servers aren't brought down and patched, showeq will still work.


And broken with 4/20/2018 hotfix... :(

Flatline
04-21-2018, 05:06 PM
Well it started all crashing on me. Did a fresh co and make and seems ok now, thanks Blue for keeping it updated.

BlueAdept
04-21-2018, 07:08 PM
Can anyone verify that SwiftyMuse's post is correct? If it is, I will update the SVN and put up a new tarball.