Vivero/Kerbal-VR

Crashes in 1.4.4

Closed this issue · 1 comments

Describe the bug
When the button to swap to VR is clicked in KSP 1.4.4 the game screen freezez and VR sometimes hangs as if it is loading a game but normally just waits in the between game environment.

To Reproduce
Steps to reproduce the behavior:

  1. Use KSP 1.4.4 with Steam VR running etc
  2. load it all up
  3. Go through and onto the runway
  4. click the enter VR button

Expected behavior
Although im completely not expecting this to work on 1.4.4 i can no longer find a copy of 1.4.3 and thought it might be worth mentioning

Log
KSP.log

looks like an issue with the OpenVR file.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 10
  • KSP Version: 1.4.4
  • VR Hardware: Vive

Additional context
Add any other context about the problem here.

I believe you have a typo in your command line arguments. Your KSP.log shows you ran with

KSP_x64.exe - force-d3d12

it should be

KSP_x64.exe -force-d3d12

delete the space in between the first dash and "force-d3d12" (step 11 of the Install Guide)