I managed to find a workaround , I set Command Center and it component to run as administrator. Game also require to run as administrator. I looked at alienFX example. It would appear when the keyboard is plugged in that something in AlienFX software attempt to access system resources which it doesnt have the right to . The program terminate because of a unhandled exception .
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at AlienLabs.AlienFX.Communication.Generic.Classes.AlienFXCapableDeviceClass. InitDevice(String vendorId, String productId) at AlienLabs.AlienFX.DeviceDiscovery.Classes.DeviceRepositoryClass.GetDeviceF or(AlienFXDeviceSetupInfo deviceSetupInfo) at AlienLabs.AlienFX.DeviceDiscovery.Classes.AlienFXDeviceDiscoveryService.Di scoverDeviceFor(AlienFXDeviceSetupInfo deviceSetupInfo) at AlienLabs.AlienFX.DeviceDiscovery.Classes.AlienFXDeviceDiscoveryService.Di scoverDevicesFor(List`1 deviceInfoList) at AlienLabs.AlienFX.DeviceDiscovery.Classes.AlienFXDeviceDiscoveryService.Di scoverDevices() at AlienLabs.AlienFX.DeviceDiscovery.Classes.AlienFXDeviceDiscoveryService.ge t_AllDevices() at AlienLabs.AlienFX.Tools.Classes.AlienFXDeviceRepositoryClass.get_AllDevice s() at AlienLabs.AlienFX.Tools.Classes.CommunicationServiceClass.deviceRepository DevicesChanged() at AlienLabs.AlienFX.Tools.Classes.CommunicationServiceClassFactory.New(Alien FXDeviceRepository repository) at LightFX.LightFXController..ctor(Boolean disableControler, Boolean readEnab leAPIAccessValue) at SampleApp3.Program.Main()
coolzire
5 Posts
1
November 1st, 2015 13:00
I managed to find a workaround , I set Command Center and it component to run as administrator. Game also require to run as administrator. I looked at alienFX example. It would appear when the keyboard is plugged in that something in AlienFX software attempt to access system resources which it doesnt have the right to . The program terminate because of a unhandled exception .
Unhandled Exception: System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other memory is corrupt.
at AlienLabs.AlienFX.Communication.Generic.Classes.AlienFXCapableDeviceClass.
InitDevice(String vendorId, String productId)
at AlienLabs.AlienFX.DeviceDiscovery.Classes.DeviceRepositoryClass.GetDeviceF
or(AlienFXDeviceSetupInfo deviceSetupInfo)
at AlienLabs.AlienFX.DeviceDiscovery.Classes.AlienFXDeviceDiscoveryService.Di
scoverDeviceFor(AlienFXDeviceSetupInfo deviceSetupInfo)
at AlienLabs.AlienFX.DeviceDiscovery.Classes.AlienFXDeviceDiscoveryService.Di
scoverDevicesFor(List`1 deviceInfoList)
at AlienLabs.AlienFX.DeviceDiscovery.Classes.AlienFXDeviceDiscoveryService.Di
scoverDevices()
at AlienLabs.AlienFX.DeviceDiscovery.Classes.AlienFXDeviceDiscoveryService.ge
t_AllDevices()
at AlienLabs.AlienFX.Tools.Classes.AlienFXDeviceRepositoryClass.get_AllDevice
s()
at AlienLabs.AlienFX.Tools.Classes.CommunicationServiceClass.deviceRepository
DevicesChanged()
at AlienLabs.AlienFX.Tools.Classes.CommunicationServiceClassFactory.New(Alien
FXDeviceRepository repository)
at LightFX.LightFXController..ctor(Boolean disableControler, Boolean readEnab
leAPIAccessValue)
at SampleApp3.Program.Main()