Try running it with the env var
QT_DEBUG_PLUGINS=1. It will spew a lot, but there should (hopefully) be an error in there somewhere.
Type: Posts; User: cn187
Try running it with the env var
QT_DEBUG_PLUGINS=1. It will spew a lot, but there should (hopefully) be an error in there somewhere.
Announcing the release of ShowEQ version 6.4.4. Special thanks to Newby for the patch.
This version is compatible with the Dec 3rd release.
cn187 (12/03/24)
----------------
- Update to...
Thanks Newby!
Sounds like X isn't running. I think the latest versions of the OS run Wayland by default, so you if you haven't told it to use X, that might indeed be the case.
You might try
showeq...
Thanks. That's what I had assumed based on the log snippet, but wanted to verify.
Basically, there was some non-EQ traffic that matched the capture filter, and one packet happened to look to SEQ...
Do you have session tracking turned on or off?
Thanks Newby for the patch. And thanks BA for doing the release. I've got a lot going on right now, but hopefully things will be back to normal soon and I'll be able to get back to SEQ stuff.
It's viable, and people do it. There have been a few posts about it in the past, particularly about P99 (but the general techniques should still be broadly applicable to other emu servers). So I'd...
FYI, "not broadcast and not multicast" is not an error - it's part of the pcap filter string. There are no errors in the log snippet you posted.
Xerces' response was on point - the most likely...
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...
Announcing the release of ShowEQ version 6.4.1. Special thanks to Newby for the patch.
This version is compatible with the Sep 18th release.
cn187 (09/18/24)
----------------
- Update...
Thanks Newby!
It's clunky and bit awkward (and on my list of things to improve), but you can middle-click drag the map.
Welcome back.
If you run into further issues or have any questions, feel free to post.
If you run across any bugs, please report them. Feature requests are welcome (but no guarantees if they...
The output of the various subcommands are logged to Makefile.dist.dbg. So that should have more info about the issue. But off the top of my head, I think you're missing the aclocal executable. If...
Actually I was able to test this with a Fedora 36 docker container. Apparently it only affects qt4, not qt5. But the patch appears to fix it so I went ahead and committed it to trunk.
You can...
Hmm... I think I see the problem. Though it's odd that it's working for so many others... so something on Fedora may just be more strict (or at least, doing things in a different order).
Please...
Yes, on patch day, they change the opcodes and some of the data structures, so we have to update SEQ for it to continue working. When that happens, you'll need to download and compile the new...
Announcing the release of ShowEQ version 6.4.0.
This version is compatible with the Aug 21st release.
cn187 (08/21/24)
-----------------------
- Update to version 6.4.0
- Support for EQ...
I've looked at this a bit on several different occasions, and I still haven't been able to track this down. I don't see anything in the code path for special messages handling that would allow...
Awesome. If no major bugs crop up between now and then, I expect I'll release 6.4 for this month's patch update.
Unfortunately, there's no character select at this time. I have some enhancements planned for making SEQ more multi-box friendly, but due to complexity and dependencies, I don't expect they will be...
I've never tried to run ShowEQ under WSL, so I have no idea how well it works in general. That said...
You're doing your export as your user, and then doing sudo ./showeq to run as root. I don't...
Do you mean zoomed in to the point the spawning mobs aren't within the visible area? Or zoomed in, in general?
Asking because I haven't tested the former, but the latter is working fine for me...
Thanks Loki for sending me your prefs file. With it, I was able reproduce the sort issue, and then it was pretty straightforward to track down.
The attached patch fixes it for me if you'd like to...