Common Issues
List of common issue
β Error not exist in client-side | β Error getting entity control
If you encounter one of the following errors:
β Error not exist in client-side
β Error getting entity control
First, check if you are using OneSync and OneSync Infinity.
We also recommend adding the following settings to your server.cfg
:
onesync on
onesync_enableInfinity 1
onesync_distanceCullVehicles true
onesync_forceMigration true
onesync_population false
onesync_distanceCulling false
If the issue still persists while running a custom mission you created, use the debug method to verify that the transmitted data (such as networkId
, entityId
, etc.) is valid.
Error: Please update your config/config.lua file for Config.Sql (sql/nonsql)
If you encounter this error message in the server console, go to config/config.lua
and choose your database type: SQL or NoSQL.
The NoSQL option is only intended for MongoDB. In 99% of cases, you should leave the default option set to SQL.
Last updated
Was this helpful?