Server Not Recognizing Folders (resources, system)

Currently trying to boot my server it is reading all the files except the folders for the server (resources, system) I also deleted my Cache to see if that would work and it doesn’t. When I try to connect to the server is says [BROKEN DO NOT JOIN]. I also tried changing the folders perms but that did nothing. Obviously the folders are there when I /ls.

Here is the console error I’m getting

2017-06-24 20:38:49.1139|ERROR|CitizenMP.Server|Error creating script environment for resource mapmanager: Object reference not set to an instance of an object
2017-06-24 20:38:49.1204|ERROR|CitizenMP.Server| at [U] Neo.IronLua.LuaStackTraceDebugger+LuaStackTraceChunk.InitChunk(Delegate chunk)
2017-06-24 20:38:49.1207|ERROR|CitizenMP.Server| at [U] Neo.IronLua.LuaStackTraceDebugger.Neo.IronLua.ILuaDebug.CreateChunk(Lua lua,LambdaExpression expr)
2017-06-24 20:38:49.1207|ERROR|CitizenMP.Server| at [U] Neo.IronLua.Lua.CompileChunk(String chunkName,LuaCompileOptions options,TextReader tr,IEnumerable`1 args)
2017-06-24 20:38:49.1207|ERROR|CitizenMP.Server| at [U] Neo.IronLua.Lua.CompileChunk(TextReader tr,String name,LuaCompileOptions options,KeyValuePair`2[] args)
2017-06-24 20:38:49.1207|ERROR|CitizenMP.Server| at [U] Neo.IronLua.LuaDeskop.CompileChunk(Lua lua,String sFileName,LuaCompileOptions options,KeyValuePair`2[] args)
2017-06-24 20:38:49.1207|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:49.1207|ERROR|CitizenMP.Server|Resource mapmanager caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:49.1223|INFO|CitizenMP.Server|Found resource race in resources/[gamemodes]/race.
2017-06-24 20:38:49.5345|ERROR|CitizenMP.Server|Error creating script environment for resource race: Object reference not set to an instance of an object
2017-06-24 20:38:49.5348|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:49.5348|ERROR|CitizenMP.Server|Resource race caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:49.5348|INFO|CitizenMP.Server|Found resource race-test in resources/[gamemodes]/race-test.
2017-06-24 20:38:49.9139|ERROR|CitizenMP.Server|Error creating script environment for resource race-test: Object reference not set to an instance of an object
2017-06-24 20:38:49.9139|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:49.9139|ERROR|CitizenMP.Server|Resource race-test caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:49.9139|INFO|CitizenMP.Server|Found resource channelfeed in resources/[gameplay]/channelfeed.
2017-06-24 20:38:50.3031|ERROR|CitizenMP.Server|Error creating script environment for resource channelfeed: Object reference not set to an instance of an object
2017-06-24 20:38:50.3031|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:50.3031|ERROR|CitizenMP.Server|Resource channelfeed caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:50.3064|INFO|CitizenMP.Server|Found resource irc in resources/[gameplay]/irc.
2017-06-24 20:38:50.6816|ERROR|CitizenMP.Server|Error creating script environment for resource irc: Object reference not set to an instance of an object
2017-06-24 20:38:50.6819|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:50.6819|ERROR|CitizenMP.Server|Resource irc caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:50.6819|INFO|CitizenMP.Server|Found resource obituary in resources/[gameplay]/obituary.
2017-06-24 20:38:51.0420|ERROR|CitizenMP.Server|Error creating script environment for resource obituary: Object reference not set to an instance of an object
2017-06-24 20:38:51.0420|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:51.0420|ERROR|CitizenMP.Server|Resource obituary caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:51.0420|INFO|CitizenMP.Server|Found resource obituary-deaths in resources/[gameplay]/obituary-deaths.
2017-06-24 20:38:51.4068|ERROR|CitizenMP.Server|Error creating script environment for resource obituary-deaths: Object reference not set to an instance of an object
2017-06-24 20:38:51.4068|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:51.4068|ERROR|CitizenMP.Server|Resource obituary-deaths caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:51.4068|INFO|CitizenMP.Server|Found resource mapmanager in resources/[managers]/mapmanager.
2017-06-24 20:38:51.7724|ERROR|CitizenMP.Server|Error creating script environment for resource mapmanager: Object reference not set to an instance of an object
2017-06-24 20:38:51.7727|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:51.7727|ERROR|CitizenMP.Server|Resource mapmanager caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:51.7727|INFO|CitizenMP.Server|Found resource baseevents in resources/[system]/baseevents.
2017-06-24 20:38:52.1243|ERROR|CitizenMP.Server|Error creating script environment for resource baseevents: Object reference not set to an instance of an object
2017-06-24 20:38:52.1243|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:52.1247|ERROR|CitizenMP.Server|Resource baseevents caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:52.1247|INFO|CitizenMP.Server|Found resource chat in resources/[system]/chat.
2017-06-24 20:38:52.5414|ERROR|CitizenMP.Server|Error creating script environment for resource chat: Object reference not set to an instance of an object
2017-06-24 20:38:52.5417|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:52.5417|ERROR|CitizenMP.Server|Resource chat caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:52.5417|INFO|CitizenMP.Server|Found resource hardcap in resources/[system]/hardcap.
2017-06-24 20:38:52.9250|ERROR|CitizenMP.Server|Error creating script environment for resource hardcap: Object reference not set to an instance of an object
2017-06-24 20:38:52.9250|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:52.9250|ERROR|CitizenMP.Server|Resource hardcap caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:52.9250|INFO|CitizenMP.Server|Found resource ■■■■■■■ in resources/[system]/■■■■■■■.
2017-06-24 20:38:53.3059|ERROR|CitizenMP.Server|Error creating script environment for resource ■■■■■■■: Object reference not set to an instance of an object
2017-06-24 20:38:53.3059|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:53.3059|ERROR|CitizenMP.Server|Resource ■■■■■■■ caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:53.3059|INFO|CitizenMP.Server|Found resource scoreboard in resources/[system]/scoreboard.
2017-06-24 20:38:53.6813|ERROR|CitizenMP.Server|Error creating script environment for resource scoreboard: Object reference not set to an instance of an object
2017-06-24 20:38:53.6813|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:53.6817|ERROR|CitizenMP.Server|Resource scoreboard caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:53.6817|INFO|CitizenMP.Server|Found resource sessionmanager in resources/[system]/sessionmanager.
2017-06-24 20:38:54.0607|ERROR|CitizenMP.Server|Error creating script environment for resource sessionmanager: Object reference not set to an instance of an object
2017-06-24 20:38:54.0607|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:54.0607|ERROR|CitizenMP.Server|Resource sessionmanager caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:54.0607|INFO|CitizenMP.Server|Found resource spawnmanager in resources/[system]/spawnmanager.
2017-06-24 20:38:54.4327|ERROR|CitizenMP.Server|Error creating script environment for resource spawnmanager: Object reference not set to an instance of an object
2017-06-24 20:38:54.4327|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:54.4327|ERROR|CitizenMP.Server|Resource spawnmanager caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:54.4327|INFO|CitizenMP.Server|Found resource betaguns in resources/[test]/betaguns.
2017-06-24 20:38:54.8065|ERROR|CitizenMP.Server|Error creating script environment for resource betaguns: Object reference not set to an instance of an object
2017-06-24 20:38:54.8068|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:54.8068|ERROR|CitizenMP.Server|Resource betaguns caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:54.8068|INFO|CitizenMP.Server|Found resource gameInit in resources/[test]/gameInit.
2017-06-24 20:38:55.1773|ERROR|CitizenMP.Server|Error creating script environment for resource gameInit: Object reference not set to an instance of an object
2017-06-24 20:38:55.1773|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:55.1776|ERROR|CitizenMP.Server|Resource gameInit caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:55.1776|INFO|CitizenMP.Server|Found resource keks in resources/[test]/keks.
2017-06-24 20:38:55.5577|ERROR|CitizenMP.Server|Error creating script environment for resource keks: Object reference not set to an instance of an object
2017-06-24 20:38:55.5577|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:55.5577|ERROR|CitizenMP.Server|Resource keks caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:55.5577|INFO|CitizenMP.Server|Found resource fivem in resources/fivem.
2017-06-24 20:38:55.9268|ERROR|CitizenMP.Server|Error creating script environment for resource fivem: Object reference not set to an instance of an object
2017-06-24 20:38:55.9268|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:55.9268|ERROR|CitizenMP.Server|Resource fivem caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:55.9268|INFO|CitizenMP.Server|Found resource fivem-awesome1501 in resources/fivem-awesome1501.
2017-06-24 20:38:56.2868|ERROR|CitizenMP.Server|Error creating script environment for resource fivem-awesome1501: Object reference not set to an instance of an object
2017-06-24 20:38:56.2868|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:56.2868|ERROR|CitizenMP.Server|Resource fivem-awesome1501 caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:56.2868|INFO|CitizenMP.Server|Found resource fivem-map-hipster in resources/fivem-map-hipster.
2017-06-24 20:38:56.6525|ERROR|CitizenMP.Server|Error creating script environment for resource fivem-map-hipster: Object reference not set to an instance of an object
2017-06-24 20:38:56.6528|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:56.6528|ERROR|CitizenMP.Server|Resource fivem-map-hipster caused an error during loading. Please see the above lines for details.
.2017-06-24 20:38:56.6528|INFO|CitizenMP.Server|Found resource fivem-map-skater in resources/fivem-map-skater.
2017-06-24 20:38:57.0328|ERROR|CitizenMP.Server|Error creating script environment for resource fivem-map-skater: Object reference not set to an instance of an object
2017-06-24 20:38:57.0328|ERROR|CitizenMP.Server| at [U] CitizenMP.Server.Resources.ScriptEnvironment.Create()
2017-06-24 20:38:57.0328|ERROR|CitizenMP.Server|Resource fivem-map-skater caused an error during loading. Please see the above lines for details.
2017-06-24 20:38:57.0328|INFO|CitizenMP.Server|Starting game server on port 30120
2017-06-24 20:38:57.0944|INFO|CitizenMP.Server|Starting HTTP server on port 30120
2017-06-24 20:38:57.2340|ERROR|CitizenMP.Server|Could not find auto-started resource chat.
2017-06-24 20:38:57.2340|ERROR|CitizenMP.Server|Could not find auto-started resource spawnmanager.
2017-06-24 20:38:57.2340|ERROR|CitizenMP.Server|Could not find auto-started resource fivem-map-skater.
2017-06-24 20:38:57.2340|ERROR|CitizenMP.Server|Could not find auto-started resource baseevents.
2017-06-24 20:38:57.2340|ERROR|CitizenMP.Server|Could not find auto-started resource ■■■■■■■.
2017-06-24 20:38:57.2340|ERROR|CitizenMP.Server|Could not find auto-started resource hardcap.
2017-06-24 20:38:57.2340|ERROR|CitizenMP.Server|Could not find auto-started resource scoreboard.
2017-06-24 20:38:57.2340|ERROR|CitizenMP.Server|Could not find auto-started resource test.

Console Image
Main Directory
Folder Permissions

1 Like

Thank you! My files are loading but now I am getting this error (https://gyazo.com/d64c92a6415778a20b3e972599fcc00c)

EDIT: Fixed with sudo cert-sync /etc/ssl/certs/ca-certificates.crt

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.