msvcrt.dll XP problem


Recommended Posts

I uninstalled Silverlight, since I did not need it for the photo sharing site anymore.

Since then, every single program I launch gives this error "entry point was not found" msvcrt.dll

I started in safe mode, fixed the Premissions settings. I copied the original DLL from the windows cd, I cannot fix this problem.

I reinstalled Silverlight, problem still here, then installed Visual Basic.

I cannot figure out how to fix this. Its been 4 weeks, I am going nuts.

errrror.jpg

Link to comment
https://www.neowin.net/forum/topic/972032-msvcrtdll-xp-problem/
Share on other sites

You're going to want to nuke your machine ASAP. Pay attention to your credit cards if you have ordered anything offline recently. Then follow through with at least the last two steps below.

Install Windows 7 :shiftyninja:

Install MSE

Install Firefox w/ Noscript & Adblock

Think back to what you have recently done. Anything shady, avoid doing in the future. If it was just casual browsing, then it is time to follow through with steps 2 and 3 above if anything else.

You're going to want to nuke your machine ASAP. Pay attention to your credit cards if you have ordered anything offline recently. Then follow through with at least the last two steps below.

Install Windows 7 :shiftyninja:

Install MSE

Install Firefox w/ Noscript & Adblock

Think back to what you have recently done. Anything shady, avoid doing in the future. If it was just casual browsing, then it is time to follow through with steps 2 and 3 above if anything else.

Even Firefox isn't a sure thing; no matter which browser you use there will be some vulnerability with the largest being layer 8 (aka the end user). When ever I've fixed up computers in the past, 9/10 you find that what the person has been infected with is the result of social engineering rather than brut force cracking a system.

Maxmem is a switch in Windows XP and some viruses can disguise themselves as this process! If a program accessing the Msvcrt.dll is unable to find the procedure entry point in the file, you may receive error messages! What actually happens on boot, anything at all or nothing..

What happens when you restart your PC, have you checked for viruses and malware? What Antivirus program do you have installed on your PC? What service pack? SP3 with all the latest updates I hope!

I see it looks like you have tried this already:

Boot your system using the Windows XP installation CD.

On the Welcome to Setup screen, press R to access the Recovery Console.

In case you have more than one operating system installed on your PC, then you will have to select the number key that corresponds to the operating system you wish to repair.

Logon to the system as an administrator.

In the Recovery Console screen, type the commands listed below. Press Enter after each command to execute them.

cd system32

ren msvcrt.dll msvcrt.bak

X:

cd \i386

expand msvcrt.dl_ Y:\windows\system32

exit

Note: X here represents the drive letter of your CD-ROM or DVD-ROM drive and Y stands for the drive in which Windows is installed.

Even Firefox isn't a sure thing; no matter which browser you use there will be some vulnerability with the largest being layer 8 (aka the end user). When ever I've fixed up computers in the past, 9/10 you find that what the person has been infected with is the result of social engineering rather than brut force cracking a system.

True, but Adblock blocks anything that could come through hijacked ads, and NoScript prevents any kind of script from running unless it's a white listed page. It pretty much eliminates all chances except user error.

I downloaded maxmem from the AnalogX website. Been using maxmem for many years now.

I run F Secure antivirus and Peerblock.

My hosts file will block most known malware networks along with Open DNS.

Anti spyware programs: SuperANTISPYWARE and Malaware Malwarebytes and GMER. I have not seen a virus and spyware warning in 3 months.

You could use a BartPE CD with your choice of anti-malware loaded to clean your drive from outside the installed OS.

You could also use any of a number of Linux distros that have LiveCDs to do the same thing. There's Linux versions of Avast and a couple other Windows anti-virus programs complete with GUIs. Just make sure you've got plenty of RAM as it may take a bit to run the LiveCD and install an anti-virus with updates using only your RAM.

"I copied the original DLL from the windows cd, I cannot fix this problem."

And was your CD on the same SP level as your install?

The file is not really on the CD you would have to have done an

expand msvcrt.dl_

And booting into safe mode is not going to cut it to replace a system DLL, you going to have to boot from recovery console, etc.

  • 2 years later...

