From b5d8755d9ae46671ade80cf388773f0c1a92355d Mon Sep 17 00:00:00 2001 From: Pacardeoum <47264917+Pacardeoum@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:30:44 -0800 Subject: [PATCH] Update r2modman.md added "--in-process-gpu" to argument list, this change made it work in my case --- src/game-support/r2modman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-support/r2modman.md b/src/game-support/r2modman.md index ad23ed68..5ddfc6b7 100644 --- a/src/game-support/r2modman.md +++ b/src/game-support/r2modman.md @@ -11,7 +11,7 @@ - Download the standalone executable from [here](https://github.com/ebkr/r2modmanPlus/releases/latest) into your bottle's C-Drive - Ensure you're downloading the one named `r2modman-x.x.xx.exe` where `x.x.xx` is the current version of the mod manager. - Pin the program and `Right Click > Config` -- Add `--disable-gpu --no-sandbox` into arguments +- Add `--disable-gpu --no-sandbox --in-process-gpu` into arguments - Add environment variable with key `WINEDLLOVERRIDES` and value `libglesv2=d` > [!WARNING] > If app opens with a blank screen, check environment variable as it may not get saved in the first try.