Author Topic: Missing ULX files in <GarrysModDS root>/data/  (Read 1968 times)

0 Members and 1 Guest are viewing this topic.

Offline qumusabel

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
  • The (un)experienced GNU/Linux user
Missing ULX files in <GarrysModDS root>/data/
« on: June 09, 2017, 11:59:40 PM »
G'day all. I am experiencing some problems.
One of these issues is I haven't got any ULX files in <root>/data/
Because of this, the ULX MOTD generator is broken and ULX does not remember users' groups.

My ULib/ULX versions (run "ulx version" in console):
ULib v2.63d
ULX v3.73d

Game mode(s) I am having this problem on:
DarkRP

I tried to fix the problem by running
Code: [Select]
ulx resettodefaults FORCE but this didn't solve the issue.

Is there any way to fix this?
« Last Edit: June 10, 2017, 12:04:12 AM by qumusabel »
In case of emergency:
Code: [Select]
$ git commit
$ git push

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Missing ULX files in <GarrysModDS root>/data/
« Reply #1 on: June 10, 2017, 09:19:56 AM »
Using Linux or Windows?
Does the user Gmod DS is running as have write permissions to /data ?
And, you'd be getting lua errors during server startup regarding ULib/ULX (and likely others if you have others installed), please post them.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline qumusabel

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
  • The (un)experienced GNU/Linux user
Re: Missing ULX files in <GarrysModDS root>/data/
« Reply #2 on: June 10, 2017, 10:48:05 AM »
Hi JamminR!

I am using Ubuntu 16.04

I temporarily set 777 mod for the GModDS root and its subdirectories

Here are my Lua errors:
Code: [Select]
[ERROR] addons/darkrp_slot_machine_647401973/lua/autorun/server/resource.lua:1: unexpected symbol ne
ar '<'
  1. unknown - addons/darkrp_slot_machine_647401973/lua/autorun/server/resource.lua:0
---------------------------------------------------------------------
*ULX error*
Groups file was not formatted correctly. Attempting to fix and backing up original
Original file was backed up to data/ulib/groups_backup.txt
In case of emergency:
Code: [Select]
$ git commit
$ git push

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Missing ULX files in <GarrysModDS root>/data/
« Reply #3 on: June 10, 2017, 02:01:30 PM »
I wouldn't have gone 777 entire root, but for testing, /data only.
Now that you tested, did ULX(ULib actually) create a good /ulib/groups.txt file after that error?
Did other ULX files get created in /data?
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming