ULX

Author Topic: BIG problem with ULX!!help! read now  (Read 2559 times)

0 Members and 1 Guest are viewing this topic.

Offline ultragamer

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
BIG problem with ULX!!help! read now
« on: July 21, 2006, 06:19:05 AM »
 :-[ I installed ULX v1.13 on my gmod 9.0.4 and put allfolders in the right place as in the readme. I then add my steam ID to the user config. Start gmod, then create a listen server.Then no ulx commands are working and in the console saids "
Lua Script: init/ulx_init.lua
[ULX] ERROR: readFile was passed an invalid file!
Lua Error: Line 42: bad argument #1 to 'getn' (table expected, got nil)
LUA: Errors when running script 'ulx/ulx_base.lua'
Lua Error: Line 17: attempt to call global 'ULX_CONCOMMAND' (a nil value)
LUA: Errors when running script 'ulx/ulx_util.lua'
Lua Error: Line 12: attempt to call global 'ULX_CONCOMMAND' (a nil value)
LUA: Errors when running script 'ulx/ulx_fun.lua'
Lua Error: Line 36: attempt to call global 'ULX_CONCOMMAND' (a nil value)
LUA: Errors when running script 'ulx/ulx_menus.lua'
[ULX] ERROR: getFilesFromDir() was passed an invalid directory!
[ULX] ERROR: execFile was passed an invalid file!"

HELP ME PLEASE!!! :-\

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6213
  • Karma: 394
  • Project Lead
Re: BIG problem with ULX!!help! read now
« Reply #1 on: July 21, 2006, 06:57:36 AM »
It looks like you may have put users.ini in the wrong directory or removed it altogether. Please make sure it remains in the gmod9/lua/ulx/configs directory.
Experiencing God's grace one day at a time.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: BIG problem with ULX!!help! read now
« Reply #2 on: July 21, 2006, 02:23:20 PM »
Also, you may have the actual /ulx folder wrong too.
It doesn't go in lua/init/ulx, only the ulx_init.lua file goes into the gmod9/lua/init
Your ulx folder needs to go into gmod9/lua/

Your folders should be like the following

ulx_init.lua file goes in gmod9/lua/init folder
Ulx folder goes in gmod9/lua/...
gmod9/lua/ulx
then in ulx folder should be...
- ulx/configs <=== Server.ini, users.ini
- ulx/data <--- .dat file (prob not yet created for you
- ulx/logs <--- logs will go here
- ulx/modules <-- where you put ulx 'plugins' or other files that need to run after ulx has started.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline ultragamer

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
thanks
« Reply #3 on: July 21, 2006, 07:40:53 PM »
Thanks u guys! i didnt have the ulx folder in lua, i had it in gmod9, srry bout that tyvm.