since this is bumped I wanted to ask, why are they saying "msvcrt.dl_"

whats the .dl_ all about?

On older versions of Windows NT (pre-Vista) Microsoft used per-file compression to keep the size of the install disk as small as possible. (This is in contrast to the way Microsoft has done compression since Vista - compressing the entire install image as one file.) Their naming convention for compressed files was to replace the last letter of the file extension with an underscore. Therefore msvcrt.dll compressed to msvcrt.dl_. Any of the compressed files on the installation disc may be expanded back to their original, uncompressed state using the expand utility built into Windows.

Therefore the One Post Wonder who necroed this thread is suggesting replacing the damaged copy of msvcrt.dll with the original one from the Windows XP installation disc. However, he is making the assumption that the i386 directory has been copied from the installation disc to the root of the C drive. While that was once common practice for many OEMs, it is far from standard. If C:\i386 doesn't exist on your machine, you could substitute the path for your CD drive (i.e. D:\i386 or E:\i386) once you have inserted your original Windows XP installation disc.

In general in a situation where you need to replace a corrupt file installed on your system with a good copy from the Windows installation disc, it is probably better to run an SFC scan than to expand the file manually. System File Checker will check to make sure that each Windows system file is valid and replace it automatically if not. (It does still require your Windows installation disc, however.) As an additional advantage, while you cannot replace individual system files in Windows Vista and later the same way you could in earlier versions of Windows due to Vista's more modern installation method, SFC is supported by Microsoft and has been included with every version of Windows since Windows 2000. Enter the following command at an administrator command prompt to initiate an SFC scan:


sfc /scannow
[/CODE]

On older versions of Windows NT (pre-Vista) Microsoft used per-file compression to keep the size of the install disk as small as possible. (This is in contrast to the way Microsoft has done compression since Vista - compressing the entire install image as one file.) Their naming convention for compressed files was to replace the last letter of the file extension with an underscore. Therefore msvcrt.dll compressed to msvcrt.dl_. Any of the compressed files on the installation disc may be expanded back to their original, uncompressed state using the expand utility built into Windows.


sfc /scannow
[/CODE]

It's still done now, check AMD driver folder

Capture.PNG

thanks for the reply guys.

I knew about sfc but I didnt know that the .dl_ meant it was compressed.

I see what you are saying but why? why rename it? whats wrong with a compressed msvcrt.dll? Is it just so that its easy to tell whats compressed and what isn't?

It's still done now, check AMD driver folder

I was not trying to claim that no one compresses files that way anymore. It is absolutely still done. When Microsoft depreciates a technology they will still support it 20 years (give or take a decade). They are very good about maintaining legacy support. My claim is that the aforementioned method of compression is no longer used on Windows installation discs (since Vista). Driver manufacturers are free to package their code however they see fit. In fact, full image compression (similar to what Microsoft uses on modern Windows installation discs) wouldn't make much sense for installation or backup files which are rarely accessed but may need to be decompressed individually.

Is it just so that its easy to tell whats compressed and what isn't?

That's it exactly. File extensions are just a way to assoicate files with programs that can manipulate them. They have no more significance than that.

Whenever I find a missing DLL on an old system, I am always able to find it by doing a Google search and downloading hte file.

