why does exe fail to launch on some machines?

William Kandler 1 Reputation point
2023-12-15T21:48:24.1133333+00:00

This is an exe developed by me, in use by 5000+ users in 41 countries. Until recently, running under win 10 and win 11. No meaningful changes for the past year. Development machine is win 10 where exe still runs properly. Now fails to launch on two systems (1 WIN 10 Vision, 1 WIN 11 Surace). No messages of any kind. Just 1 beep. VB6 IDE still compiles and resulting exe runs without problems on home machine.

Implanted debug shows problem occurs before 1st executable vb statement. I have examined permissions, malware, registry permissions, and DISM. found nothing. I have Procmon, but no experience using it.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,188 questions
{count} votes

2 answers

Sort by: Most helpful
  1. William Kandler 1 Reputation point
    2023-12-15T23:20:17.2133333+00:00

    I created the install. All libraries were in place before exe stopped launching. missing libs would cause messages.

    procmon shows clcatq.dll as the last event before thread closures. next event would be version.dll if launch is successful.

    there are no messsages.


  2. Bruce (SqlWork.com) 73,181 Reputation points
    2023-12-15T23:28:58.5233333+00:00

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.