PDA

View Full Version : Customer Errors After Install



ffrankert
09-19-2017, 05:53 AM
Hello,

We have a customer that installed our program, and the install seemed to work fine. The errors occur on first run of our application. The following errors occur.
4625

On the click this happens.
4626


What does this mean?
Is there a place that list all the errors? Can't seem to find these specific errors listed.

The first thing our program does when it starts is check for updates.

Thanks

linder
09-20-2017, 04:00 AM
Hello,

I think you are using Web Update and you call the "wucheck.exe" or "wupdate.exe" client(s) at application startup.

The LoadLibrary Windows API failed when it tried to load the required HTTP component and the return value was NULL. The protection software on their system "locked" or removed the 0002.lib component (located in a temporary Windows folder for that SB application during runtime). This is a bug in their protection system (a.k.a. false-positive). Try to use a newer SB component to minimize false-positives. Modern protection systems check the SHA-2 code-signature of an application. SB10 applications support "dual" SHA-1 and SHA-2 code-signatures, SB8 applications do not. This is a potential candidate for false-positive actions.

As a temporary workaround, ask them to "whitelist" your application .exe and the wucheck.exe and wupdate.exe clients (they have to add the files to the exclusion list).

Hope this helps.

Friedrich