ULX

Author Topic: Bans not showing up in ulx menu  (Read 4613 times)

0 Members and 1 Guest are viewing this topic.

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Bans not showing up in ulx menu
« on: August 06, 2016, 03:34:12 PM »
ULib v2.61d (06/12/16)
ULX v3.71d (07/02/16)

For some reason, whenever I open ulx menu, and go to the ban tab it doesn't show the bans, but is stuck on "Getting data: bans 98%". I checked the banned_user.cfg and it shows the bans. What is causing this what can I do?

« Last Edit: August 06, 2016, 03:35:53 PM by DrCheesepuffs »

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Bans not showing up in ulx menu
« Reply #1 on: August 06, 2016, 05:05:54 PM »
Can you please post the contents of your bans.txt located in data/ulib please?

It could be that you have a corrupted file or something, this will help us to troubleshoot.

Thanks!

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Bans not showing up in ulx menu
« Reply #2 on: August 06, 2016, 05:33:02 PM »
Here you go

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Bans not showing up in ulx menu
« Reply #3 on: August 06, 2016, 09:48:36 PM »
I'll wait to see if maybe SticklyMan has an input, but here's what I did and know...

1. I skimmed the file.. Looked fine.
2. I loaded the file in my game and no issues.
3. I installed ULX on a dedicated test server on a separate system as my game client so that it would need to stream the data to the client when I clicked the bans tab, and it worked fine...


You could have a conflicting addon or something along those lines, but I really don't have any way of knowing.


Offline Undercover Orange

  • Full Member
  • ***
  • Posts: 139
  • Karma: -14
  • Leader of Undercover Gaming Community
Re: Bans not showing up in ulx menu
« Reply #4 on: August 07, 2016, 05:25:42 AM »
Hey. Where did you find that ulx reskin? I've been looking around for one with no success.
~ Undercover Orange

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Bans not showing up in ulx menu
« Reply #5 on: August 07, 2016, 07:04:11 AM »
MrPresident, just curious. If it is a conflicting addon, would it be an addon that deals with logs and bans, or could it be any addon?

Offline roastchicken

  • Respected Community Member
  • Sr. Member
  • *****
  • Posts: 476
  • Karma: 84
  • I write code
Re: Bans not showing up in ulx menu
« Reply #6 on: August 07, 2016, 07:14:01 AM »
MrPresident, just curious. If it is a conflicting addon, would it be an addon that deals with logs and bans, or could it be any addon?

I would check addons related to logging and banning first, as they're the most likely culprits, but it could be any addon.
Give a man some code and you help him for a day; teach a man to code and you help him for a lifetime.

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Bans not showing up in ulx menu
« Reply #7 on: August 07, 2016, 10:32:29 AM »
Code: [Select]
[ERROR] lua/includes/extensions/net.lua:182: net.ReadType: Couldn't read type 96
  1. error - [C]:-1
   2. ReadType - lua/includes/extensions/net.lua:182
    3. ReadType - lua/includes/extensions/net.lua:121
     4. ReadType - lua/includes/extensions/net.lua:124
      5. ReadType - lua/includes/extensions/net.lua:124
       6. ReadTable - lua/includes/extensions/net.lua:124
        7. func - addons/ulib/lua/ulib/client/cl_util.lua:9
         8. unknown - lua/includes/extensions/net.lua:32

Not sure if it will help, but I just got this lua error

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Bans not showing up in ulx menu
« Reply #8 on: August 08, 2016, 10:37:57 AM »
Try for me:

Remove ALL addons except your gamemode and ULX/ULib.

See if you get the error and have the issue.

I bet it will work fine.

If it WORKS: Start adding back your addons 1 or 2 at a time until you find the one that breaks it.



Unfortunately, that's the only way to find conflicting addons.

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: Bans not showing up in ulx menu
« Reply #9 on: August 09, 2016, 08:02:27 AM »
Looks like you're not the only one with this issue: http://forums.ulyssesmod.net/index.php/topic,9805.0.html

Thanks for testing this for me, Mr. P- if it's not a problem with the ban data, then I agree that it's likely some addon that's messing with the net library. So yes, do list your current list of addons (ulx debuginfo should work), and try to see if you can eliminate which addon might be causing it.

Either that, or some recent changes to the net library could be causing it, but I think we'd see a lot more people having the same issue.
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Bans not showing up in ulx menu
« Reply #10 on: August 09, 2016, 03:51:19 PM »
Here is the debug info

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: Bans not showing up in ulx menu
« Reply #11 on: August 13, 2016, 01:07:57 PM »
DrCheesepuffs, from the other thread, it was suggested that URM is causing this issue -- can you try removing it?
Experiencing God's grace one day at a time.

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Bans not showing up in ulx menu
« Reply #12 on: August 15, 2016, 03:52:03 AM »
If I remove it though, wouldn't that mean anyone can spawn whatever they want?

Offline roastchicken

  • Respected Community Member
  • Sr. Member
  • *****
  • Posts: 476
  • Karma: 84
  • I write code
Re: Bans not showing up in ulx menu
« Reply #13 on: August 15, 2016, 04:49:43 AM »
DrCheesepuffs, I do not believe Megiddo is not suggesting you remove URM permanently. He is recommending you remove it to see if it is the cause of your problem.
Give a man some code and you help him for a day; teach a man to code and you help him for a lifetime.

Offline DrCheesepuffs

  • Newbie
  • *
  • Posts: 25
  • Karma: 0
Re: Bans not showing up in ulx menu
« Reply #14 on: August 15, 2016, 03:41:18 PM »
I know, but I mean if it is the cause, I won't have it :/

But I'll give it a try tomorrow or Wednesday