-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Troubleshooting
Troubleshooting guide for running LMMS on various platforms. You may also ask in our #support
channel on Discord. For development questions, please see our compiling page(s) instead.
- Reboot your computer (ensures no instances of
lmms.exe
are already running)- Additionally you may terminate the following running processes:
lmms.exe
,RemoteZynAddSubFx.exe
,RemoteVstPlugin.exe
,RemoteVstPlugin32.exe
- Additionally you may terminate the following running processes:
- Uninstall LMMS from Control Panel
- Locate
C:\Program Files\LMMS\
if present, remove it (if paranoid, move it to your desktop). - If you have a
C:\Program Files (x86)\LMMS
, remove it (again, if paranoid, move it instead). - Locate
%USERPROFILE%\.lmmsrc.xml
, remove it (again, if paranoid, move it instead) - Reinstall LMMS
- Drivers are the most common cause of crashes on startup.
- First attempt to disable the sound devices through Device Manager and enable them one-by-one.
- Second, download the latest sound driver from your sound card (from PC manufacturer website, or directly from the sound card manufacturer.)
- Note: Some HDMI sound devices use video drivers from NVIDIA/AMD(ATI)/Intel.
- If this doesn't help, force removal of the 3rd party driver and use the one provided by Microsoft. This is how:
- Open Device Manager
- Expand Sound and Game controllers
- Locate your sound card, Right Click, Uninstall Device
- Click the Checkbox that says "Remove driver software for this device"
- Reboot
- Windows should automatically search for a sound driver. This will take a few minutes.
- Windows should install a sound driver from Windows updates. Once finished, reboot if needed.
- If Windows could not located a sound driver, visit the manufacturer website and manually download a sound driver for your computer, install the sound driver manually, reboot if needed.
- Try LMMS again.
- If this doesn't help, try replacing the
libportaudio-2.dll
in your installation directory with a recompiled one.
(courtesy of darkill, 2011)
-
From Windows, run
dxdiag
-
Select the desired audio interface, e.g. "Sound 1"
-
In the "Drivers" section, find the driver name, e.g. "USBAUDIO.sys"
Note: You may choose to look for "Default Device: Yes" in the "Devices" section to send to your default interface -
Type this value into the Settings Dialog, Audio Settings, SDL section.
-
Click OK. Restart LMMS. If this did not fix the problem, try another audio interface and repeat.
- Some solid-state hard drives suffer a condition known as "worn bits".
The vendor disk utility or running
chkdsk /f
as administration should help.
If LMMS is fixed, great. If it doesn't, search for Qt conflicts:
- Search your computer for any files named
Qt*.dll
(Windows + F, Qt*.dll, wait for it to finish).- Take special note of any DLLs that may be in your
PATH
, such asC:\Windows
,C:\Windows\System32
, etc. You may need to delete them manually or uninstall the application associated with them. - Ignore those found in
%APPDATA%
orProgram Files
, they're generally safe. Watch out for those installed inC:\Windows
orC:\Windows\System32
- Take special note of any DLLs that may be in your
If that doesn't work you can ask in our #support
channel on Discord.
- VSTs GUI does not display
- Try to launch using
LIBGL_ALWAYS_SOFTWARE=1
. See also #5323
- Try to launch using
Sorry, there's nothing here yet! Please help by contributing or ask in our #support
channel on Discord.