The Chronicles of Riddick: Escape from Butcher Bay OpenGL fixes\workarounds for modern GPUs
What this thing does:
<path-to-game>\System\Win64_AMD64\
or <path-to-game>\System\Win32_x86<_SSE/SSE2>
<path-to-game>\System\Win64_AMD64\
or <path-to-game>\System\Win32_x86<_SSE/SSE2>
and rename it to winmm.dllx64:
git clone https://github.com/Nezarn/TCoRFix
cd TCoRFix
mkdir build && cd build
cmake .. -A x64
cmake --build . --config Release
x86:
git clone https://github.com/Nezarn/TCoRFix
cd TCoRFix
mkdir build && cd build
cmake .. -A Win32
cmake --build . --config Release