PCError

Just another WordPress weblog

A lot of people get missing or corrupt dll error messages? These are usually very easy to fix. All you need to do is download a new version of the offending dll file:

DLL-World.com is a great place: http://www.dll-world.com

How to install a new DLL:

Open the zip-file you just downloaded.

Extract the .dll file to any location on your computer. Your best bet is to unzip the file to the directory of theprogram that is requesting the file. If that doesn’t work, you should extract the file to your system directory.

This is C:\Windows\System (Windows 95/98/Me), C:\WINNT\System32 (Windows NT/2000), or C:\Windows\System32 (Windows XP).

Make a backup copy of the original file dll file and replace it with the new dll.

Reboot your computer

If the problem does not go away, try the following:

1. Press Start and select Run

2. Type CMD and press Enter

3. Type regsvr32 “filename”.dll and hit enter

A code 39 is usually a driver error that prevents your CD or DVD-ROM drive from being displayed. It alerts you that a communication error has occurred and the ROM drivers are either corrupt or missing. A code 39 error can be caused by a number of reasons including the presence of malicious files, or registry problems. Regardless, a few simple troubleshooting steps and guidelines can solve this error and allow you to use your ROM drive.

Right-click the drive once you have identified it and click “Update Driver.” Follow the guided prompts to update the drive and restart your computer when the process is complete. If that does not solve the problem, move to the next section.
Using the Registry
Step
1

Click the Windows “Start” button and click “Run.”
Step
2

Type “regedit” (Without quotes) and press “Enter” to open the registry console.
Step
3

Click the “HKEY_LOCAL_MACHINE” folder on the left panel and click “SYSTEM.” Click “CurrentControlSet” and click “Control.” Click “Class and click the “{4D36E965-E325-11CE-BFC1-08002BE10318}” key. Delete the following entries if they exist under this key: LowerFilters, LowerFilters.bak, UpperFilters, UpperFilters.bak.
Step
4

Click “File” and click “Exit” to close the registry console. Restart your computer.
Step
5

Double-click “My Computer” on the desktop after your computer has restarted and verify that your CD or DVD-ROM drive is visible. You should also check the Device Manager again to see if the exclamation mark has been removed from your CD or DVD-ROM drive.

I understand that many computer users find it a trouble to manually type error messages and paste it in forums to get help. For short error message, It’s not too bad. But there are some really long error messages with random error code numbers, location, file names UGH! I’d go mad if I had to type the error messages below.

Why don’t Windows error messages has a button for you to copy all the error messages? Why can’t I simply use my mouse to highlight the error messages in command prompt? Actually there are ways to let you copy the text in windows error message and also in command prompt.

Actually there is! You can easily copy Windows error messages by using the copy shortcut key CTRL+C. Don’t believe? Go to Start > Run, simply type anything at the run box and hit enter. You’ll get an error message that says “Windows cannot find ‘xxxxxxxx’. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.” Now press CTRL+C simultaneously. Then open up a notepad or any text editor and hit CTRL+V. You should see this being pasted at your text editor.

—————————
xxxxxxx
—————————
Windows cannot find ‘xxxxxxx’. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.
—————————
OK
—————————

Unfortunately this method doesn’t copy ALL error messages. Only windows error messages.

As for how to copy and paste in command prompt or DOS window, there are 2 ways to do it.
1. Right click at anywhere at the command prompt, and select Mark.

You can now use your mouse left click to mark the area that you want to copy. Once you have selected the text you want to copy, then use the right mouse button or the Enter key to copy the selected text to the clipboard. To paste, right click and select Paste.

2. Right click at command prompt titlebar and select Properties.

At options tab, check or enable QuickEdit Mode.

Click OK. You can now easily mark the text that you want in command prompt and then to copy the text, right click your mouse OR hit the enter key. To paste, right click your mouse.

Now you know how to copy error messages from windows and command prompt. Please make sure you include the exact error messages that you get from your computer in forum when posting a problem. It enables us to understand better what is the problem with your computer.