Results 1 to 2 of 2

Thread: Not updating after messages in console

  1. #1
    Registered User
    Join Date
    Aug 2020
    Posts
    134

    Not updating after messages in console

    Only have one EQ session running on the network. It will randomly throw these errors in the console and a minute or two later, it is no longer processing any updates, including player character's orientation and any spawn updates.

    Code:
    Warning: SEQ: Giving up on finding arq 4db0 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 4de4 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 4de5 in stream client-zone cache, skipping!
    Warning: SEQ: Giving up on finding arq 4de6 in stream client-zone cache, skipping!

  2. #2
    Administrator
    Join Date
    Oct 2019
    Posts
    563

    Re: Not updating after messages in console

    Not finding the sequence IDs means the stream can't get reassembled, and you get similar behavior to the packet dropping issues you were seeing before (stream can no longer be decoded, so the updates stop).

    Are you still seeing the missing/dropped packet issue that we talked about before? Or have recent changes improved that? If you're seeing any pcap warnings, you should try tweaking either the snaplen or the buffer size, depending on what the warning says.

    For this particular message, you could also try adjusting the arq seq cache size - I think it's under network->advanced or something similar. I think the default is like 256. You could probably increase that a fair amount (1k?) without ill effects. But if it's not actually an arqseq cache issue (despite the message), then it may not help.

Thread Information

Users Browsing this Thread

There are currently 3 users browsing this thread. (0 members and 3 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On