General > Off-Topic

ERROR

<< < (3/4) > >>

Michal Markvart:
Well, I've reinstalled the server, I've just downloaded ulib and ulx (newest) i've put that in the server.. added old data, like restrictions etc. and still errors.



--- Code: ---///////////////////////////////////////
//  ULX GUI -- Made by Stickly Man!  //
///////////////////////////////////////
// Loading GUI Modules...            //
//   bans.lua                        //

[ERROR] Unauthed player
  1. query - [C]:-1
   2. refresh - addons/ulx/lua/ulx/xgui/commands.lua:302
    3. unknown - addons/ulx/lua/ulx/xgui/commands.lua:391
     4. include - [C]:-1
      5. fn - addons/ulx/lua/ulx/modules/cl/xgui_client.lua:142
       6. Call - addons/ulib/lua/ulib/shared/hook.lua:110
        7. fn - addons/ulib/lua/ulib/cl_init.lua:49
         8. unknown - addons/ulib/lua/ulib/shared/hook.lua:110

//   commands.lua                    //
//   groups.lua                      //

[ERROR] Unauthed player
  1. query - [C]:-1
   2. updateVoteMaps - addons/ulx/lua/ulx/xgui/maps.lua:88
    3. unknown - addons/ulx/lua/ulx/xgui/maps.lua:163
     4. include - [C]:-1
      5. fn - addons/ulx/lua/ulx/modules/cl/xgui_client.lua:142
       6. Call - addons/ulib/lua/ulib/shared/hook.lua:110
        7. fn - addons/ulib/lua/ulib/cl_init.lua:49
         8. unknown - addons/ulib/lua/ulib/shared/hook.lua:110

//   maps.lua                        //
//   settings.lua                    //
// Loading Setting Modules...        //
//   cl_urs_gui.lua                  //
//   client.lua                      //
//   server.lua                      //
// Loading Gamemode Module(s)...     //
//   sandbox.lua                     //
// Modules Loaded!                   //
///////////////////////////////////////


[ERROR] Unauthed player
  1. query - [C]:-1
   2. processModules - addons/ulx/lua/ulx/modules/cl/xgui_client.lua:235
    3. fn - addons/ulx/lua/ulx/modules/cl/xgui_client.lua:189
     4. Call - addons/ulib/lua/ulib/shared/hook.lua:110
      5. fn - addons/ulib/lua/ulib/cl_init.lua:49
       6. unknown - addons/ulib/lua/ulib/shared/hook.lua:110

--- End code ---

I do not know what to do, I can't keep the server running with the errors, can anybody help me more than "reinstall the server"? because i did it twice and still same thing.

Caustic Soda-Senpai:
remove your addons one by one until the ERROR stops occuring. When it stops, you've found your broken addon.

Michal Markvart:
That is f*cked up, I have a lot of them, here is my collection
if anybody know which one could conflict...  http://steamcommunity.com/sharedfiles/filedetails/?id=323975429

roastchicken:
This is your server. We are not going to manually go through your addons to test which ones conflict. That is your job. Yes, it is a lot of work. Running a server is a lot of work, you just have to suck it up :/

MrPresident:
What causes this (The Unauthed Bug) is something breaking the PlayerAuthed hook.

Something is loading before ULX and breaking this hook causing ULX/ULib not to be able to properly authenticate your players and this bug happens.
Since it is not a problem with ULX/ULib, the only way to fix it is to find the addon that breaks it.
Even if we had a list of addons you use, we can't tell which one is broken on YOUR server.

Look further up in your console log when the server starts. You may have additional errors that could help. Otherwise, your only option is to do what syst3M4TiK suggests and start with a fresh install (No addons other than ULX/ULib) then start adding addons back in a few at a time until the errors start happening.

You don't need to do them one at a time. You can do 3 or 4 at a time. Then when you find the 'group' of addons that causes the issue, you can narrow your search.

Good luck.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version