PDA

View Full Version : OP_SpawnRename



WhoMeYes
06-24-2024, 12:05 PM
Hey all!
Since the latest update (my first update attempt ever), I'm getting the following boot message.
I installed it to a new folder, but should that matter?

Using config file '/root/.showeq/showeq.xml'
Loaded preferences file: /usr/local/share/showeq/seqdef.xml!
Loaded preferences file: /root/.showeq/showeq.xml!
Info: Listening for client: 192.168.50.164
Info: Initializing Packet Capture Thread:
Info: Filtering packets on device ens33, IP host 192.168.50.164
Info: Loaded 66104 spells from '/usr/local/share/showeq/spells_us.txt' maxSpell=0xffff
Info: GuildMgr: Guildsfile loaded
Info: Loading Filters from '/root/.showeq/filters/global.xml'
Info: Loading Zone Filter File: /usr/local/share/showeq/filters/unknown.xml
Info: Loading Zone Filter File: /usr/local/share/showeq/filters/unknown.xml
Info: Categories Reloaded
Info: No Map found for zone 'unknown'!
Info: Checked for all variants of 'unknown.map', 'unknown.txt', and 'unknown_1.txt'
Info: in directories '/root/.showeq/maps' and '/usr/local/share/showeq/maps'!
Info: Loaded 6875 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 60606) and host 192.168.50.164 and ether proto 0x0800 and not broadcast and not multicast
Info: EQPacket: SessionRequest detected, pcap filter: EQ Client 192.168.50.164, Client port 60606. Server port 9014
Info: Listening for IP client: 192.168.50.164
Debug: PCAP Filter Set: udp[0:2] > 1024 and udp[2:2] > 1024 and ether proto 0x0800 and host 192.168.50.164 and not broadcast and not multicast
Debug: PCAP Filter Set: udp and (portrange 9000-9007 or port 9876 or port 60608) and host 192.168.50.164 and ether proto 0x0800 and not broadcast and not multicast
Info: EQPacket: SessionRequest detected, pcap filter: EQ Client 192.168.50.164, Client port 60608. Server port 2245
Warning: OP_SpawnRename (0x67ec) (dataLen: 1458) doesn't match: sizeof(spawnRenameStruct):195

cn187
06-24-2024, 01:31 PM
You're not using the zoneopcodes.xml from the current release. Depending on how you did your install into the new folder, it's possible (maybe even likely) that it's still looking at the file in the old location.

It looks like it's looking in /usr/local/share/showeq for the other stuff, so I'd start by making sure that the copy of zoneopcodes.xml there is correct.

WhoMeYes
06-24-2024, 02:58 PM
This was exactly it :)
I'm not clever enough to troubleshoot it, so i searched for the filename and replaced all old files with the new, and it worked!