Author Topic: Superadmins always get kicked on join  (Read 2330 times)

0 Members and 1 Guest are viewing this topic.

Offline Vloxan

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Superadmins always get kicked on join
« on: June 18, 2016, 06:48:11 AM »
I am currently running the latest version of ULX and ULib which I got from GitHub.

Whenever I try to join as a superadmin I am kicked and get this in the console:
Code: [Select]
Disconnect: Client 3 overflowed reliable channel..
Disconnect: Client 3 overflowed reliable channel..

Client sending to server with no netchannel!
SoundEmitter:  removing map sound overrides [18 to remove, 0 to restore]
Client sending to server with no netchannel!

*Client 3 varies and the number has been 0, 23 and more.

If I join and quickly go to my game panel and demote myself I don't get kicked but this isn't an ideal work around, any ideas why I am getting this error?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Superadmins always get kicked on join
« Reply #1 on: June 18, 2016, 08:58:07 AM »
Been a while since I've seen that happen -- how many addons are you running?
Experiencing God's grace one day at a time.

Offline Vloxan

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Superadmins always get kicked on join
« Reply #2 on: June 18, 2016, 11:52:02 AM »
31 addons in the addon folder. Do you need to know the amount in the Lua folder too?
Also is there any particular reason why only superadmins would be affected by this issue?

Thanks.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Superadmins always get kicked on join
« Reply #3 on: June 19, 2016, 09:19:56 AM »
If a client is flooded with too much information on join, it can cause that error. ULib/ULX limits how much information is sent on join to help prevent such a problem, but the information sent is still greater than nothing, so other addons sending information at the same time can lead to that happening. You probably have one or two addons that are just trying to send too much data at once -- try starting with a clean addon slate and add them back in one by one until you find the problem.
Experiencing God's grace one day at a time.