Search:

Type: Posts; User: cn187

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    749

    Re: Devel Compile SegFault

    The guild packet stuff changed at some point, and I reworked it to make it work again. They're no longer sending the global list. Instead (unless they changed it again since I last looked at it),...
  2. Replies
    4
    Views
    749

    Re: Devel Compile SegFault

    Ok, with further testing, it looks like the original issue that I was trying to fix only affects Qt5 and newer, and the crash due to the fix only affects Qt4.

    So for now, the simple work around is...
  3. Replies
    4
    Views
    749

    Re: Devel Compile SegFault

    Oof. That's a big stack trace.

    I have a rough idea of what's happening, and it's related to a fix I put in for column sorting issues. I've tested it under Qt5 and it seems to work fine, but...
  4. Re: Bug: Casting Eye of Zomm (from items) Causes Crash

    OK, I may have a patch for this.

    At least, it fixes the crash, and a related issue that showed up after the crash was resolved.

    But I'm a little concerned the fix may break something else if a...
  5. Replies
    1
    Views
    715

    ShowEQ 6.3.12 for Live 03/13/24

    Announcing the release of ShowEQ version 6.3.12. Special thanks to Newby for the patch.

    This version is compatible with the Mar 13th release.




    cn187 (03/13/24)
    ----------------
    - Update...
  6. Thread: 3/13 patch

    by cn187
    Replies
    3
    Views
    240

    Re: 3/13 patch

    Thanks, Newby!

    I'll do the upload shortly.
  7. Replies
    4
    Views
    1,009

    Re: minor ish c++ request (grpc)

    Another thought is that if you're willing to write the full packet decoding sooner rather than later, you could probably use the MySEQ client instead. It polls its server for updates via a socket,...
  8. Replies
    4
    Views
    1,009

    Re: minor ish c++ request (grpc)

    I have a private branch where I've started working towards decoupling the capture from the rest of the client, but it's still WIP and not ready for the the light of day.

    I can tell you the...
  9. Re: Exclude from global filters for specific zone / objects

    I guess "show filtered" is more like "allow filtered to be shown", so whether or not the filtered items themselves are shown depends on whether or not you're showing that spawn type. That is...
  10. Re: Exclude from global filters for specific zone / objects

    Thanks for testing. There's also a "Show doors" in the map context menu. I doubt it would override filtered either, but maybe you could remove it from filtered and just toggle the display based on...
  11. Re: Exclude from global filters for specific zone / objects

    Hmm... Good question.

    I don't know if either of these will work (and can't test right now), but have you tried

    1. selecting "show filtered spawns" (or whatever it's called) in the map context...
  12. Re: Unable to get showeq working / processing traffic

    Exactly. When SEQ does its own capture, it filters out ipv6, so it isn't an issue in normal usage. But playback of an existing capture uses different code that doesn't filter ipv6. So to play back...
  13. Replies
    0
    Views
    809

    Search Error Resolved

    The issue with the site's search functionality has been fixed, and searching should once again work normally.
  14. Re: Unable to get showeq working / processing traffic

    Sorry - I didn't forget about you, just got a bit busy.

    After thinking about this some more, since you may or may not be having capture/network issues, it might be best to narrow things down a bit...
  15. Replies
    1
    Views
    560

    Re: Updated races.h file for new 2023 expansion

    Looks like we got them already, but thanks!
  16. Re: Session tracking should ignore when IP to monitor is changed

    Yes, errno 1 is EPERM - operation not permitted.
  17. Re: Session tracking should ignore when IP to monitor is changed

    OK. Thanks for testing and the additional info. I'll have to try to test it here and see if I can figure out what's going on.

    I haven't seen any issues with toggling realtime. If you want, the...
  18. Re: Session tracking should ignore when IP to monitor is changed

    Hmm...

    Assuming you're compiled with debug enabled (the default), then after you set the IP, you should see a message about the PCAP filter changing, and that should have the new IP in it but not...
  19. Re: Session tracking should ignore when IP to monitor is changed

    Nice catch!

    I can't test it right now, but I think it's a simple fix. Mind trying this patch and letting me know? Apply it with
    patch -p1 < patch.txt
  20. Re: Unable to get showeq working / processing traffic

    Nothing else really jumps out at me.

    Since you said this is your first attempt at setting it up, I'm going to assume you don't have stale build fragments from an earlier version laying around. ...
  21. Re: Unable to get showeq working / processing traffic

    For future reference, you can pass -n to tcpdump, and it will display IP addresses and port numbers instead of names.

    Right after PCAP Filter Set and SessionRequest detected, you should see Zone:...
  22. Replies
    2
    Views
    623

    Re: Showeq on Test Server?

    I believe the code for selecting live vs test was removed years ago, but the command line switch was never removed. So as far as I know, that switch does nothing.

    I have used SEQ with the test...
  23. Replies
    3
    Views
    1,431

    Re: Occasional crashing when trying to decode

    See my answer here - https://www.showeq.net/forums/showthread.php?8016-Crashing-since-the-last-patch-and-erratic-behavior
  24. Re: Bug: Casting Eye of Zomm (from items) Causes Crash

    Somehow I missed this when it was posted - sorry about that.

    Thanks for reporting this.
  25. Replies
    2
    Views
    1,726

    Re: Problems building missing ICE libraries

    I suppose we should expand that error message a little.

    You're missing the development package for the X11 Inter-Client Exchange (ICE) library. On kubuntu this is probably libice-dev
Results 1 to 25 of 494
Page 1 of 20 1 2 3 4