shrivastavaa
Enthusiast
Enthusiast

I checked the logs finally,

From what I observed, the application is loading a DLL imageres.dll, which is loaded successfully as per the logs. Right next to it, is a LoadImage call which is failing, consistently.

467860 0404 03b8 COMCTL32.dll:749e360b<-kernel32.dll:774bb6bf       LoadLibraryExW+ ->*=*A620001h->struct {int unused=300905Ah} (LPCWSTR lpLibFileName=*749E36D4h->L"imageres.dll", HANDLE hFile=0h, DWORD dwFlags=2h)
467865 0404 03b8 COMCTL32.dll:749546a5->USER32.dll  :77132323       LoadImageW+
467866 0404 03b8 USER32.dll  :771329f8->kernel32.dll:774c29f4         GetModuleFileNameW+ (HMODULE hModule=a620001h, struct {PWSTR lpFilename=*12D0B0h->L"", DWORD nSize=104h)
467867 0000 03b8                                                      GetModuleFileNameW a620001 -> 0 ()
467868 0404 03b8 USER32.dll  :771329f8<-kernel32.dll:774c29f4         *** GetModuleFileNameW+ ->unsigned long=0h (HMODULE hModule=a620001h, struct {PWSTR lpFilename=*12D0B0h->L"", DWORD nSize=104h) *** GetLastError

467941 0404 03b8 COMCTL32.dll:749546a5<-USER32.dll  :77132323       *** LoadImageW+  *** GetLastError() returns 126=0x7e [0]: The specified module could not be found.

GetModuleFileNameW is failing for A620001h, though the lib is already loaded. Can you please provide me the DLL. I will try to repro it with a test application, if not you need to open a ticket with us.

P.S.: Sorry for delayed response.

Reply
0 Kudos