Procedure entry point rt 1 extendheap could not be located..
Procedure entry point rt 1 extendheap could not be located..
Love my T43 so much that I just paid around $300 for a new mother board for it, almost what I payed for it refurbished. Sunday afternoon, left town for a thanksgiving trip home. Second day there, rebooted the computer and got the message "Procedure entry point rt 1 extendheap could not be located in the dynamic link library."
When I boot up, I got the flash screen followed by a black screen until I turn the switch off. When I try to boot in safe-mode, I get the above message. I don't remember the T43 came with discs or not, since it was refurbished, I don't think there were any discs.
Any suggestions??
Thanks,
D*
When I boot up, I got the flash screen followed by a black screen until I turn the switch off. When I try to boot in safe-mode, I get the above message. I don't remember the T43 came with discs or not, since it was refurbished, I don't think there were any discs.
Any suggestions??
Thanks,
D*
-
rkawakami
- Admin

- Posts: 10055
- Joined: Sun Jun 04, 2006 1:26 am
- Location: San Jose, CA 95120 USA
- Contact:
Re: Procedure entry point rt 1 extendheap could not be located..
The "dynamic link library" is a file (.DLL) on your hard drive. The error message should display which .DLL it's trying to access. In any event, I'd try the following before attempting an OS re-install:
- re-seat all memory modules and run a complete memory diagnostic (memtest86+)
- assuming that the memory check comes back without any errors, run a read-only disk diagnostic. PC Doctor for DOS or the disk drive manufacturer's own disk utility program.
- if the disk checks out okay, re-boot into Windows and see if everything is back to normal
- re-seat all memory modules and run a complete memory diagnostic (memtest86+)
- assuming that the memory check comes back without any errors, run a read-only disk diagnostic. PC Doctor for DOS or the disk drive manufacturer's own disk utility program.
- if the disk checks out okay, re-boot into Windows and see if everything is back to normal
Ray Kawakami
X22 X24 X31 X41 X41T X60 X60s X61 X61s X200 X200s X300 X301 Z60m Z61t Z61p 560 560Z 600 600E 600X T21 T22 T23 T41 T60p T410 T420 T520 W500 W520 R50 A21p A22p A31 A31p
NOTE: All links to PC-Doctor software hosted by me are dead. Files removed 8/28/12 by manufacturer's demand.
X22 X24 X31 X41 X41T X60 X60s X61 X61s X200 X200s X300 X301 Z60m Z61t Z61p 560 560Z 600 600E 600X T21 T22 T23 T41 T60p T410 T420 T520 W500 W520 R50 A21p A22p A31 A31p
NOTE: All links to PC-Doctor software hosted by me are dead. Files removed 8/28/12 by manufacturer's demand.
Re: Procedure entry point rt 1 extendheap could not be located..
------------------------rkawakami wrote:The "dynamic link library" is a file (.DLL) on your hard drive. The error message should display which .DLL it's trying to access. In any event, I'd try the following before attempting an OS re-install:
- re-seat all memory modules and run a complete memory diagnostic (memtest86+)
- assuming that the memory check comes back without any errors, run a read-only disk diagnostic. PC Doctor for DOS or the disk drive manufacturer's own disk utility program.
- if the disk checks out okay, re-boot into Windows and see if everything is back to normal
I will try to reseat the memory stick that I can reach. I installed a 1-gb stick after I bought it...I think. Don't think I can reach the other.
Thanks for the suggestion. I will give it a try..
D*
Re: Procedure entry point rt 1 extendheap could not be located..
I would assume that "rt 1 extendheap " is what it can't find.rkawakami wrote:The "dynamic link library" is a file (.DLL) on your hard drive. The error message should display which .DLL it's trying to access.
D*
-
rkawakami
- Admin

