KozGit / DOOM-3-BFG-VR

Doom 3 BFG VR: Fully Possessed. Doom 3 BFG with native Oculus Rift/Touch or OpenVR support
GNU General Public License v3.0
372 stars 52 forks source link

Game won't appear on my HMD or desktop. #162

Closed OpticalSpinosaurus closed 7 years ago

OpticalSpinosaurus commented 7 years ago

https://pastebin.com/4Pvu6Bvc

Here's the pastebin. I can hear audio. Any reason Doom VR won't work?

KozGit commented 7 years ago

The problem is an issue with the way the oculus runtime/SDK handles multiple video cards.

ovr_CreateTextureSwapChainGL will fail with no specific error message if multiple video cards are installed and the rift is not attached to the primary card. The issue can be worked around by moving the rift to the primary video card - it will be up to oculus to implement a software fix.