Command Palette
Search for a command to run...
TROUBLESHOOTING#
This page covers common issues and solutions for onex-creation.
Installation Issues#
Script Not Starting#
Symptoms: Resource fails to start, errors in server console
Solutions:
- Check dependencies are loaded first:
server.cfgensure ox_lib ensure onex-base ensure onex-interaction ensure onex-creation # Must be after dependencies
-
Verify all dependencies are installed:
- ox_lib
- oxmysql
- onex-base
- onex-interaction
-
Check for syntax errors:
- Look for Lua syntax errors in console
- Verify config files have no typos
-
Update artifacts:
- Minimum: 7290+
- Recommended: Latest stable
Getting Help#
If issues persist:
- Check server console for error messages
- Enable debug mode for detailed logging
- Verify all dependencies are up to date
- Test in clean environment (disable other scripts)
- Check documentation for configuration errors
Most issues are caused by incorrect configuration or missing dependencies. Always check these first.
Quick Checklist#
Before reporting issues, verify:
- All dependencies are installed and started in order
- Database table exists and is accessible
- Config files have no syntax errors
- Server artifacts are up to date
- shows no errors (server and client [f8] console)