Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: MattTheEmp on August 23, 2014, 11:47:29 AM

Title: Ulib errors
Post by: MattTheEmp 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 (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 (http://pastebin.com/BrFzvBxA)
Menues- http://pastebin.com/EBp0uKBz (http://pastebin.com/EBp0uKBz)
ulx/cl_init - http://pastebin.com/pz5cur6K (http://pastebin.com/pz5cur6K)
ulx_init - http://pastebin.com/5S7z7Tad (http://pastebin.com/5S7z7Tad)
ulib/cl_init - http://pastebin.com/4VnqvzqR (http://pastebin.com/4VnqvzqR)
ulin_init -http://pastebin.com/mNGKPwFA (http://pastebin.com/mNGKPwFA)


thank you so much for any help you can provide.
Title: Re: Ulib errors
Post by: JamminR 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 (http://wiki.garrysmod.com/page/Player/ChatPrint) = It shouldn't be nil value.

When did this start? It shouldn't 'just happen'
Title: Re: Ulib errors
Post by: MattTheEmp 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
Title: Re: Ulib errors
Post by: Stickly Man! on August 24, 2014, 01:51:47 PM
You appear to have custom code in your ulx/modules/sh/menus.lua (https://github.com/Nayruden/Ulysses/tree/master/addons/ulx/lua/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.
Title: Re: Ulib errors
Post by: MattTheEmp 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.