Entry Point Not Found

enter image description hereI tried installing a linksys Wirless Adapter onto a Dell Inspiron 4100 laptop, and get a error that says:

Example:

"Setup.exe - Entry Point Not Found

The procedure entry point DecodePointer could not be located in the dynamic link library KERNEL32.dll."

I have a feeling I might have not installed everything on the computer, maybe a service pack isn't updated is what I've found online. I'm not sure if the cd I have should do the trick, or if I need to download something online? I have all the CD's to install onto the computer if somebody can give me the rundown, thanks!

2

3 Answers

Make sure your Windows XP version is fully patched and updated to Windows XP Service Pack 3.

This:

could not be located in the dynamic link library KERNEL32.dll

Means that the application is not written for whatever version of the operating system (KERNEL32.DLL is a core Windows file) that you have installed. If you know you have the correct major version (i.e., XP, Vista, 7, 8), then this usually indicates that software requires an older or newer minor version (service pack). Tentative research on DecodePointer suggests you need a newer version.

6

I had the same problem also. I had a few games for win7 and transferred therm to winxp and most games said decodepointerer error. It seems reinstalling a few games did the trick, but all other games still had the error. It seems installed service pack 1,2, or 3 onto XP will fix it, although you may then get a different .dll error. Just update your whole OS to Windows Service Pack 3, as games that say "windows xp compatible", really want to say "Windows XP SP3 comaptible." A few new games don't even run with Windows XP anymore. It may be worth it to update to Windows Vista, as it isn't so much of a performance jump in terms of CPU and RAM as Windows 7.

Use the command Sfc /scannow in prompt command, will inspect all of the important Windows files on your computer, including Windows DLL files. If System File Checker finds an issue with any of these protected files, it will replace it.

1

You Might Also Like