First Startup Error Message

Having trouble with LMMS? Ask about it here.
Hi,

I have installed LMMS on windows 7. When I want to start it, it just fails, in the error message it says that the libportaudio-2.dll is not working/or it's missing.
what version of lmms?
0.4.9 is stable and i belive also running on w7
Br.
The latest one, 0.4.10, I have tried the 0.4.9 but it has the same error( when the splash screen appears it shows me an error reporting message, the crash is caused by the libportaudio-2.dll)
I've installed 0.4.0 and it's working.
raised ticket on the off. bug resolve area.
No fix yet.
Br.
Hey, I was having this error too and dig a bit of digging and came up with a solution. At least to starting. Be aware that for me, LMMS still crashes on exiting. And I haven't had time to fool around with it much yet. So use at your own risk. I've at least gotten it to start ><

First off: I'm on Windows XP SP3. I am using LMMS 0.4.10 (use the exe to install).

What you'll need to try this solution is:

1) http://www.mingw.org/ - Get the download with MSYS. You'll be using this to compile your own libportaudio-2.dll.

2) Go to: http://www.portaudio.com/download.html - You want this file: pa_stable_v19_20110326.tgz

3) You'll need a program to unzip *.tgz files. 7-Zip can do this, or you can use whatever you have available. ( http://www.7-zip.org )

4) Install MinGW and MSYS.

5) Have the PortAudio file you downloaded extracted and place the files into: C:\MinGW\msys\1.0\home\YourMinGWnamehere\portaudio

6) Start the MinGW shell through the start menu. Navigate to the folder where you placed the files. If you put it where I suggested then simply type:

Code: Select all

cd portaudio
7) The next steps are from this tutorial.

7a) Type:

Code: Select all

./configure
7b) When that command finishes type (this command may take some time sometimes upwards of 5minutes):

Code: Select all

make
7c) When the make command finishes type:

Code: Select all

make install
8) This process has created a new libportaudio-2.dll file. It is, by default, placed into the C:\MinGW\msys\1.0\home\YourName\portaudio\lib\.libs directory. You can use Windows Explorer at this point to navigate around. Go to this directory, copy the new libportaudio-2.dll file and paste it into C:\Program Files\LMMS. Windows will ask you about overwriting the current file. If you want to keep the old file, rename it. Otherwise let the file be overwritten.

9) Try starting LMMS now.

Hopefully this works and you can start LMMS. I'll post a follow up if I can figure out why LMMS crashes on exit (LMMS.exe problem now). And hopefully there are no other crashes... we'll have to see.

Update: Crashes semi-often even with the "fix." Oh well!
Same problem, version 0.4.11, Soundblaster Audigy, Creative Labs driver, Windows XP SP3.
This post could be of interest to you
http://old.nabble.com/LMMS-with-ASIO-wo ... 16047.html
Make sure you understand TOBY's comment.
BTW - do you already try to use lmms with ASIO -that is not natively supported