That sounds like an exceptionally terrible approach, especially if the library in question shipped with Windows. It is very easy to end up with much bigger system problems by downloading an incompatible version of the library. Not to mention that fact that I'm not sure I trust the vast majority of the "DLL DOWNLOAD!" sites on the Internet; they just look shady. Unfortunately those websites exist because many people do exactly that: Google the DLL and download a copy from the first website in the search results.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I bought this game. Played it for an hour, and then got a refund from Steam. Not a fun game at all.
    • Nothing Ear buds with active noise cancellation are at their lowest price ever with 51% off by Fiza Ali Amazon is currently offering the Nothing Ear wireless earbuds at their lowest price ever with 51% off limited prime deal. The earbuds feature an 11mm dynamic drivers with a ceramic diaphragm, and support high-resolution audio codecs including AAC, SBC, LDAC, and LHDC 5.0. They support active noise cancellation of up to 45dB across a frequency range of up to 5000Hz, and include a smart ANC algorithm, adaptive noise cancellation, and a transparency mode that allows surrounding sounds to be heard when needed. Connectivity is provided via Bluetooth 5.3, with support for multiple profiles including HFP, A2DP, AVRCP, and others. The earbuds also support dual connection, allowing them to be paired with two devices at the same time. Additional features include IP54 water and dust resistance for the earbuds and IP55 for the charging case, in-ear detection, pinch controls, low-latency mode, Google Fast Pair, Microsoft Swift Pair, and a three-microphone system per earbud for clearer voice calls. The Nothing X app, available on Android and iOS, provides access to custom EQ settings, bass enhancement, personal sound profiles, ear tip fit testing, firmware updates, customisable controls, dual-device management, and a find-my-earbuds feature. In terms of battery performance, each earbud has a 46mAh battery and the charging case has a 500mAh capacity. With active noise cancellation (ANC) turned off, the earbuds should offer up to 8.5 hours of playback on a single charge and up to 40.5 hours in total with the charging case. With ANC enabled, playback should last up to 5.2 hours on the earbuds and up to 24 hours with the case. For calls, talk time should reach up to 5 hours on the earbuds and 23 hours with the case when ANC is off, while ANC on should provide up to 4 hours on the earbuds and 18 hours with the case. Finally, fast charging should deliver up to 10 hours of playback from 10 minutes of charging when ANC is disabled. Nothing Ear Wireless Earbuds Bluetooth: $73.15 (Amazon US) - 51% off Good to know This Amazon deal is U.S. specific, and not available in other regions unless specified. We only use first-party seller links (at the time of article publishing); ensure that you purchase from a first-party seller link only. Check out Today's Deals on Amazon | or our recent tech deals. Become a Prime member (for Students or SNAP) via Neowin Get Prime Access - Prime for half price (for qualifying Medicaid, EBT, SNAP) Subscribe to Prime Video, Audible Plus, Music Unlimited or Kindle Unlimited via Neowin As an Amazon Associate, we earn from qualifying purchases.
    • Microsoft officially launched its Copilot Cowork enterprise AI agent on June 16, 2026, switching to usage-based pricing on the same day it disclosed it is considering a Microsoft-hosted version of China's DeepSeek V4 as a lower-cost engine for the platform — a pairing that puts the company on a collision course with both its enterprise customers' security teams and a White House that has spent months trying to wall off Chinese AI from American infrastructure.................... https://www.techtimes.com/articles/318647/20260618/microsoft-eyes-deepseek-v4-copilot-cowork-what-azure-hosting-cannot-fix.htm  
    • Forza Horizon 6 gets another hotfix for one of the game's online modes by Taras Buria Recently, Forza Horizon 6 players discovered an interesting glitch that allowed farming a crazy amount of in-game credits in a few minutes. Playground Games quickly pulled the plug on the exploit by disabling one of the game's online modes, and today, the studio is rolling out another hotfix. In my review, I complained about the game still showering gamers with cars, credits, and wheelspins. As such, earning money in Forza Horizon 6 is not a particularly difficult task. You simply have to play the game, crazy, I know. However, people still found an easier path to becoming a billionaire in Forza Horizon 6. All you had to do was purchase the Hummer EV, install a specific tune, shift in reverse while going at about 15 MPH, hit a wall, and get launched into the stratosphere at the speed of light. While mid-air, launch Eliminator and quickly get eliminated. Boom, the game just awarded you with a few million in-game credits. Initially, Playground Games disabled Eliminator to prevent people from farming credits. Now, following the release of the first balancing update, developers are rolling out a new update that re-enables Eliminator and gives users a free McLaren Sabre as a gesture of goodwill. Here is the changelog: One critical issue remains unpatched, though. There are quite a few reports of the game wiping gamers' saves, and developers are still looking into that. To avoid potential data loss, Playground Games recommends taking one of the steps outlined in a previously published support article.
  • Recent Achievements

    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      591
    2. 2
      +Edouard
      170
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      67
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!