Page 1 of 1
WAPT under Win10 1703
Published: April 10, 2017 - 3:54 PM
by ldufl
Hello,
Agent 1.3.9.3 under Windows 10 Creators Update (v1703 build 15063) is not working.
The service stops with error 0xC0000142.
Are you aware of this problem, and is there an update for the agent?
Regards,
Ludo
Re: WAPT under Win10 1703
Published: April 10, 2017 - 7:42 PM
by agauvrit
Good evening,
I'm also experiencing a problem today with the Creator Update. The issue is related to NSSM (
https://nssm.cc/download), which is used in WAPT to launch the service (WAPTservice).
The problem is apparently known on the NSSM side
. A patch for waptagent.exe will be released soon.
Sincerely,
Alexandre
Re: WAPT under Win10 1703
Published: April 10, 2017 - 8:15 PM
by agauvrit
To resolve this, as just tested, create the DWORD registry value "AppNoConsole" in HKLM\SYSTEM\CurrentControlSet\Services\MyService\Parameters
Code: Select all
[HKLM\SYSTEM\CurrentControlSet\Services\MyService\Parameters]
"AppNoConsole"=dword:00000001
The WAPT service subsequently works correctly under Win10 Creators Update.
Sincerely,
Alexander
Re: WAPT under Win10 1703
Published: April 10, 2017 - 10:43 PM
by ldufl
Perfect!
I tested it by adding the key and the service starts up fine.
Thank you for your quick response.
Ludo
Re: WAPT under Win10 1703
Published: June 27, 2017 - 10:44
by Stephen
Hello,
Entering the key in "HKLM\SYSTEM\CurrentControlSet\Services\WAPTService\Parameters"
works, thank you!