From 21444076de8b209575770f09892e563cefaef31b Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Sat, 8 Jan 2022 12:18:14 +0100 Subject: [PATCH] Add libglesv2 override to fix white launcher Would also work with launch arguments e.g. --use-gl=osmesa - but that doesn't work when the launcher auto-updates, since it'll relaunch without the launch arguments specified in Lutris --- lug-lutris-install.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lug-lutris-install.json b/lug-lutris-install.json index 49d9fcb..02d4f8c 100644 --- a/lug-lutris-install.json +++ b/lug-lutris-install.json @@ -80,11 +80,12 @@ "dxvk": true, "esync": true, "overrides": { - "nvapi,nvapi64": "disabled" - }, + "nvapi,nvapi64": "disabled", + "libglesv2": "disabled" + } } }, - "content": "files:\n- client: https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.5.4.exe\ngame:\n arch: win64\n args: null\n exe: drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe\n prefix: $GAMEDIR\ninstaller:\n- task:\n arch: win64\n description: Creating Wine prefix\n name: create_prefix\n prefix: $GAMEDIR\n- task:\n app: --force arial vcrun2019 win10\n arch: win64\n description: Installing dlls\n name: winetricks\n prefix: $GAMEDIR\n- task:\n arch: win64\n args: /S\n description: Installing client\n executable: client\n name: wineexec\n prefix: $GAMEDIR\nsystem:\n env:\n DXVK_HUD: '0'\n __GL_SHADER_DISK_CACHE: 1\n __GL_SHADER_DISK_CACHE_SIZE: '1073741824'\n __GL_THREADED_OPTIMIZATIONS: '1'\nwine:\n dxvk: true\n esync: true\n overrides:\n nvapi,nvapi64: disabled\n" + "content": "files:\n- client: https://install.robertsspaceindustries.com/star-citizen/RSI-Setup-1.5.4.exe\ngame:\n arch: win64\n args: null\n exe: drive_c/Program Files/Roberts Space Industries/RSI Launcher/RSI Launcher.exe\n prefix: $GAMEDIR\ninstaller:\n- task:\n arch: win64\n description: Creating Wine prefix\n name: create_prefix\n prefix: $GAMEDIR\n- task:\n app: --force arial vcrun2019 win10\n arch: win64\n description: Installing dlls\n name: winetricks\n prefix: $GAMEDIR\n- task:\n arch: win64\n args: /S\n description: Installing client\n executable: client\n name: wineexec\n prefix: $GAMEDIR\nsystem:\n env:\n DXVK_HUD: '0'\n __GL_SHADER_DISK_CACHE: 1\n __GL_SHADER_DISK_CACHE_SIZE: '1073741824'\n __GL_THREADED_OPTIMIZATIONS: '1'\nwine:\n dxvk: true\n esync: true\n overrides:\n nvapi,nvapi64: disabled\n libglesv2: disabled\n" } ] }