This PowerShell script resolves an issue in The Bureau: XCOM Declassified related to the PhysXCore.dll file. The script finds version 2.8.4.10 in your Nvidia PhysX folder and copies it to the game's installation folder. This should stop the game crashing when PhysX is enabled.
- Install NVIDIA drivers with PhysX support.
- Install The Bureau: XCOM Declassified.1 🤨
- Launch Powershell.
- Download the Script by pasting the following code2:
Invoke-WebRequest -Uri https://raw.githubusercontent.com/metamec/bureau-fix/master/bureau-fix.ps1 -OutFile ./bureau-fix.ps1
- Run the Script by pasting the following code:
./bureau-fix.ps1