Error assertion failed

When starting my server in a virtual machine I am getting this error, and in my local machine with the same files and bank are perfect.
I wonder if possible how can I solve this problem.
I’m new here, tell me if I can tell you something about this incident.

**GTA V version? lasted
**Up to date? yes
**Legit or Pirate copy? Legit
**Steam/CD/Social Club? Social Club
**Windows version? Windows Server 2019
**Did you try to delete caches.xml and try again? yes
**Error screenshot (if any) Yes


System specifications
2.20 GHZ - 8GB Ram - 50GB SSD
**What server did you get this issue on? No

If an issue with starting: Start Server
GTA V folder screenshot
GTA V/update/x64/dlcpacks screenshot
Filepath to FiveM folder
C:\servidor\server
FiveM client folder screenshot


Did you try to disable/uninstall your Anti-virus? Yes
Error

server thread hiC:\Windows\system32\cmd.exe - ..\run.cmd   +exec server.cfg[564]: c:\gl\builds\4ff63adb\0\cfx\fivem\vendor\node\src\connection_wrap.cc:t81: Assertion `c(req_wrap) != (nullptr)' failed.
h warning: timer interval of 187 milliseconds
 1: node::AddPromiseHook
 2: node::MakeCallback
 3: uv_write2
 4: uv_loop_init
 5: uv_run
 6: net::TcpServerManager::GetLoop
 7: net::TcpServerManager::GetLoop
 8: o_exp
 9: BaseThreadInitThunk
10: RtlUserThreadStart

server.cfg

point_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

set mysql_connection_string "server=127.0.0.1;database=essentialmode;userid=root;password="
set es_enableCustomData 1
sv_scriptHookAllowed 1
rcon_password blablablabla
sv_hostname "RP Ghost Squad"
set temp_convar "ESX"
sv_maxclients 32
# disable announcing? clear out the master by uncommenting this
#sv_master1 ""

# want to only allow players authenticated with a third-party provider like Steam?
sv_authMaxVariance 1
sv_authMinTrust 1

# add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_ace resource.essentialmode command.add_ace allow
add_ace resource.essentialmode command.add_principal allow
add_principal identifier.steam:11000010acf15e9 group.admin # add the admin to the group
# hide player endpoints in external log output

sv_endpointprivacy true

start mapmanager
start chat
start spawnmanager
start sessionmanager
start fivem
start hardcap
start ■■■■■■■
start scoreboard
start fivem-ipl

start mysql-async
start async
start playernames

start essentialmode
add_ace resource.essentialmode command.sets allow
add_ace resource.essentialmode command.add_principal allow
add_ace resource.essentialmode command.add_ace allow
start esplugin_mysql
start es_admin2
start es_extended

start instance
start cron
start esx_identity
start skinchanger
start esx_skin
start esx_menu_default
start esx_menu_list
start esx_menu_dialog
start esx_phone
start esx_addonaccount
start esx_addoninventory
start esx_datastore
start esx_society
start esx_service
start esx_billing
#start esx_garage
start esx_drp_garage

start esx_jobs
start esx_joblisting
start esx_property
start esx_license
start esx_mechanicjob
start esx_policejob
start esx_realestateagentjob
start esx_ambulancejob
start esx_vehicleshop
start esx_blanchisseur
start esx_vehicle_inventory
start esx_radars
start esx_marker

start nb_menuperso
start new_banking

start pillbox

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

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

# A comma-separated list of tags for your server.
# For example:
# - sets tags "drifting, cars, racing"
# Or:
# - sets tags "roleplay, military, tanks"
sets tags "default"

# 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 "RP Ghost Squad"

# Nested configs!
#exec server_internal.cfg

# Loading a server icon (96x96 PNG file)
#load_server_icon myLogo.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
add_principal identifier.steam:11000010acf15e9 group.admin # add the admin to the group

# Hide player endpoints in external log output.
sv_endpointprivacy true

# Server player slot limit (must be between 1 and 32)


# License key for your server (https://keymaster.fivem.net)
sv_licenseKey my Key 

Also add what you already tried so far.

Hello, this is a friendly reminder because this is your first time creating a topic (or it has been a while since your last topic) in this category.

Please note that most of the support is provided by the FiveM community on a voluntary basis. We ask you to be patient; there is no guarantee we have a solution to your problem(s). To avoid unnecessary/duplicate topics, please browse the forums before creating a topic.

To improve your chances of your issue(s) being solved, please provide as much information as possible about the issue(s) you are having. Also —whenever possible— please use the template given to you when creating a topic.

Thanks for keeping these forums tidy!
:mascot:

BTW i would delete your license key in the screen shot
Someone could steal it

2 Likes

thank you! already edited

I downgraded to Windows Server 2012 and was able to upload the server as usual on my machine. Thank you

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