Common Issues
Solutions to frequently encountered problems.
Menu Not Appearing
Problem
The radial menu doesn't show when you press your activation key or shortcut.
Solutions
Check permissions:
- Open System Settings > Privacy & Security
- Verify Radial has Accessibility permission enabled
- If not listed, add it manually
Restart the app:
- Quit Radial completely
- Relaunch from Applications folder
- Test the activation method again
Verify activation method:
- Open Radial settings
- Check Activation settings
- Make sure a modifier key or keyboard shortcut is set
- Try a different activation method
Check for conflicts:
- Your chosen shortcut might conflict with another app
- Try a different key combination
- Temporarily disable other utilities that use keyboard shortcuts
Macros Not Working
Problem
A macro doesn't execute or only partially executes.
Solutions
Check permissions:
- Open System Settings > Privacy & Security
- Verify Radial has Accessibility permission enabled
- If not listed, add it manually
Increase delays:
- Add longer delays between actions
- Some apps need more time to process commands
- Start with 1-2 second delays and adjust
Check keyboard shortcuts:
- Verify the shortcut works manually in the target app
- Some shortcuts differ between app versions
- Update the macro if shortcuts have changed
Verify app is active:
- Make sure the correct app is in focus before triggering the macro
- Some actions only work when their target app is frontmost
Test actions individually:
- Create a new macro with just one action
- Test each action from your failing macro separately
- Identify which specific action causes the problem
Debug AppleScript:
- If a macro is using AppleScript, try running it from script-editor to see any errors
Review file paths:
- Update paths to match your system
- Use absolute paths instead of relative ones
App-Specific Macros Not Showing
Problem
Your app-specific macros don't appear when you switch to that app.
Solutions
Verify app folder configuration:
- Open Radial settings
- Go to Menu Content > Macros
- Make sure you've created a folder for the specific app
- Confirm the app name matches exactly. It's recommended to use the browse file option to ensure name is correct.
Restart both apps:
- Quit the target app
- Quit Radial
- Launch Radial
- Launch the target app
- Test again
Permission Errors
Problem
Macros fail with permission errors or don't have access to perform certain actions.
Solutions
Grant Accessibility permission:
- System Settings > Privacy & Security > Accessibility
- Enable Radial
- Restart Radial
Grant Automation permission (if needed):
- System Settings > Privacy & Security > Automation
- Enable Radial to control other apps
- Grant permission for each app Radial needs to control
Files & Folders (if needed):
- System Settings > Privacy & Security > Full Disk Access
- Enable Radial if your macros access protected folders
- Only needed for macros that work with sensitive locations
AppleScript Errors
Problem
AppleScript actions fail or show error dialogs.
Solutions
Test in Script Editor:
- Open Script Editor
- Paste your AppleScript
- Run it directly to see detailed error messages
- Fix errors there, then update your macro
Check app support:
- Not all apps support AppleScript
- Open Script Editor > File > Open Dictionary
- Search for your target app to see if it's scriptable
Add error handling:
try
-- your script here
on error errMsg
display dialog "Error: " & errMsg
end try
Insert Text Not Working
Problem
Insert Text action doesn't type anything or types in the wrong place.
Solutions
Ensure cursor is in text field:
- Click in a text field before triggering the macro
- Some apps need focus on a specific text area
Add a delay before inserting:
1. Simulate Keyboard Shortcut → [to focus field]
2. Delay → 0.5 seconds
3. Insert Text → [your text]
Keyboard Shortcuts Not Triggering
Problem
Simulate Keyboard Shortcut action doesn't work in the target app.
Solutions
Verify the shortcut manually:
- Test the keyboard shortcut by pressing it yourself
- Make sure it works in the current app version
Check for conflicts:
- Another app might be intercepting the shortcut
- Try the shortcut while other utilities are quit
Add focus action first:
1. Open App → [target app]
2. Delay → 1 second
3. Simulate Keyboard Shortcut → [your shortcut]
Try alternative methods:
- Try the same action with AppleScript
License Issues
Problem
License key not working or trial expired.
Solutions
Check email:
- License key is sent to your email after purchase
- Check spam folder
- Search for emails from hello@appverge.net
Recover license:
- Open Radial
- On page 4 of the onboarding process
- Click "Recover License"
- Enter your email address
Verify purchase:
- Make sure the purchase was completed successfully
- Check your bank statement or email receipt
Contact support:
- Email support@appverge.net with your purchase details
- Include order number if available
Getting More Help
If these solutions don't fix your issue:
- Check documentation — Browse other help pages for specific topics
- Contact support — Email support@appverge.net with:
- Detailed description of the problem
- Steps to reproduce it
- macOS version
- Radial version
- Screenshots if relevant
Include as much detail as possible when asking for help. The more information provided, the faster support can assist you.