Displaying 1 result from an estimated 1 matches for "pe_findresourceexw".
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
...else min = pos + 1;
}
return NULL;
}
Where the offending line is
min = dir->NumberOfNamedEntries;
It looks like the call was made with dir = 0x0045F000, id = 0xE, and I'm
not sure about root.
Probably find_entry_by_id was called from either PE_FindResourceW or
PE_FindResourceExW, possibly through find_entry_by_nameW, which was
called by RES_FindResource2, which is the last trace before the exception.
If I could get winedbg/gdb to continue past the first exception but stop
at the second, I might be able to find out more :(
--Rob