Troubleshooting
Solutions to common issues and frequently asked questions.
The Windows desktop app is not available in this release. Windows-specific troubleshooting below applies once the Windows build is released.
Installation Issues
Desktop App Won't Install
Windows: "Windows protected your PC" warning
Solution:
- Click More info
- Click Run anyway
This is a SmartScreen warning for new applications. Rock Smith is safe to install.
macOS: "Rock Smith can't be opened because it is from an unidentified developer"
Solution:
- Right-click the Rock Smith app
- Select Open
- Click Open in the confirmation dialog
Or temporarily disable Gatekeeper:
sudo spctl --master-disable
Linux: AppImage won't execute
Solution:
- Ensure the AppImage has execute permissions:
chmod +x "Rock Smith QA Platform_0.3.30_amd64.AppImage"
- If you get missing dependencies error, install required libraries:
# Ubuntu/Debian
sudo apt-get install libgtk-3-0 libnotify4 libnss3 libxss1 libxtst6 xdg-utils libatspi2.0-0 libdrm2 libgbm1 libxcb-dri3-0
# Fedora
sudo dnf install gtk3 libnotify nss libXScrnSaver libXtst xdg-utils at-spi2-core libdrm mesa-libgbm libxcb
# Arch Linux
sudo pacman -S gtk3 libnotify nss libxss libxtst xdg-utils at-spi2-core libdrm mesa
- If FUSE is required, install it:
# Ubuntu/Debian
sudo apt-get install fuse libfuse2
# Fedora
sudo dnf install fuse fuse-libs
# Arch Linux
sudo pacman -S fuse2
Checksum Verification Failed
Symptom: SHA256 checksum doesn't match the official value
Important: A mismatched checksum indicates the file may be corrupted or tampered with.
Solution:
- Do NOT install the file - Delete the downloaded installer
- Clear your browser cache
- Download again from the official download page where you can find the latest version and verified checksums
- Verify the checksum again using the correct command for your platform:
# Windows (PowerShell)
Get-FileHash "Rock Smith QA Platform_0.3.30_x64-setup.exe" -Algorithm SHA256
# macOS
shasum -a 256 "Rock Smith QA Platform.app.tar.gz"
# Linux
sha256sum "Rock Smith QA Platform_0.3.30_amd64.AppImage"
- If the checksum still doesn't match, contact support immediately
Windows NSIS Installer Issues
Symptom: NSIS installer shows errors or won't complete installation
Solutions:
"NSIS Error: Error launching installer"
- The downloaded file may be corrupted - verify the SHA256 checksum first
- Download the installer again
- Run as Administrator (right-click > Run as administrator)
- Temporarily disable antivirus during installation
"Installer integrity check has failed"
- This indicates file corruption - verify SHA256 checksum against the value on the download page
- Re-download from the official download page
- Ensure your disk has adequate free space (500+ MB)
Installation hangs or freezes
- Close the installer
- Restart your computer
- Disable antivirus temporarily
- Run the installer as Administrator
App Won't Launch
Symptom: Double-clicking app does nothing
Solutions:
- Check system requirements: Verify your OS version meets minimum requirements
- Restart computer: Simple reboot often resolves launch issues
- Reinstall app: Completely uninstall and reinstall Rock Smith
- Check antivirus: Some antivirus software blocks Electron apps - add exception
Still not working? Contact support with:
- Operating system and version
- Error messages (if any)
- Steps taken before issue occurred
Authentication Issues
Can't Sign In
Symptom: Login fails with "Invalid credentials" or similar error
Solutions:
- Reset password: Click "Forgot password" and follow email instructions
- Check email: Ensure you're using the correct email address
- Clear app cache:
- Windows:
%APPDATA%\Rock Smith\ - macOS:
~/Library/Application Support/Rock Smith/ - Linux:
~/.config/Rock Smith/
- Windows:
- Verify account: Check your email for verification link if recently signed up
Testing Issues
Test Won't Start
Symptom: Clicking "Run Test" does nothing or shows error
Common Causes & Solutions:
Insufficient Credits
- Check credit balance in top-right corner
- Purchase more credits or upgrade plan
- Go to Account Settings > Credits
Invalid URL
- Ensure URL includes protocol (
https://orhttp://) - Check for typos in URL
- Verify site is accessible (not down or blocked)
Browser Permission Denied
- Grant Rock Smith permission to control browser
- Go to Settings > Permissions
- Re-authorize browser access
Network Connection Issue
- Check internet connection
- Disable VPN temporarily
- Check firewall settings
Test Fails or Times Out
Symptom: Test starts but fails to complete
Solutions:
For timeout errors:
- Test simpler page first (e.g., homepage only)
- Reduce test scope (single page instead of full site)
- Check if target site is slow to load
- Increase timeout in test settings
For authentication-protected sites:
- Configure authentication in test settings
- Provide valid credentials
- Use session cookie if form login doesn't work
- Test from network where site is accessible
For localhost/internal sites:
- Ensure site is running locally
- Check port number is correct
- Verify firewall allows local connections
- Use
127.0.0.1instead oflocalhostif issues persist
Unexpected Test Results
Symptom: Test reports issues that don't seem correct
Possible Causes:
False Positives (Issue Reported Incorrectly)
- Review the specific issue and screenshot
- Manually verify the issue exists
- If incorrect, report false positive via Report Issue button
- Rock Smith AI improves over time with feedback
Missed Issues (Known Issue Not Detected)
- AI detection may not catch all issues (targets 70-80% coverage)
- Supplement with manual testing for critical flows
- Report missed issues to help improve detection
- Consider increasing test scope or detail level
Dynamic Content Not Tested
- Ensure test includes interactions (clicks, scrolls)
- Configure test to trigger dynamic content
- Test authenticated states separately
Credit and Billing Issues
Credits Not Deducted/Added
Symptom: Credit balance doesn't update after test or purchase
Solutions:
- Refresh app: Click account icon > Refresh Balance
- Check transaction history: Account Settings > Usage
- Wait for sync: Stripe sync can take 1-2 minutes
- Contact support: If balance still incorrect after 5 minutes
Payment Failed
Symptom: Credit card declined or payment error
Solutions:
- Verify card details: Check card number, expiration, CVV
- Check billing address: Ensure address matches card billing address
- Try different card: Use alternative payment method
- Contact bank: Some banks block online subscriptions - authorize charge
- Retry payment: Account Settings > Billing > Retry Payment
Unexpected Overage Charges
Symptom: Billed for more credits than expected
Solutions:
- Review usage: Account Settings > Usage shows detailed breakdown
- Check test history: Verify all tests were intentional
- Contact support: If charges seem incorrect, we'll investigate
Report Issues
Report Not Generating
Symptom: Test completes but no report appears
Solutions:
- Check test history: Projects > Test History - report may be there
- Refresh app: Close and reopen Rock Smith
- Re-export report: Select test from history and click Export
- Check disk space: Ensure adequate storage for report files
- Contact support: Provide test ID from test history
Report Shows "Error" or Incomplete Data
Symptom: Report generated but shows errors or missing sections
Solutions:
- Re-run test: Sometimes transient issues affect single tests
- Check target site: Ensure site was accessible during test
- Review test logs: Test History > Select Test > View Logs
- Report bug: Use Report Issue button with test ID
Can't Export Report
Symptom: Export fails or exported file is corrupted
Solutions:
For HTML exports:
- Ensure adequate disk space
- Try exporting to different location
- Disable antivirus temporarily
- Use "Save as ZIP" option
For JSON/Markdown/XML exports:
- Check file permissions on destination folder
- Try exporting to desktop first
- Verify filename doesn't have special characters
- Ensure adequate disk space
Performance Issues
App is Slow or Unresponsive
Symptom: Rock Smith desktop app lags or freezes
Solutions:
- Close other applications: Free up system resources
- Restart app: Close and reopen Rock Smith
- Update app: Ensure you're running latest version
- Check system resources: Verify adequate RAM available
Tests Take Too Long
Symptom: Tests run much longer than expected
Possible Causes:
- Large site: More pages = more time
- Slow target site: If site itself is slow, test takes longer
- Complex interactions: Dynamic content adds time
- Network latency: Slow connection affects test speed
Solutions:
- Reduce test scope (fewer pages)
- Test faster pages first
- Use wired connection instead of WiFi
- Run tests during off-peak hours
Browser Issues
Browser Window Doesn't Open
Symptom: Test starts but no browser window appears
Solutions:
- Check browser installation: Ensure Chrome is installed
- Grant permissions: Allow Rock Smith to control browser
- Disable headless mode: Settings > Testing > Uncheck "Headless mode"
- Reinstall browser: Update or reinstall Chrome
Browser Crashes During Test
Symptom: Browser closes unexpectedly during testing
Solutions:
- Update browser: Ensure Chrome is latest version
- Disable extensions: Browser extensions can interfere
- Increase memory: Close other browser windows
- Test simpler pages: Complex pages may cause crashes
Connection Issues
"Connection Lost" Errors
Symptom: Tests fail with connection errors
Solutions:
- Check internet: Verify stable internet connection
- Disable VPN: VPNs can interfere with testing
- Check firewall: Ensure Rock Smith can access internet
- Restart router: Sometimes router reset helps
- Contact support: May be service outage
Can't Test Internal/Localhost Sites
Symptom: Error testing localhost or internal network sites
Solutions:
- Verify site is running: Ensure development server is active
- Check port: Confirm port number is correct
- Use IP address: Try
127.0.0.1instead oflocalhost - Firewall exception: Allow Rock Smith through firewall
- Network permissions: Some corporate networks block local testing
Getting Help
Before Contacting Support
Gather this information:
- Rock Smith version: Settings > About
- Operating system: Windows/macOS/Linux and version
- Test ID: From test history if issue is test-related
- Error messages: Screenshot or copy exact error text
- Steps to reproduce: What you did before issue occurred
How to Contact Support
Email Support
- Address: support@rocksmith.ai
- Response time: Within 24 hours (faster for paid plans)
- Best for: Non-urgent issues, detailed problems
What to Include in Support Requests
For Test Issues:
- Test ID from test history
- Target URL being tested
- Expected vs actual behavior
- Screenshot of issue
For Billing Issues:
- Account email
- Transaction ID or date
- Description of issue
For App Issues:
- Operating system and version
- Rock Smith version
- Steps to reproduce
- Error messages or screenshots
Known Issues
Current Known Issues
We're actively working on these:
Windows: Some antivirus software flags the NSIS installer (false positive)
- Workaround: Add exception for Rock Smith in antivirus settings
- Always verify: Check SHA256 checksum before installation to ensure file integrity
macOS: Gatekeeper warnings on first launch
- Workaround: Right-click > Open instead of double-clicking
- Always verify: Check SHA256 checksum before installation
Linux: AppImage requires FUSE on some distributions
- Workaround: Install FUSE libraries (see Installation Issues above)
- Alternative: Extract and run AppImage with
--appimage-extract-and-runflag - Always verify: Check SHA256 checksum before running