Microsoft Knowledge Base Email Alertz

When your Windows 2000-based computer loads the Winmm.dll file into memory, you may experience a delay. This delay may occur at different times, depending on how the Winmm.dll file is loaded.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 266327 - Last Review: March 2, 2007 - Revision: 3.2

Performance Issues When Loading Winmm.dll

System TipThis article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you. Visit the Windows Vista Solution Center
This article was previously published under Q266327
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986  (http://kbalertz.com/Feedback.aspx?kbNumber=256986/EN-US/ ) Description of the Microsoft Windows Registry

On This Page

SYMPTOMS

When your Windows 2000-based computer loads the Winmm.dll file into memory, you may experience a delay. This delay may occur at different times, depending on how the Winmm.dll file is loaded.

Import Library

If a program loads the Winmm.dll file by using an import library, Winmm.dll is loaded when the program starts. In this case, you may experience a delay when you start the program.

NOTE: Performance can be significantly affected if the program is started many times by using a batch file.

LoadLibrary

If a program loads the Winmm.dll file by using LoadLibrary, Winmm.dll is loaded only when the program needs to used it. For example, if Explorer.exe plays a sound when you open a menu, the Winmm.dll file is loaded when the sound is played the first time. In this case, you may experience the delay when the the program loads the Winmm.dll file.

CAUSE

This problem occurs because the Winmm.dll file is trying to load the AUX library, which does not exist.

RESOLUTION

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To resolve this problem, obtain and install Service Pack 1 (SP1) for Windows 2000, and then use Registry Editor (Regedt32.exe) to view the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32
Add the following registry value:
Value Name: aux
Value Type: REG_SZ
Data: mmdrv.dll

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

The Winmm.dll file is a 32-bit library that supports multimedia services; it is used to initialize .wave, .midi, and .aux files. Note that .wave and .midi devices are mapped to the Wdmaud.drv file in the Drivers32 registry key, but AUX is not, causing Winmm.dll not to succeed when it tries to load the AUX library.

APPLIES TO
  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
Keywords: 
kbbug kbfix kbqfe kbenv kbsound KB266327
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate