Author Topic: ULX_LOGS error  (Read 1351 times)

0 Members and 1 Guest are viewing this topic.

Offline {NG} Mr. Nightmare

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
ULX_LOGS error
« on: November 01, 2017, 03:56:00 PM »
This sub-forum is only for help or discussion regarding projects created by Team Ulysses. If you are requesting help, please search the forums FIRST to make sure your question has not already been answered. If you still need help, fill in the following information.

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

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

Lua errors shown in console, if any:
Code: [Select]
[ERROR] lua/autorun/ulx_logs.lua:1: '=' expected near 'logEcho'
  1. unknown - lua/autorun/ulx_logs.lua:0

Im getting this error, and Im not sure how to fix it and I know it's so simple and I don't know why it is giving me this error, and it's literally telling me what to do, but what I tried didn't work, anyways it give me that and the code is
Code: [Select]
ulx logEcho 1

Offline iViscosity

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 802
  • Karma: 58
Re: ULX_LOGS error
« Reply #1 on: November 01, 2017, 04:27:09 PM »
You shouldn't have a 'lua/autorun/ulx_logs'...
I'm iViscosity. I like gaming and programming. Need some help? Shoot me PM.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: ULX_LOGS error
« Reply #2 on: November 01, 2017, 06:15:58 PM »
He's not wrong..

Looks like an addon you have installed or something you or someone who has access to your server installed added this file to try and 'inject' some ULX code.
This could be for good or for bad.. you might want to find where you have the lua/autorun/ulx_logs.lua file.

First place to look... garrysmod/lua/autorun

If that fails.. check each addon you have installed. Inside the addon folder is a lua folder. Check each one for a lua/autorun/ulx_logs.lua
If it's inside of a workshop addon, you'll have to extract the gma or uninstall the addons one at a time until the error stops to know which one has it.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX_LOGS error
« Reply #3 on: November 01, 2017, 07:30:25 PM »
What we're all trying to say...

That file is not part of default ULX.
Something/Someone else installed it.
Find out who/how and remove it (or if it's actually a good thing, have them fix it).

"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming