Forum Discussion
CyberVillain
13 years agoHonored Guest
Cant run latest SDK
Hi! I cant run latest SDK, I get Unhandled exception at 0x00F37BE1 in SensorBoxTest.exe: 0xC0000005: Access violation reading location 0x00000000. Any other users having problems?
CyberVillain
13 years agoHonored Guest
mmm, I call init before the FusionResult.AttachToSensor(pSensor);
int ovr_freepie_init(float dt)
{
OVR::System::Init();
pManager = *DeviceManager::Create();
pHMD = *pManager->EnumerateDevices<HMDDevice>().CreateDevice();
if (!pHMD)
return 1;
sensorPrediction = dt;
enableSensorPrediction = sensorPrediction > 0;
pSensor = *pHMD->GetSensor();
HMDInfo hmdInfo;
pHMD->GetDeviceInfo(&hmdInfo);
if (pSensor)
FusionResult.AttachToSensor(pSensor);
if(enableSensorPrediction)
FusionResult.SetPrediction(sensorPrediction);
return 0;
}
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 years ago
- 3 months ago
- 2 months ago
- 3 years ago