Author Topic: ULX and GMOD 13  (Read 5082 times)

0 Members and 2 Guests are viewing this topic.

Offline Gaw

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
ULX and GMOD 13
« on: November 10, 2012, 07:58:24 PM »
I cannot seem to get ULX to work with my server, since the GMOD 13 update. I have got the latest versions of ULX (3.60) and ULib (2.50) via SVN and have put them in the addons folder (gmod/orangebox/garrysmod/addons/ulx) etc. When I restart the server after adding them, I receive no reference to ULX whatsoever, nothing about it in the server console and ulx/ulx help is an unknown command.

When I rename 'info.txt' in both the ULX and ULib folders to 'addon.txt', we get somewhere. I've pasted the relevant lines below:

Code: [Select]
Adding Legacy Addon '/home/srcds/gmod/orangebox/garrysmod/addons/ulx'
Adding Legacy Addon '/home/srcds/gmod/orangebox/garrysmod/addons/ulib'
Couldn't include file 'includes/modules/datastream.lua' (File not found) (@addons/ulib/lua/ulib/init.lua (line 1))
Couldn't include file 'includes/modules/datastream.lua' (File not found) (@addons/ulib/lua/ulib/init.lua (line 1))

[ERROR] addons/ulib/lua/ulib/init.lua:1: Module not found!
  1. require - [C]:-1
   2. unknown - addons/ulib/lua/ulib/init.lua:1
    3. include - [C]:-1
     4. unknown - addons/ulib/lua/autorun/ulib_init.lua:3


[ERROR] addons/ulib/lua/ulib/init.lua:1: Module not found!
  1. require - [C]:-1
   2. unknown - addons/ulib/lua/ulib/init.lua:1
    3. include - [C]:-1
     4. unknown - addons/ulib/lua/autorun/ulib_init.lua:3

Once the server completes booting, again - ulx/ulx help do nothing. I'm unsure on how to fix this issue, I would appreciate any help. I assume it's not a bug as I have not seen any other reports of it, so I have posted it here. We are running on the latest version of Arch Linux (x86_64).

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX and GMOD 13
« Reply #1 on: November 10, 2012, 08:21:46 PM »
I don't know where you're getting ULX "v3.60" and ULib "v2.50" from, but clearly not from us if you're renaming info.txt to addon.txt. Read the news post for information on how to obtain the latest official ULX and ULib.
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: ULX and GMOD 13
« Reply #2 on: November 10, 2012, 09:42:16 PM »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming