ULX

Author Topic: Ulib errors  (Read 2003 times)

0 Members and 1 Guest are viewing this topic.

Offline MattTheEmp

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Ulib errors
« on: August 23, 2014, 11:47:29 AM »
So guys hoping you can help me.

These are the errors i'm getting.http://pastebin.com/Stwwnbu9

[ERROR] addons/ulib/lua/ulib/shared/messages.lua:40: attempt to call method 'ChatPrint' (a nil value)
  1. tsay - addons/ulib/lua/ulib/shared/messages.lua:40
   2. unknown - addons/ulx/lua/ulx/modules/sh/menus.lua:97
    3. include - [C]:-1
     4. unknown - addons/ulx/lua/ulx/cl_init.lua:17
      5. include - [C]:-1
       6. unknown - addons/ulx/lua/ulib/modules/ulx_init.lua:4
        7. include - [C]:-1
         8. unknown - addons/ulib/lua/ulib/cl_init.lua:23
          9. include - [C]:-1
           10. unknown - addons/ulib/lua/autorun/ulib_init.lua:5

And Here are the effected files.

Messages - http://pastebin.com/BrFzvBxA
Menues- http://pastebin.com/EBp0uKBz
ulx/cl_init - http://pastebin.com/pz5cur6K
ulx_init - http://pastebin.com/5S7z7Tad
ulib/cl_init - http://pastebin.com/4VnqvzqR
ulin_init -http://pastebin.com/mNGKPwFA


thank you so much for any help you can provide.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Ulib errors
« Reply #1 on: August 23, 2014, 11:22:37 PM »
I'm suspecting a conflicting addon or gamemode.
Are you using any that have custom text or chatboxes?
http://wiki.garrysmod.com/page/Player/ChatPrint = It shouldn't be nil value.

When did this start? It shouldn't 'just happen'
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline MattTheEmp

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Ulib errors
« Reply #2 on: August 24, 2014, 10:41:33 AM »
my chat is all standard.

to be honest im not sure when it started. I just created a new TTT server and after i had it set up and went through debugging this is the last thing i cant solve.

could it have something to do with advertisements?

-Matt

Offline Stickly Man!

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 1270
  • Karma: 164
  • What even IS software anymore?
    • XGUI
Re: Ulib errors
« Reply #3 on: August 24, 2014, 01:51:47 PM »
You appear to have custom code in your ulx/modules/sh/menus.lua file. We do not do anything with a "changelog", where your menus.lua is showing it. Find where that code came from, and go there for support.
Join our Team Ulysses community discord! https://discord.gg/gR4Uye6

Offline MattTheEmp

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Ulib errors
« Reply #4 on: August 24, 2014, 04:06:48 PM »
thank you for your help. I forgot that i had borrowed some code from an old server that i had a developer working on.
he added a change log.

the offending code is working just fine. thank you.