Europa Universalis 4 - CommandMC/EpicLinux GitHub Wiki
Europa Universalis 4 requires d3dcompiler_43
. Run the following commands in a terminal to install it
export WINEPREFIX=/path/to/wineprefix/here/
# Download d3dcompiler dlls and extract them to the right folder
curl -L https://github.com/CommandMC/EpicLinux/raw/main/d3dcompiler_43/d3dcompiler_43.zip -o d3dcompiler_43.zip
unzip -o d3dcompiler_43.zip -d $WINEPREFIX/drive_c/windows
rm d3dcompiler_43.zip
# Add the DLL to Wine's DLLOverrides
curl -L https://github.com/CommandMC/EpicLinux/raw/main/d3dcompiler_43/override.reg -o override.reg
wine regedit override.reg
rm override.reg