From 2060e0e3deb7ee19c07061900c15187e8ca1ad65 Mon Sep 17 00:00:00 2001 From: SpookySkeletons <37986496+SpookySkeletons@users.noreply.github.com> Date: Wed, 22 Mar 2023 07:57:27 -0400 Subject: [PATCH] Update README.md (#512) Better Linux experience in README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de671037..a2964d4e 100644 --- a/README.md +++ b/README.md @@ -213,13 +213,15 @@ Guide made by [RinLovesYou](https://github.com/RinLovesYou) - Start over with a clean wine prefix. Either create one for VRCX or `rm -rf ~/.wine` and use the main prefix. - - `winetricks --force dotnet472` yes, you'll have to sit through all of the installers (there's a lot of them). + - Ensure you are NOT using DXVK either within your prefix or for your VRCX.exe. VRCX requires WineD3D to operate. - - `winetricks corefonts` + - `winetricks --force -q dotnet472 corefonts` Silent and easy automation of the process of installing dependencies. - - `winetricks winecfg` + - `wine winecfg -v win10` Set your prefix windows version. - - Set it to Windows 10 for good measure, you should just be able to run `wine VRCX.exe` now. Should you get an error about CEFSharp, you can try wine `VRCX.exe -no-cef-sandbox` + - You will require the `Linux` branch as CEF newer than 108 is currently incompatible with wine staging 8.4 as of this moment. It can be found in the Actions tab under the Linux branch. Download and extract the VRCX artifact. + + - You should just be able to run `wine VRCX.exe` now. Should you get an error about CEFSharp, you can try wine `VRCX.exe -no-cef-sandbox` - Notes