SDK Sample exception

Post questions, comments and feedback to our 3Dconnexion Windows Development Team.

Moderator: Moderators

Post Reply
sn1k
Posts: 6
Joined: Fri Aug 14, 2020 3:53 am

SDK Sample exception

Post by sn1k »

I'm getting the following exception when running the 3DxTraceNL sample:

boost::wrapexcept<boost::property_tree::ptree_bad_path>

KernelBase.dll!00007ffda852a839()
TDxNavLib.dll!00007ffd426358d0()
..
TDxNavLib.dll!00007ffd42646176()
3DxTraceNL.exe!NlCreate()
3DxTraceNL.exe!TDx::SpaceMouse::Navigation3D::CNavlibInterface::Open(std::string profileText)
3DxTraceNL.exe!TDx::SpaceMouse::Navigation3D::CNavlibImpl::Open(std::string profileName)
3DxTraceNL.exe!TDx::SpaceMouse::Navigation3D::CNavigation3D::EnableNavigation(bool value)
3DxTraceNL.exe!TDx::SpaceMouse::Navigation3D::CNavigation3D::EnableNavigation(bool value, std::error_code & ec)
3DxTraceNL.exe!TDx::TraceNL::CApplication3D::Enable3DNavigation()

m_hdl is 0 and profileText is "TraceNL Sample".
There is a Trace NLSample.navlib.log at localappdata/3Dconnexion/3DxWare.

I've changed the value of m_navigationModel.Profile and a new navlib.log is created for that name, but the exception still occurs.

Anyone come across this before?

Win 10
VS 2019 (16.6.5)
3DxWare_SDK_v4-0-0_r17130
Post Reply