Application failure upon trying to load a .dll file.

P

PSRumbagh

About 33% of the time "aolsoftware.exe" fails to load a needed .dll file
producing an errpr mesage. In order of frequency it is always one and just
one of the following three .dll files: (1) bfts.dll, (2) xprt6.dll or (3)
msvcrt.dll. Each .dll file repeatedly fails at the same exact address .
Does this mean that these three .dll files are corrupted, or what? If so,
why does "aolsoftware.exe" load correctly about 67% of the time?
 
A

Andrew McLaren

About 33% of the time "aolsoftware.exe" fails to load a needed .dll file
producing an errpr mesage. In order of frequency it is always one and just
one of the following three .dll files: (1) bfts.dll, (2) xprt6.dll or (3)
msvcrt.dll. Each .dll file repeatedly fails at the same exact address .
Does this mean that these three .dll files are corrupted, or what? If so,
why does "aolsoftware.exe" load correctly about 67% of the time?

There are several reasons why a DLL could fail to load; in your case it
sounds like a base address conflict, or similar. Depending on the
sequence of operations, DLLs may be loaded in a different order and at
different times during a program's execution. DLLs have a "Load Base
Address", at which they are loaded into the processes address space. If
another DLL has already been loaded at the desired base address, you
will get an error like the one you're seeing.

It's not the only possible cause of the error; but this - or something
like it - is likely to be the problem.

"alosoftware.exe" is of course, the AOL software. I'd guess that you are
an AOL subscriber? If not, you don't need this program; just uninstall
it. If you are an AOL user, you could try upgrading to the latest
version of the AOL software, which you can download from www.aol.com
(9.5 is the latest I think). They are continually improving the quality
and reliability with each new release.

If you continue to get the same error even when running the latest
release of AOL, your best bet would be to ask the AOL Support team; the
problem is more to do with AOL software than Windows in general.

Hope this helps,

Andrew
 
Joined
Dec 7, 2007
Messages
76
Reaction score
0
Application failure upon trying to load a .dll file

Hi. The msvcrt.dll doesn't even appear to be connected to AOL (the other 2 are). Maybe your best bet is to uninstall the AOL software and then reinstall it. Sorry I don't have a better solution. It's worth a try.
Mark
 
P

PSRumbagh

Thanks for the insight. Makes sense. I don't pay for AOL anymore since I
subscribed to Charter Cable Internet 3 years ago. AOL tech help has not been
available to us "Free-bies" for the last 18 months. Mostly I do use IE8
through Charter.net. AOL deserves to go bankrupt!
 
A

Andrew McLaren

Thanks for the insight. Makes sense. I don't pay for AOL anymore since I
subscribed to Charter Cable Internet 3 years ago. AOL tech help has not been

Then, yeah - best solution is to get rid of the AOL stuff on your
system; you don't need it an more!

Cheers
Andrew
 
E

Elmo

PSRumbagh said:
Thanks for the insight. Makes sense. I don't pay for AOL anymore since I
subscribed to Charter Cable Internet 3 years ago. AOL tech help has not been
available to us "Free-bies" for the last 18 months. Mostly I do use IE8
through Charter.net. AOL deserves to go bankrupt!

After removing the AOL software, you can still access their free mail
from AOL.com. You can also add it to OE, Thunderbird or other email
clients and get it sent along with your Charter Cable email account:

http://www.freeemailtutorials.com/outlookExpress/settingUpOutlookExpress/aolMailAccountSetup.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top