Author Topic: ULX error  (Read 1671 times)

0 Members and 1 Guest are viewing this topic.

Offline epiclolwut

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
ULX error
« on: December 29, 2014, 12:09:08 PM »
Im currently having a error that happens when a user gets kicked/banned. It crashes the server and I have no idea on how to fix it.

Code: [Select]
[ERROR] addons/ulx/lua/ulx/modules/sh/chat.lua:250: Tried to use a NULL entity!
1. __newindex - [C]:-1
2. fn - addons/ulx/lua/ulx/modules/sh/chat.lua:250
3. unknown - addons/ulib/lua/ulib/shared/hook.lua:183

I have atempted to reinstall the server and install a clean ULX version. And it still gives the same error. I'm really lost at the moment.

EDIT: After some quick testing, this only apply's if the user kicks or bans him self.
« Last Edit: December 29, 2014, 12:40:36 PM by epiclolwut »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX error
« Reply #1 on: December 29, 2014, 03:15:34 PM »
Are you using ULib and ULX from our github?
Do you have ANY other addons/gamemodes that monitor chat in anyway what-so-ever? Have you tried disabling/removing them?
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline epiclolwut

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: ULX error
« Reply #2 on: December 29, 2014, 04:48:21 PM »
Used the latest version from the site, not GitHub. Tested this both in DarkRP & Sandbox without ANY additional addons. and both caused in a server crash for some odd reason.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX error
« Reply #3 on: December 29, 2014, 07:23:31 PM »
Go get the latest from github. "Latest" from this site is over a year and a half old, and Gmod has "updated" many times that we've submited fixes for.
We've just not done a recent release yet.
https://github.com/Nayruden/Ulysses - single zip has many projects, just grab the ULib and ULX within it.

Won't guarantee it will fix your issue, but I can sure say it can't hurt.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline epiclolwut

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: ULX error
« Reply #4 on: December 31, 2014, 12:48:35 AM »
Yup that did it. Thanks for the help!