Created
November 16, 2019 22:46
-
-
Save xDShot/68b8e8da09abe888011b60d45fff11df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WINEPREFIX=~/_prefix32_wine WINEARCH=win32 WINEDLLOVERRIDES=libglesv2.dll=d wine ShittyElectronApp.exe --disable-gpu --no-sandbox --single-process |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the latest (forced) Ubisoft Connect Beta update the DLL-override was necessary for me to have it run:
Without it Ubisoft Connect was be unusable and would basically never draw anything, with the override it works.