#GitHub - WilliamVenner/gmcl_rekinect: Ki...
1 messages · Page 1 of 1 (latest)
Damn thanks, can u send me gm_rekinect.log? It should be in your gmod files (if you used rekinector or DLL injection)
Think u forgot to install the other DLLs
pretty sure i used the xb1 last but if not i can go test it again to grab a proper one
Hm are u using rekinector?
Maybe try installing this https://www.microsoft.com/en-us/download/details.aspx?id=44561 ?
The Kinect for Windows Software Development Kit (SDK) 2.0 enables developers to create applications that support gesture and voice recognition, using Kinect sensor technology on computers running Windows 8, Windows 8.1, and Windows Embedded Standard 8.
@lethal oriole
Ah ok sorry the problem wasn’t missing libraries. It thinks there’s no Kinect connected
annoying
HRESULT WinSdkKinectV2::InitializeDefaultSensor()
{
HRESULT hr = GetDefaultKinectSensor(&m_pKinectSensor);
if (FAILED(hr))
{
return hr;
}
if (m_pKinectSensor)
{
// Initialize the Kinect and get coordinate mapper and the body reader
IBodyFrameSource *pBodyFrameSource = NULL;
BOOLEAN available = FALSE;
hr = m_pKinectSensor->get_IsAvailable(&available);
if (SUCCEEDED(hr) && !available)
{
hr = E_FAIL;
}
if (SUCCEEDED(hr))
{
hr = m_pKinectSensor->Open();
}
if (SUCCEEDED(hr))
{
hr = m_pKinectSensor->get_CoordinateMapper(&m_pCoordinateMapper);
}
if (SUCCEEDED(hr))
{
hr = m_pKinectSensor->get_BodyFrameSource(&pBodyFrameSource);
}
if (SUCCEEDED(hr))
{
hr = pBodyFrameSource->OpenReader(&m_pBodyFrameReader);
}
SafeRelease(pBodyFrameSource);
}
if (!m_pKinectSensor)
{
return E_FAIL;
}
return hr;
}
i dont see anything wrong with this 
idk why they seemingly dont have any emulation tools
i dont really wanna spend £50 on an xbox one kinect for this :V
it returns E_FAIL for you apparently
hhhhh what if maybe get_IsAvailable has to be called after m_pKinectSensor->Open()
@lethal oriole give that a try]
at the very least it does something different
that difference is crashing on map load

thats a good sign!
thats one issue fixed. i suppose :-)
can u check if theres a panic log in the same place as the other log file?
that's everything in there
don't think anything changed in here but might as well send
ye
if u dont mind sending me your deeply personal information we could employ royal mail to arrange a borrowing of an xbox one kinect so i can fix this
i dont mind paying for the shipping x
i was about to say i actually have a spare xb1 kinect and adapter lmao
mocap is a lot better with 2 of them
awesome, i would ship it back to you once it's fixed of course
yeah solid
add me brother
👌