The problem is when I run a clean program it starts normally, but if the configuration file (xml) is in the directory, the program closes as if loading. In addition, I noticed that when I script the key and use it, the program also turns off.
Windows 10, runing as admin, compatibility mode does't d help
I use scripts like this :
Code: Select all
<Macro>
<Device>NUMPAD</Device>
<Name>AFK ON/OFF</Name>
<KeyCode>13</KeyCode>
<Direction>down</Direction>
<Action>SCR</Action>
<Sequence></Sequence>
<SCEvent></SCEvent>
<XPLCommand></XPLCommand>
<ScriptSource>HIDMacros.SendKeysSlow "{NUMPAD}", 100
HIDMacros.SendKeysSlow "{F16}", 100
HIDMacros.SendKeysSlow "{NUMPAD}", 100</ScriptSource>
<SCText>0</SCText>
<SCParams></SCParams>
<Command></Command>
</Macro>
Can somebody help with this ugly problem ?