Compilation errors
Compilation errors
Update your Rust toolchain, clean the build cache, and rebuild:
Missing system dependencies
Missing system dependencies
The app requires platform-specific build tools to compile.WindowsInstall Visual Studio Build Tools with the C++ build tools component:LinuxInstall the required packages for your distribution:macOSInstall Xcode Command Line Tools:
Database download fails
Database download fails
Check your internet connection
Ensure you have a working internet connection. The app needs to reach VRChat’s servers to download avatar databases.
Check firewall settings
Verify that your firewall is not blocking outbound HTTPS connections from the app.
Let the app retry
The app retries failed downloads automatically. Wait a moment and check if the download resumes.
Login fails
Login fails
- Verify your credentials: Confirm your VRChat username and password are correct.
- Check 2FA setup: If your account has two-factor authentication enabled, make sure you are entering the code from the correct authenticator app.
- Cookie permissions: Ensure the app can read and write
config.jsonin its working directory. Restricted file system permissions can prevent cookies from being saved.
App won't start
App won't start
Run the app with debug logging enabled to see detailed error output:Review the output in your terminal for error messages that identify the cause.
Avatar images not loading
Avatar images not loading
- Check network connectivity: The app fetches avatar images from VRChat’s CDN. Confirm you have an active internet connection.
- Re-login: Your auth cookie may have expired. Switch to the Login module from the top bar and log in again. A fresh session will restore image loading.
Search returns no results
Search returns no results
- Verify the database was downloaded: Check that
cache/avatar_entries.ndjsonexists. If the file is missing, the Database Downloader module needs to run first. Relaunch the app or switch to the Database Downloader module manually. - Refine your search terms: Search scans avatar names, descriptions, and author names. Try shorter or more general keywords to confirm results are being returned at all.
Debug mode
Set theRUST_LOG environment variable to debug before launching to enable verbose logging: