Troubleshooting
This section helps you quickly identify and fix common issues when working with the radial menu, including missing categories, items not appearing, or conditions not behaving as expected. Follow these tips to debug problems efficiently and ensure your menu works correctly in all situations.
Category ID must be a non-empty string
Check if
categoryIdwas provided and is not emptyMake sure it's a string, not a number
Category with ID '...' already exists
The category ID has already been used
Choose a unique ID for your category
It's recommended to use format:
"yourresource_categoryname"
Parent category '...' not found
The specified parent category does not exist
Check if the parent category was created before this one
If using a config category, verify the label is correct
Category '...' not found" (when adding item)
The category where you're trying to add the item does not exist
Check if
categoryIdis correct (can be ID or label)If using label, make sure it matches exactly the label in config
Item does not appear in menu
Check if job/gang restrictions are correct
If using
caninteract, make sure the function returnstrueEnable
Config.Debug = truein config.lua to see debug logsCheck if the category has visible items (empty categories are hidden)