XiboClient.exe crashing on launch with Win 10 - Resolved

I added

HKLM\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION

XiboClient.exe = (DWORD) 00011000

from Enabling HTML5 in the Windows .net Player and then restarted the PC, but the problem remains.

The .NET runtime error:
Application: XiboClient.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Management.ManagementException
at System.Management.ManagementException.ThrowWithExtendedInfo(System.Management.ManagementStatus)
at System.Management.ManagementObject.Initialize(Boolean)
at System.Management.ManagementBaseObject.get_ClassName()
at System.Management.ManagementClass.GetInstances(System.Management.EnumerationOptions)
at System.Management.ManagementClass.GetInstances()
at XiboClient.HardwareKey.GetMACAddress()
at XiboClient.HardwareKey…ctor()
at XiboClient.XiboTraceListener.InitializeListener()
at XiboClient.XiboTraceListener…ctor()
at XiboClient.Program.Main(System.String[])

The application error:
Faulting application name: XiboClient.exe, version: 2.0.0.0, time stamp: 0x5620b816
Faulting module name: KERNELBASE.dll, version: 10.0.10586.0, time stamp: 0x5632d1bc
Exception code: 0xe0434352
Fault offset: 0x000d2ed2
Faulting process id: 0x14f0
Faulting application start time: 0x01d137452e8cc4fc
Faulting application path: C:\Program Files\Xibo Player\XiboClient.exe
Faulting module path: C:\WINDOWS\system32\KERNELBASE.dll
Report Id: 8c425070-1a3c-43cd-8cba-ff5f7e1a5042
Faulting package full name:
Faulting package-relative application ID:

Is the problem with the GetMACAddress call?