WAPT under Win10 1703

Share your experience and thoughts about WAPT here / Come here and talk about your experience with Wapt, your opinion and your wishes
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is provided on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version (1.8.2 / 2.0 / 2.1 / 2.2 / etc.) AS WELL AS the Enterprise / Discovery edition.
* Specify the server OS (Linux / Windows) and version (Debian Stretch/Buster - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine (Windows 7 / 10)
. * As with any community forum, support is provided voluntarily by members. If you require sales support, you can contact the Tranquil IT sales department at 02.40.97.57.55
Locked
ldufl
Messages: 3
Registration: Apr 10, 2017 - 3:22 p.m.

April 10, 2017 - 3:54 PM

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
User avatar
agauvrit
WAPT Expert
Messages: 238
Registration: Nov 17, 2016 - 10:25
Location: Nantes
Contact :

April 10, 2017 - 7:42 PM

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
User avatar
agauvrit
WAPT Expert
Messages: 238
Registration: Nov 17, 2016 - 10:25
Location: Nantes
Contact :

April 10, 2017 - 8:15 PM

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
ldufl
Messages: 3
Registration: Apr 10, 2017 - 3:22 p.m.

April 10, 2017 - 10:43 PM

Perfect!
I tested it by adding the key and the service starts up fine.
Thank you for your quick response.
Ludo
Stephen
Messages: 1
Registration: June 27, 2017 - 10:43

June 27, 2017 - 10:44

Hello,

Entering the key in "HKLM\SYSTEM\CurrentControlSet\Services\WAPTService\Parameters"

works, thank you!
Locked