Opened 17 years ago
Closed 17 years ago
#1055 closed Bug (Duplicate)
WinAPI CreateCompatibleBitmap: The specified module could not be found.
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.2.12.1 | Severity: | None |
| Keywords: | Screen capture | Cc: |
Description
am getting the following error message after running Autoit script.
WinAPI CreateCompatibleBitmap: The specified module could not be found.
In my script I am using Autoit function "_ScreenCapture_Capture".
After saving approximately 900 images, we are getting the error message "WinAPI CreateCompatibleBitmap: The specified module could not be found." and Autoit script stops running.
Because of this problem our script is running for around 5 hours and stops. But our intention is to execute the script, without stopping in the middle.
please provide solution to this problem, so that our script efficiency will increase.

in fact there was a bug in _ScreenCapture_Capture which was not releasing e GDI object.
It is already fixed in 3.3.1.2
Next time report with the Standard release today 3.3.0.0. in your case it would have been the same error.