-
-
Notifications
You must be signed in to change notification settings - Fork 295
Home
Natsumi edited this page Nov 12, 2025
·
11 revisions
Welcome to the VRCX wiki!
Here you'll find feature documentation, developer resources, and general information such as info below.
- All VRCX data is stored in a SQLite database inside your
%AppData%\VRCXfolderVRCX.sqlite3,VRCX.sqlite3-shm,VRCX.sqlite3-walandVRCX.jsoncontains a few extra settings. - TL;DR: Copy
%AppData%\VRCX(C:\Users\user\AppData\Roaming\VRCX) folder from your old PC to the same location on your new PC.
This can be caused by a many different things here's a list of things to try:
- VRCX memory leak, hopefully this wont be an issue for long.
- Install Microsoft Visual C++ Redistributable 2019.
- Reboot your computer, maybe another process is trying to read the database file.
- Disable antivirus software, Avast and AVG are known to delete Cef/VRCX.
- Remove AVerMedia AssistCentral this is known to cause problems with VRCX for some unknown reason.
- Unstable RAM can be a potential cause, remove any RAM overclock and run MemTest86.
- Test a fresh database, first close VRCX then backup your current database by opening
%AppData%and renaming theVRCXfolder to something likeVRCX.Backup, if this solves it but you'd like to still keep your data follow the steps bellow on how to repair your database.
- Disable any VPN, if this fixes the issue, you may be able to add an exception for VRCX to continue using the VPN.
- Change DNS server to something like Cloudflare.
- Try Cloudflare warp.
- If you have multiple uplinks or your IP changes often you may need to use a VPN.
- Manually update root certs, run PowerShell as admin and paste this in.
mkdir C:\trusted-root-certs
cd C:\trusted-root-certs
Certutil -generateSSTFromWU roots.sst
$sstStore = (Get-ChildItem -Path c:\trusted-root-certs\roots.sst)
$sstStore | Import-Certificate -CertStoreLocation Cert:\LocalMachine\Root
- Settings > Appearance > Max Table Size
- Lower this value to something like 100 this will decrease the amount of table entries stored in RAM.
- Settings > Advanced > Auto Clear Cache
- Lower this interval to something like 3 hours this will decrease the amount of unnecessary worlds, users and avatars stored in RAM.
- Disable SteamVR safe mode.
- Ensure SteamVR isn't set to a legacy version in
Steam -> Properties... -> Betas. - If your computer has an iGPU follow these steps.
Method 1
- Close VRCX.
- Install DB Browser for SQLite.
- File > Open Database...
- Browse to
%AppData%\VRCX\then selectVRCX.sqlite3. - File > Export > Database to SQL file...
- Click "Select All" then deselect table
sqlite_stat4. - Click Save and place the file somewhere.
- File > Close Database
- Rename
VRCX.sqlite3in%AppData%\VRCX\to something likeBackup.sqlite3. - File > Import > Database from SQL file...
- It will immediately ask you where to save the newly created database, save it in
%AppData%\VRCX\asVRCX.sqlite3. - File > Write Changes.
- Close DB Browser and delete the no longer needed
VRCX.sqlite3.sqlexport file. - Start using VRCX as usual.
Method 2 (When method 1 doesn't work)
- Close VRCX.
- Rename
VRCX.sqlite3in%AppData%\VRCX\to something likeBackup.sqlite3. - Install DB Browser for SQLite.
- File > Open Database...
- Browse to
%AppData%\VRCX\then selectBackup.sqlite3. - File > Save Database As
- It will immediately ask you where to save the newly created database, save it in
%AppData%\VRCX\asVRCX.sqlite3. - Close DB Browser and start using VRCX as usual.
-
Ctrl + Shift + Iopen Chromium DevTools. -
Ctrl + Rrestart VRCX. -
Shift + Alt + Rreload custom css.