VRChat Linux Setup Guide

This guide covers common Linux / Proton issues with VRChat and how to correctly set up BepInEx.

Protontricks Setup (Flatpak)

Install Flatpak (Arch)

sudo pacman -S flatpak

Install Flatpak (Ubuntu / Mint)

sudo apt install flatpak

Install Protontricks

flatpak install flathub com.github.Matoking.protontricks
Flatpak Protontricks is recommended to avoid system Wine conflicts.

Verify the X: Drive Exists

  1. Run Protontricks
  2. Select VRChat
  3. Select the default wineprefix
  4. Run winecfg
  5. Open the Drives tab
  6. Ensure X: exists
Missing X: drive will cause VRChat to close immediately.

BepInEx Setup

Steam Launch Options

WINEDLLOVERRIDES="winhttp=n,b" %command%

Notes