- Posts: 10055
- Joined: Sun Jun 04, 2006 1:26 am
- Location: San Jose, CA 95120 USA
- Contact:
Re: Procedure entry point rt 1 extendheap could not be located..
The T43 has two memory modules; one installed underneath the keyboard and one accessible from behind a small rectangular panel on the bottom of the laptop. To get to the one under the keyboard, you need to remove 3 or 4 screws. They should be marked with a icon resembling a keyboard next to the holes where the screws are located. The instructions can be found in the Hardware Maintenance Manual:
http://www-307.ibm.com/pc/support/site. ... MIGR-58837 (for types 1871, 1872, 1873, 1874, 1875, 1876)
http://www-307.ibm.com/pc/support/site. ... MIGR-58791 (for types 2668, 2669, 2678, 2679, 2686, 2687)
.DLL fliles contain executable code (i.e., a computer program) that can be used by any other program that knows how to reference it. If you are slightly familiar with computer programming, a .DLL essentially contains subroutines that perform various functions. Other programs have been told what the names of those functions are (the "entry point") and which file it can find them in (the name of the .DLL file). Either the program which is trying to invoke the "rt 1 extendheap" function is confused, through a memory or disk error, or the .DLL file is missing or corrupted (again, a disk error). That's why I advise checking both the memory and disk drive for errors.
I've tried searching for "rt 1 extendheap" with both Google and Yahoo and the only reference I see is this thread
. Are you sure that this is the exact error message being displayed?
http://www-307.ibm.com/pc/support/site. ... MIGR-58837 (for types 1871, 1872, 1873, 1874, 1875, 1876)
http://www-307.ibm.com/pc/support/site. ... MIGR-58791 (for types 2668, 2669, 2678, 2679, 2686, 2687)
.DLL fliles contain executable code (i.e., a computer program) that can be used by any other program that knows how to reference it. If you are slightly familiar with computer programming, a .DLL essentially contains subroutines that perform various functions. Other programs have been told what the names of those functions are (the "entry point") and which file it can find them in (the name of the .DLL file). Either the program which is trying to invoke the "rt 1 extendheap" function is confused, through a memory or disk error, or the .DLL file is missing or corrupted (again, a disk error). That's why I advise checking both the memory and disk drive for errors.
I've tried searching for "rt 1 extendheap" with both Google and Yahoo and the only reference I see is this thread
Ray Kawakami
X22 X24 X31 X41 X41T X60 X60s X61 X61s X200 X200s X300 X301 Z60m Z61t Z61p 560 560Z 600 600E 600X T21 T22 T23 T41 T60p T410 T420 T520 W500 W520 R50 A21p A22p A31 A31p
NOTE: All links to PC-Doctor software hosted by me are dead. Files removed 8/28/12 by manufacturer's demand.
X22 X24 X31 X41 X41T X60 X60s X61 X61s X200 X200s X300 X301 Z60m Z61t Z61p 560 560Z 600 600E 600X T21 T22 T23 T41 T60p T410 T420 T520 W500 W520 R50 A21p A22p A31 A31p
NOTE: All links to PC-Doctor software hosted by me are dead. Files removed 8/28/12 by manufacturer's demand.
-
Mike Blake
- Sophomore Member
- Posts: 248
- Joined: Sun Mar 30, 2008 4:28 pm
- Location: Warwick, Rhode Island
Re: Procedure entry point rt 1 extendheap could not be located..
Hmm, but a search on "extend heap" reveals many tutorials for hackers on how to exploit security weaknesses. Is a virus a possibility?
--Mike Blake
Re: Procedure entry point rt 1 extendheap could not be located..
Haven't had a chance to reseat the memory stick yet. But couldn't someone with an emergency boot disk or something find the problem?Mike Blake wrote:Hmm, but a search on "extend heap" reveals many tutorials for hackers on how to exploit security weaknesses. Is a virus a possibility?
I don't really remember if this came with boot disks or not, but I don't think so since it was refurb.
D*
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Where this part must be located in T500 ?
by constsp » Fri Feb 24, 2017 10:48 am » in ThinkPad T400/410/420 and T500/510/520 Series - 2 Replies
- 774 Views
-
Last post by brchan
Sat Feb 25, 2017 10:30 pm
-
-
-
FS: X60, X61 MOTHERBOARD 43Y9022 and Intel wifi card - Located in EU
by zz7 » Tue Apr 25, 2017 2:27 am » in Marketplace - Forum Members only - 0 Replies
- 166 Views
-
Last post by zz7
Tue Apr 25, 2017 2:27 am
-
-
-
FS: Dell TrueMobile 2300 Access Point/Router
by RealBlackStuff » Wed Feb 01, 2017 11:00 am » in Marketplace - Forum Members only - 0 Replies
- 234 Views
-
Last post by RealBlackStuff
Wed Feb 01, 2017 11:00 am
-
-
-
A31 no post - 4 4 beep codes point to Security Chip?
by TPFanatic » Wed May 10, 2017 7:38 pm » in ThinkPad R, A, G and Z Series - 5 Replies
- 531 Views
-
Last post by kfzhu1229
Fri May 12, 2017 1:27 am
-
Who is online
Users browsing this forum: No registered users and 3 guests



