[SOLVED] Bug 5719: Incomplete Camera Sensor & can't update

Hello deancommins,

We are sorry for any inconvenience.

It looks like you have found a bug in the Steam version.
The problem is that this version did not set up some directories correctly.

We will deploy a fix in the next build, but in meantime here is a workaround for you:

1.) create a directory %PROGRAMDATA%\Capturing Reality\RealityCapture

Code:
mkdir "%PROGRAMDATA%\Capturing Reality\RealityCapture"
2.) set access rights for 'Everyone' to this directory
Code:
icacls "%PROGRAMDATA%\Capturing Reality\RealityCapture" /grant Everyone:(OI)(CI)F /T
3.) copy attached 'sensorsdb.xml' to the directory

The code snippets should be run in command line as administrator

1 Like