PC Review


Reply
Thread Tools Rate Thread

Application failure upon trying to load a .dll file.

 
 
PSRumbagh
Guest
Posts: n/a
 
      29th Jan 2010
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?
 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a
 
      29th Jan 2010

On 30/01/2010 06:08, PSRumbagh wrote:
> 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

--
amclar at optusnet dot com dot au
 
Reply With Quote
 
Member
Join Date: Dec 2007
Posts: 76
 
      29th Jan 2010
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
 
Reply With Quote
 
PSRumbagh
Guest
Posts: n/a
 
      30th Jan 2010

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!

"Andrew McLaren" wrote:

> On 30/01/2010 06:08, PSRumbagh wrote:
> > 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
>
> --
> amclar at optusnet dot com dot au
> .
>

 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a
 
      30th Jan 2010
On 30/01/2010 11:01, PSRumbagh wrote:
> 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
 
Reply With Quote
 
Elmo
Guest
Posts: n/a
 
      30th Jan 2010
PSRumbagh wrote:
> 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!
>
> "Andrew McLaren" wrote:
>
>> On 30/01/2010 06:08, PSRumbagh wrote:
>>> 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.
>>
>> "aolsoftware.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


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/ou...countSetup.htm

--
Joe =o)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Provider Load Failure message on invoking application in image =?Utf-8?B?Qk9OVFo=?= Windows XP Embedded 1 6th Jan 2005 08:16 AM
(Registry File Failure) Cannot load hive file Microsoft Windows 2000 Registry Archive 8 5th Aug 2004 01:19 PM
(Registry File Failure) Cannot load hive file Microsoft Windows 2000 Registry 4 5th Aug 2004 01:19 PM
(Registry File Failure) Cannot load hive file Microsoft Windows 2000 Registry Archive 0 4th Aug 2004 12:04 AM
Stop: c0000218 {Registry File Failure} The registry cannot load the hive (file) Doug Windows XP Performance 0 29th Jun 2004 08:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:32 PM.