[Error][NativeConfigration] Create: InvalidArgument

SDK 1.5.7:

If I set to Tracking Type to 0 DoF (in NRHMD Pose Tracker) then I get the following error on launch (see below for logcat trace), though it doesn’t actually seem to interfere with the app or break anything.

I have not checked extensively, but I believe this error disappears if I use 3 or 6 DoF Tracking.

I presume this is a bug? Or am I doing something wrong?

[Error][NativeConfigration] Create: InvalidArgument
UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
UnityEngine.Logger:Log(LogType, Object)
UnityEngine.Debug:LogError(Object)
NRKernal.DefaultLogHelper:Log(LogLevel, Object) (at D:\MyProject\Assets\Plugins\NRSDK\Scripts\NRDebugger.cs:64)
NRKernal.NRDebugger:Error(String) (at D:\MyProject\Assets\Plugins\NRSDK\Scripts\NRDebugger.cs:418)
NRKernal.NativeErrorListener:Check(NativeResult, Object, String, Boolean) (at D:\MyProject\Assets\Plugins\NRSDK\Scripts\Interfaces\NativeErrorListener.cs:89)
NRKernal.NativeConfigration:Create() (at D:\MyProject\Assets\Plugins\NRSDK\Scripts\Interfaces\Wrappers\NativeConfigration.cs:147)
NRKernal.d__8:MoveNext() (at D:\MyProject\Assets\Plugins\NRSDK\Scripts\Interfaces\Wrappers\NativeConfigration.cs:59)
System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1

Sorry for delayed reply. This log would not interfere anything.

Great. Thank you for the confirmation.

Though it still makes me uncomfortable to see error messages appearing in logcat. Perhaps if it is a bug it can be fixed as part of a later update?

Thanks, pete

Thank you for your report and feedback. We’ll follow up the issue.