Server Console Auto-Close [SOLVED]

After like many hours server uptime it console just closes.
60019647-f721-4b1d-a96f-665b3212e81c.dmp (1.9 MB)

Pretty sure your server has crashed after a while, what is your server.cfg and server specs?

Here it is

EDIT: Below the hardcap is r c o n log

set es_enableCustomData 1 
set mysql_connection_string "server=SERVER;database=DATABASE;userid=USER;password=PASSWORD" 
endpoint_add_tcp "0.0.0.0:30120" 
endpoint_add_udp "0.0.0.0:30120" 
sv_maxclients 100
exec permissions.cfg
# You probably don't want to change these!
# Only change them if you're using a server with multiple network interfaces.


# These resources will start by default.
start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start pNotify
start loadingscreen
start vMenu
start mysql-async
start gcphone
start essentialmode
start esplugin_mysql
start es_admin2
## From ESX Pack ##
start async
start cron
start es_extended
start instance
start skinchanger
start esx_addons_gcphone
start esx_menu_default
start esx_menu_dialog
start esx_menu_list
start esx_addonaccount
start esx_addoninventory
start esx_society
start esx_scoreboard
start esx_ambulancejob
start esx_animations
start esx_barbershop
start esx_basicneeds
start esx_billing
start esx_clotheshop
start esx_datastore
start esx_dmvschool
start esx_drugs
start esx_holdup
start esx_identity
start esx_joblisting
start esx_jobs
start esx_license
start esx_lscustom
start esx_mechanicjob
start esx_optionalneeds
start esx_policejob
start esx_property
start esx_rpchat
start esx_service
start esx_shops
start esx_skin
start esx_status
start esx_customui
start esx_hungerthirst
start esx_taxijob
start esx_vehicleshop
start esx_voice
start esx_weaponshop
start esx_inventoryhud
start esx_inventoryhud_trunk
start esx_truckerjob
start esx_illegal_drugs
start esx_moneywash
start esx_legacyfuel
start esx_doorlock
start esx_outlawalert
start esx_improvedchat
start esx_advancedgarage
start esx_oysterjob
start esx_personmeny
start esx_pushvehicle
start esx_tattoosShops
start esx_duty
start esx-qalle-jail
start esx_truckshop
start esx_vangelico_robbery
start esx_spectate
start esx_accessories
start esx_givegarkeys

## End of ESX Pack ##
start NativeUI
start eup-stream
start FiveM-BanSql-1.0.7a
start rs9000
start medSystem
start ReducedNPCs
start Vathalla
start BlackScreenFix
start lux_vehcontrol
start mythic_notify
start mythic_progbar
start mythic_hospital
start new_banking
start noplayerblips
start interiorfix
start DeWeaponizedVehicles
start SimpleCarHUD
start VehicleLists
start VehicleSystem
start rpinteraction
start PetaM
start PetaD
start PvP
start holster
start mythic_notify
start logs
start dLogs
start Logo
start Filterscripts
start IdentificationSystem
start general
start DrugLabs
start gamz-voice
start eup-ui
add_ace resource.essentialmode command.add_principal allow
add_ace resource.essentialmode command.add_ace allow

# This allows players to use scripthook based plugins such as lambda menu.
# Set this to 0 to disallow scripthook.
sv_scriptHookAllowed 0

# Uncomment this to enable RCON. Make sure to change the password.
rcon_password PASSWORD

# A comma-separated list of tags for your server.
# For example:
# - sets tags "drifting, cars, racing"
# Or:
# - sets tags "roleplay, military, tanks"
sets tags "rolepay, illicit drugs, robbery, custom jobs, custom cars, cardealership, custom scripts, whitelisted factions, police, ems, mechanic, sa-mp edition, singapore, german, global"

# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "http://url.to/image.png"
#sets banner_connecting "http://url.to/image.png"

# Set your server's hostname
sv_hostname "^SERVER NAME"

# Nested configs!
#exec server_internal.cfg

# Loading a server icon (96x96 PNG file)
load_server_icon zap96x96.png

# convars which can be used in scripts
set temp_convar "hey world!"

# Uncomment this line if you do not want your server to be listed in the server browser.
sv_master1 ""

# Want to only allow players authenticated with a third-party provider like Steam?
# Don't forget Social Club is a third party provider too!
#sv_authMaxVariance 1
#sv_authMinTrust 5

# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit


# Hide player endpoints in external log output.
sv_endpointprivacy true


onesync_enabled 1
set sv_licensekey " "

FixeD