Resources
Troubleshooting

Troubleshooting

Here's a list basic troubleshooting steps for TAM_BugReports.

OX Lib related problems

Resource Startup Errors

  • Resource must be named TAM_BugReports to function properly! Aborting loadup.
    • You have renamed the resource. Please ensure that the resource name is exactly TAM_BugReports or else it wont work. This is cAsE sEnSiTiVe
  • Error loading fxmanifest! Aborting loadup.
  • Error loading Configuration. Please be sure that the config file exists and there aren't any syntax errors! Aborting loadup.
    • You messed up the data/configuration.lua file. This is usually related to a syntax error. Double check the file for any syntax errors or other mistakes.
  • Error loading locales directory. Please be sure the en.json file exists! Aborting loadup.
    • The file locales/en.json is missing! This is required. If you wish to add more languages, please read this (opens in a new tab).
  • Error loading UI! UI Not built! Aborting Loadup.
  • Missing dependency <insert dependency here>
    • You are missing the respective dependency. Please read this