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.

Last updated

Was this helpful?