Jump to content

PopperVR doesn't launch in my HP Reverb G2


Recommended Posts

I've been successfully playing VR tables on VP 10.8-beta3 x64 and decided it would be nice to have a VR launcher so started trying to setup PopperVR.

 

I followed all the install guides, but PopperVR doesn't show up in my HMD, and when I unminimize the PopperVR window it seems there's only a static space image and no room loaded (I checked the json to see that it's pointing to the Default model).

 

I tried both option 1 and 2 for the launch and stop scripts and updated them to point to the VPinballX_GL64.exe instead. I also tried both SteamVR and Windows Mixed Reality as the OpenXR runtime.

 

Any help would be greatly appreciated. Let me know if you need more details.

 

I'm on the the latest 1.4.6 Popper and POPPER_VR_v073

Link to comment
Share on other sites

  • 2 months later...

You need to install Revive (link).

Then update the POPMENU_VR-Mode-Toggle.bat located in the PinUPSystem\Launch folder to reflect it...note you may need to change your paths

 

ETLOCAL EnableExtensions
set EXE=PopperVR.exe
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% goto FOUND

rem **** not found so we start.
rem cd ..
rem cd POPPERVR
rem START /min "" PopperVR.exe
rem cd ..\Launch
start "" "C:\Program Files\Revive\ReviveInjector.exe" "C:\vPinball\PinUPSystem\PopperVR\PopperVR.exe"

START "" POPWinMin.exe "PopperVR"
START "" PopperKeepFocus.exe "PinUP Menu Player" 3
goto END

:FOUND
taskkill /im "PopperVR.exe"
goto END

:END

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...