XBVR Help - Blank screen but exe is running

Hey Guys I am trying out XBVR, I downloaded the latest release for windows, it seems to run fine. But when i connect to localhost:9999 all i get is a blank screen.

Am I missing some required software components?

Thanks,

I got help from b00d at the XBVR discord and will post the solution here.

Open a Command Prompt, run this command reg query HKCR.js /v “Content Type”
If it returns:
HKEY_CLASSES_ROOT.js
Content Type REG_SZ text/plain

Then you have the same issue I did.

  1. Close XBVR completely.
  2. Open an Administrator command prompt.
  3. Run REG ADD “HKEY_CLASSES_ROOT.js” /v “Content Type” /t REG_SZ /d “text/javascript” /f
  4. Launch XBVR.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.