After loading my new map into my server and I start it right as my local hosted server is about to finsish starting up I get this error then it freezes there. Here Is a screenshot

After loading my new map into my server and I start it right as my local hosted server is about to finsish starting up I get this error then it freezes there. Here Is a screenshot

Check your server log for the full error.
NullReferenceException: Object reference not set to an instance of an object
at ResourceDepositManager.GetOrCreate (UnityEngine.Vector3 pos) [0x00005] in <bd55da73323340f6bdbb8f35571e6ed4>:0
at MiningQuarry.ServerInit () [0x00021] in <bd55da73323340f6bdbb8f35571e6ed4>:0
at BaseNetworkable.Spawn () [0x00035] in <bd55da73323340f6bdbb8f35571e6ed4>:0
at BaseEntity.Spawn () [0x00000] in <bd55da73323340f6bdbb8f35571e6ed4>:0
at BaseEntity.SpawnAsMapEntity () [0x00096] in <bd55da73323340f6bdbb8f35571e6ed4>:0
at ServerMgr.SpawnMapEntities () [0x00015] in <bd55da73323340f6bdbb8f35571e6ed4>:0
at ServerMgr.Initialize (System.Boolean loadSave, System.String saveFile, System.Boolean allowOutOfDateSaves, System.Boolean skipInitialSpawn) [0x0002c] in <bd55da73323340f6bdbb8f35571e6ed4>:0
at Bootstrap+<StartServer>d__19.MoveNext () [0x002fb] in <bd55da73323340f6bdbb8f35571e6ed4>:0
at UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) [0x00026] in <745c4d442eef4e08b35b5975d62d89d1>:0
Merged post
That is the error shown in the log.