Closed kulcris closed 4 years ago
Complete fresh install of server fixed issue, no idea what was causing it.
Resetting your config fixed it. Look at this part of the error:
GAMEMODE.DefaultTeam is not set to an existing job.
Hints:
- This may happen when you disable the default citizen job. Make sure you update GAMEMODE.DefaultTeam to the new default team.
- GAMEMODE.DefaultTeam may be set to a job that does not exist anymore. Did you remove the job you had set to default?
- The error being in jobs.lua is a guess. This is usually right, but the problem might lie somewhere else.
The responsibility for the error above lies with (the authors of) one (or more) of these files:
jobs.lua, settings.lua, disabled_defaults.lua or any of your other custom files.
No I full reinstalled darkrp and modifications multiple times. I copied over the "broken files" to the fresh install and they worked fine so it was something with my install
On Mon, Aug 17, 2020, 11:47 PM Falco Peijnenburg notifications@github.com wrote:
Resetting your config fixed it. Look at this part of the error:
GAMEMODE.DefaultTeam is not set to an existing job.
Hints:
- This may happen when you disable the default citizen job. Make sure you update GAMEMODE.DefaultTeam to the new default team.
- GAMEMODE.DefaultTeam may be set to a job that does not exist anymore. Did you remove the job you had set to default?
- The error being in jobs.lua is a guess. This is usually right, but the problem might lie somewhere else.
The responsibility for the error above lies with (the authors of) one (or more) of these files: jobs.lua, settings.lua, disabled_defaults.lua or any of your other custom files.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/FPtje/DarkRP/issues/3045#issuecomment-675246539, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAULHARVE3YKV5VXFDGRQDTSBIBVFANCNFSM4QCTZJUA .
Do you uses FileZilla by any chance?
Not for this. It is a local server
On Tue, Aug 18, 2020, 9:13 AM Falco Peijnenburg notifications@github.com wrote:
Do you uses FileZilla by any chance?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/FPtje/DarkRP/issues/3045#issuecomment-675503628, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAULHAXFF2I2L63KRTOHUHLSBKECNANCNFSM4QCTZJUA .
It was broken because the server was out of date. It was missing table.IsEmpty function which was added in the past year or so.
Nope. fully up to date. But no worries fresh install fixed must have been currpt install
On Fri, Oct 16, 2020, 5:40 PM Jimbo notifications@github.com wrote:
It was broken because the server was out of date. It was missing table.IsEmpty function which was added in the past year or so.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/FPtje/DarkRP/issues/3045#issuecomment-710683651, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAULHAUHBDDPXMSVYT2HXNLSLDDUPANCNFSM4QCTZJUA .
Description of the bug
//: # (Describe the issue as accurately as possible All addons disabled, no edits made
How to make the bug happen
Clean install start server
Lua errors
[ERROR] gamemodes/darkrp/gamemode/libraries/tablecheck.lua:157: attempt to call field 'IsEmpty' (a nil value)
[ERROR] gamemodes/darkrp/gamemode/libraries/simplerr.lua:530: [ERROR] A runtime error has occurred in "lua/darkrp_customthings/jobs.lua" on line -1. The best help I can give you is this:
GAMEMODE.DefaultTeam is not set to an existing job.
Hints:
The responsibility for the error above lies with (the authors of) one (or more) of these files: jobs.lua, settings.lua, disabled_defaults.lua or any of your other custom files. ------- End of Simplerr error -------
Why the developer of DarkRP is responsible for this issue
No other addons installed no scripts running as far as i can tell. srcds.exe -console -game garrysmod +map gm_construct +gamemode darkrp +maxplayers 4 -condebug
Other Info
My startup log startuplog.txt I have reinstalled darkrp