Crash on TUF A15(FA507RM)
See original GitHub issueGot crash on my win10pro with .NET installed. Log is below.
Application: GHelper.exe CoreCLR Version: 6.0.1423.7309 .NET Version: 6.0.14 Description: The process was terminated due to an unhandled exception. Exception Info: System.Management.ManagementException: GeneralFault at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options) at ASUSWmi.WMICall(String MethodName, Int32 Device_Id, Int32 Control_status) at ASUSWmi.DeviceSet(Int32 Device_Id, Int32 Control_status) at GHelper.SettingsForm.SetPerformanceMode(Int32 PerformanceMode) at GHelper.Program.Main()
Is there something (maybe software) missing?
Issue Analytics
- State:
- Created 7 months ago
- Comments:13 (13 by maintainers)
Top GitHub Comments
Hey, I have rewritten whole “system” / wmi code, and don’t use that WMI calls anymore in latest build (0.9.1), can you check if it’s still not working for you? or is it better?
Someone have created an issue for that https://github.com/seerge/g-helper/issues/88 but problem still stands. I can only be adding support if it’s very similar to G14 (otherwise i simply can’t test)
at https://github.com/flukejones/asusctl/blob/main/rog-aura/src/builtin_modes.rs i see only one implementation (this is the one i used for G14)