ULX

Author Topic: ULX Doesnt Load  (Read 2909 times)

0 Members and 1 Guest are viewing this topic.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
ULX Doesnt Load
« on: November 24, 2012, 11:17:03 AM »
I just set up a new server and it starts fine, but ULX doesnt work and the server log shows this:

Code: [Select]
[ULIB] Loading SHARED module: ulx_init.lua
L 11/24/2012 - 15:18:34: Lua Error:
[ERROR] addons/ulx/lua/ulx/init.lua:4: attempt to call field 'FindInLua' (a nil
value)
  1. unknown - addons/ulx/lua/ulx/init.lua:4
   2. include - [C]:-1
    3. unknown - addons/ulx/lua/ulib/modules/ulx_init.lua:2
     4. include - [C]:-1
      5. unknown - addons/ulib/lua/ulib/init.lua:75
       6. include - [C]:-1
        7. unknown - addons/ulib/lua/autorun/ulib_init.lua:3



[ERROR] addons/ulx/lua/ulx/init.lua:4: attempt to call field 'FindInLua' (a nil
value)
  1. unknown - addons/ulx/lua/ulx/init.lua:4
   2. include - [C]:-1
    3. unknown - addons/ulx/lua/ulib/modules/ulx_init.lua:2
     4. include - [C]:-1
      5. unknown - addons/ulib/lua/ulib/init.lua:75
       6. include - [C]:-1
        7. unknown - addons/ulib/lua/autorun/ulib_init.lua:3


[ERROR] addons/ulx/lua/ulx/init.lua:4: attempt to call field 'FindInLua' (a nil
value)
  1. unknown - addons/ulx/lua/ulx/init.lua:4
   2. include - [C]:-1
    3. unknown - addons/ulx/lua/ulib/modules/ulx_init.lua:2
     4. include - [C]:-1
      5. unknown - addons/ulib/lua/ulib/init.lua:75
       6. include - [C]:-1
        7. unknown - addons/ulib/lua/autorun/ulib_init.lua:3


Couldn't include file 'ulx\cl_init.lua' (File not found) (@addons/ulx/lua/ulib/modules/ulx_init.lua (line 4))

Odd thing is, that file does exist. Any idea what's happening?

Also, it can't be an issue with the cache not being on fastdl because apparently (according to gold member on the gmod forums), gmod 13 servers no longer generate a cache file.
« Last Edit: November 24, 2012, 02:46:52 PM by PAL-18 »

Offline MarcusCDE

  • Newbie
  • *
  • Posts: 2
  • Karma: 1
Re: Errors when connecting
« Reply #1 on: November 24, 2012, 12:10:25 PM »
type sv_kickerrornum 0 in console before you join the server, either use rcon or server cmd

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: Errors when connecting
« Reply #2 on: November 24, 2012, 12:31:59 PM »
Thanks, that fixed getting kicked.  ULX doesnt seem to work though.  !menu doesnt do anything (and i already added my steamid to users.txt)

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX Doesnt Load
« Reply #3 on: November 24, 2012, 06:21:52 PM »
Looks like you're using the GM12 version. The only GM13-ready version is on SVN right now (see news post about this).
Experiencing God's grace one day at a time.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: ULX Doesnt Load
« Reply #4 on: November 24, 2012, 07:30:19 PM »
Thats the one i downloaded :S

Offline iSnipeu

  • Jr. Member
  • **
  • Posts: 83
  • Karma: 12
Re: ULX Doesnt Load
« Reply #5 on: November 24, 2012, 08:15:12 PM »
Thats the one i downloaded :S

Well the error you posted wouldn't be happening if you were using the SVN version.

Offline LuaTenshi

  • Hero Member
  • *****
  • Posts: 545
  • Karma: 47
  • Just your ordinary moon angel!
    • Mirai.Red
Re: ULX Doesnt Load
« Reply #6 on: November 24, 2012, 08:34:15 PM »
Quote from: Megiddo (http://forums.ulyssesmod.net/index.php/topic,5786.msg26683.html#msg26683)
We are happy to announce that we are mostly good to go with ULib and ULX on GM13. Everything should be working at 100% with the exception of XGUI. Once XGUI is ready for GM13 we will offer the traditional .zip download and upload to Workshop.

Until then, GM13 support is via SVN or Git only!
SVN URL for ULX: https://github.com/Nayruden/Ulysses.git/trunk/ulx
SVN URL for ULib: https://github.com/Nayruden/Ulysses.git/trunk/ulib
Don't try to open these links in your browser, they are for SVN client use only. If you'd like to see or download the code from your browser you may do so here.

Please post bug reports here: https://github.com/Nayruden/Ulysses/issues

Thanks for your patience with us on this, you all rock!

« Last Edit: October 25, 2012, 11:03:19 AM by Megiddo »

I think that about sums it up as to what you need to download to get a working copy of ULX.
Apparently people are getting a bit confused now that ULX switched to Github (don't worry I was confused to when I saw that my Google SVN version of ULX was not working).
« Last Edit: November 24, 2012, 08:36:06 PM by HeLLFox_15 »
I cry every time I see that I am not a respected member of this community.

Offline PAL-18

  • Full Member
  • ***
  • Posts: 142
  • Karma: 1
Re: ULX Doesnt Load
« Reply #7 on: November 24, 2012, 09:07:40 PM »
Oops, i thought i had gotten it.  I forgot that i copied into the svn folder another version of ULX.  It works now

Thanks :3