PROTON_USE_WINED3D=1
To get videos working I had to install wmp9 using winetricks. The installer will say it fails however this is false as videos will work afterward. To fix the crash on startup wine d3d had to be used as shown in the launch options.
Needs alot of work to be compatible out of the box, a future GE-proton update will hopefully handle this however.
Need to solve the video playing issue. To actually be able to play beyond a few minutes.
It seemed to freeze on a black screen when playing a video transistion.
I had to disable DXVK to get it to stop displaying the error "No Compatable DirectX installation found. Please install the current DirectX version.
winetricks -q wmp9
dxvk
won't work, I found it easier to play the game with vanilla wine (and wined3d
) instead of trying to remove dxvk
integration.
Install wmp9
in case of issues with video playback (no audio or image).