Latest maintainer comment ·
kisak-valve · 2021-12-22 ·
#502Hello @SViN24, the Vulkan driver for Intel's Ivybridge generation is experimental and not spec-compliant. Graphical artifacts and crashes are expected on your system. That would be an issue for your video driver vendor to take a look at.
#502 · 17 comments ·
opened 2018-08-25 · last comment 2022-04-05 by SeongGino
... export WINEPREFIX=$installDirectory
if [ ! -d "$installDirectory" ]; then
export
WINEARCH=win32
winetricks dotnet20 d3dx9
"$proton" "$gameDirectory"/Launcher.exe
else ...
comment by
PhoenixLandPirate · 2019-11-28 ·
view ·
github ... export WINEPREFIX=$installDirectory
>
> if [ ! -d "$installDirectory" ]; then
> export
WINEARCH=win32
> winetricks dotnet20 d3dx9
> "$proton" "$gameDirectory"/Launcher.exe
> else ...