It looks like you're new here. If you want to get involved, click one of these buttons!
Out of the blue - this started when attempting to load ACT
---------------------------Fatal Error - Unhandled Exception---------------------------
An unhandled exception has occurred. ACT may close.Press Ctrl-C to copy this MessageBox.
System.ComponentModel.Win32Exception - The parameter is incorrect
at System.Diagnostics.Process.set_ProcessorAffinity(IntPtr value)
at Advanced_Combat_Tracker.FormActMain.ResetProcAffinity()
at Advanced_Combat_Tracker.FormActMain.InitACT()
at Advanced_Combat_Tracker.ActLoader..ctor(String[] args)
at Advanced_Combat_Tracker.ActLoader.Main(String[] args)
System.Diagnostics.Process, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
--------------------------- OK ---------------------------
Comments
Regardless of how it happened, the cause of the message is that the procMask line in the settings file references more CPU cores than your system currently has.
For example:
...would mean that every logical core of a 8 thread CPU is allowed.
I've never heard of this happening by mistake before, but regardless... my suggestion is to remove the line from ACT's settings file.