WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Error Codes

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

DrWatson Error WBDDB32I!WinEnumXXXIcon

 Keywords: Crash Dr Watson DrWatson Error GPF WBDDB32I!WinEnumXXXIcon 

Question:

Hi - I have an issue with a winbatch script our company has been using for a few years. The file is a compiled exe script. The script is accessed by about 100 users and only recently it has started to crash on about 5 users or so.
"xxx.exe has encountered a problem and needs to close. We are sorry for the inconvenience"
the application is crashing with wbddb34i.dll.
This is the DRWatson Report:
The application (xxx.exe) generated an application error. The error occurred (date/time). The exception generated was c00000005 at address 1c041f43 (WBDDB32I!WinEnumXXXIcon)
The script itself is extremely simple - It reads a text file, gets the computer name and launches the webbrowser. And once again, this has worked without error for many years.

Answer:

Your Dr. Watson dump shows enough detail to conclude that WinBatch is failing in one of the internal functions called by the implementation of the WinBatch 'Wallpaper' function. If your script is not actually calling the 'Wallpaper' function then the CPU's program counter is being corrupted by a problem someplace else in WinBatch process memory. Often but not always, the cause of program counter corruption is stack corruption. Program counter corruption caused by stack corrupt can sometime appear random and be difficult to track to the root cause even with the aid of debugging tools and a memory dump. This means that the problem can be very hard to diagnose from long distance.

The Dr. Watson information you posted also indicates that your script was compiled with a version of WinBatch that is at least 10 years old. We don't have the same kind debugging information for older version that we now have for newer version of WinBatch executable images. This further reduces the chances of discovering the root cause of your problem.

Your best hope is to attempt to eliminate the problem at the script level with the newest version of the WinBatch+Compiler, assuming you have access to the original uncompiled script. You can renew your software here: http://renewal.winbatch.com.

IMPORTANT: If you still have a problem with your script using the latest version of the software we can help you address the problem immediately.


Article ID:   W17866
Filename:   DrWatson Error WBDDB32I!WinEnumXXXIcon.txt
File Created: 2011:04:15:14:15:32
Last Updated: 2011:04:15:14:15:32