Nibre/MotherVR

Windows 11 unplayable in VR

SethKingz opened this issue · 11 comments

I followed the guides, did the link set up, named the corresponding file AlienIsolation, and it worked. However the game will not display on the VR Headset, it will play on my monitor and the mother VR settings will show up but absolutely nothing on the VR and the controllers dont work. Any help would be appreciated.

Im also getting the same problem on a new Win11 PC whereas its working ok on my old Win10 PC. Ive tried a couple of versions of dxgi.dll - both 0.8.1 and 0.8.0.

I click on "Play" in Steam and it does something for a few seconds (displaying "Stop" in Steam while it does so) and then just displays "Play" again. Ive opened AI.exe in a command prompt and it also fails but this time displays a windows Application Error popup window with:

the application was unable to start correctly (0xc0000005). Click OK to close the application

Event Viewer contains:

Log Name: Application
Source: Application Error
Date: 22/03/2023 08:36:58
Event ID: 1000
Task Category: Application Crashing Events
Level: Error
Keywords:
User: xxxxxxxxPC\xxxx
Computer: xxxxxxxxxpc
Description:
Faulting application name: AI.exe, version: 0.0.0.0, time stamp: 0x54e3199d
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x00000000
Faulting process ID: 0x0x4D64
Faulting application start time: 0x0x1D95C9977204498
Faulting application path: C:\Program Files (x86)\Steam\steamapps\common\Alien Isolation\AI.exe
Faulting module path: unknown
Report ID: c958c45f-6021-4fe2-b642-5e444580dc94
Faulting package full name:
Faulting package-relative application ID:
Event Xml:



1000
0
2
100
0
0x8000000000000000

2371


Application
xxxxxxxxxpc



AI.exe
0.0.0.0
54e3199d
unknown
0.0.0.0
00000000
c0000005
00000000
0x4d64
0x1d95c9977204498
C:\Program Files (x86)\Steam\steamapps\common\Alien Isolation\AI.exe
unknown
c958c45f-6021-4fe2-b642-5e444580dc94





Ok, got it working in Win11 after reading the reddit post about moving the install folder out of steamapps/common and then creating a symbolic link back to that folder from the new location:

  1. In Windows explorer, move the whole "Alien Isolation" folder out of e.g "C:\Program Files (x86)\Steam\steamapps\common\Alien Isolation" into somewhere outside Steam and outside program files, e.g. "C:\Games"
  2. Rename the folder in the new location from "Alien Isolation" to "AlienIsolation" without a space.
  3. Open a command prompt using Run As Administrator.
  4. In the CMD prompt enter the following : mklink /d "C:\Program Files (x86)\Steam\steamapps\common\Alien Isolation" "C:\Games\AlienIsolation" (replace with your own folder paths)
  5. In the CMD prompt run AI.exe so that it also runs as an administrator. I found MotherVR would hang if I just tried to run AI normally from Steam and needed to run it with administrator privileges just once to get past the popup. I could then set the VR Runtime in options.
  6. Close the Mother VR popup.
  7. From now on just run from Steam as normal and it should start in VR.

sources:

how do you run ai.exe? i tried start Ai.exe in command prompt and it said it couldn't find it.

how do you run ai.exe? i tried start Ai.exe in command prompt and it said it couldn't find it.

also I have this install path on my d drive for all my steam games. does this NEED to be on my c drive? like do I need to redownload this on my c?

I love how instead of the developer come back to the mod and fix it, everyone tries to create these arbitrary solutions for this problem.

Follow the instructions above, use SteamVR run time, and disable theatre mode within Steam VR and it works flawlessly when using a regular PC controller.

Tested using the Steam Link app on Oculus/Meta Quest 2 WITHOUT the Oculus/Meta Quest software on my Win 11 PC. I will test on my Meta Quest 3 when that arrives next week.

would really like a video walkthru, I think I did everything right but I still couldn't get it to work, so obviously I didn't. Really want to finish the game in vr

Ok, got it working in Win11 after reading the reddit post about moving the install folder out of steamapps/common and then creating a symbolic link back to that folder from the new location:

  1. In Windows explorer, move the whole "Alien Isolation" folder out of e.g "C:\Program Files (x86)\Steam\steamapps\common\Alien Isolation" into somewhere outside Steam and outside program files, e.g. "C:\Games"
  2. Rename the folder in the new location from "Alien Isolation" to "AlienIsolation" without a space.
  3. Open a command prompt using Run As Administrator.
  4. In the CMD prompt enter the following : mklink /d "C:\Program Files (x86)\Steam\steamapps\common\Alien Isolation" "C:\Games\AlienIsolation" (replace with your own folder paths)
  5. In the CMD prompt run AI.exe so that it also runs as an administrator. I found MotherVR would hang if I just tried to run AI normally from Steam and needed to run it with administrator privileges just once to get past the popup. I could then set the VR Runtime in options.
  6. Close the Mother VR popup.
  7. From now on just run from Steam as normal and it should start in VR.

sources:

I've put this on another thread, but here's an easy fix:

Getting VR to work (Steam 2024)

Apologies if this is a repeat, but I struggled to find much on getting the MotherVR to work with Steam in 2024.

Given that the PSVR2 PC Compatibility has probably brought a few players over to the PC, I thought I would share my method of getting this to work! The mod works on the assumption that the folder location is "AlienIsolation", so that's exactly what we need to achieve.

  1. Exit Steam

  2. Locate and open the file "appmanifest_214490" (located in \Steam\steamapps)

  3. Change "installdir" "Alien Isolation " ------> "installdir" "AlienIsolation"

    (using wordpad etc. and save)

  4. Copy the mod file into the game files as normal

  5. Make sure the game folder within Steam is also titled "AlienIsolation"

  6. Open Steam and run the game!

Once the mod has installed, you'll need to go through the options in-game to enable SteamVR which will restart the game (note the menus will be in standard theatre mode).

Happy Hunting!

@LostSpaceBadger

Can confirm, guide works with Win11 / Steam Version of Alien Isolation / PSVR2 Headset

Thanks!