Skip to content

Troubleshooting

Use this section to diagnose common installation and configuration problems with WaCKPaCK Development Studios resources.

Resource Does Not Start

Check the server console for the first error related to the resource.

Confirm that:

  • The resource folder name is correct
  • Required dependencies are installed
  • Dependencies start before the resource
  • The resource is listed in server.cfg
  • The installed resource version matches the documentation

Missing Dependency

A missing dependency may produce an error similar to:

Could not find dependency wp_bridge

Make sure the dependency is installed and starts first:

ensure ox_lib
ensure oxmysql
ensure wp_bridge
ensure wp_moneywash

The exact start order may vary by resource.

Target Interaction Does Not Appear

Confirm that:

  • A supported target resource is running
  • The correct target system is selected in the configuration
  • The player is close enough to the configured location
  • The configured coordinates are valid
  • The client console does not show target registration errors

Database Errors

Confirm that:

  • oxmysql is running
  • The included SQL file was imported
  • The database tables exist
  • Your database connection is working
  • The installed SQL matches the installed resource version

Configuration Errors

After editing a Lua configuration file, check for:

  • Missing commas
  • Missing quotation marks
  • Unclosed tables
  • Incorrect resource names
  • Invalid coordinate values
  • Unsupported configuration options

Requesting Support

When requesting support, include:

  • Resource name and version
  • Framework and version
  • Inventory system
  • Target system
  • Full console error
  • Steps required to reproduce the problem

Do not provide passwords, license keys, database credentials, or other private server information.