Wine, AMDGPU, Diablo III
Apr 13, 2017
dxgi_check_feature_level_support Ignoring adapter type.

By default, Wine runs in 64-bit mode unless you set it not to. This seems to cause Diablo III to crash upon start. You will need to nuke your ~/.wine directory or set a new Wine path for 32-bit after running these commands.

export WINEPREFIX="$HOME/.wine32"
export WINEARCH=win32
Comments