Page 1 of 1

First Startup Error Message

Posted: Mon Apr 04, 2011 6:58 pm
by balazselod
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.

Re: First Startup Error Message

Posted: Wed Apr 06, 2011 8:45 am
by musikbear
what version of lmms?
0.4.9 is stable and i belive also running on w7
Br.

Re: First Startup Error Message

Posted: Thu Apr 07, 2011 12:08 pm
by balazselod
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)

Re: First Startup Error Message

Posted: Wed Apr 13, 2011 6:55 pm
by balazselod
I've installed 0.4.0 and it's working.

Re: First Startup Error Message

Posted: Thu Apr 14, 2011 11:56 am
by musikbear
raised ticket on the off. bug resolve area.
No fix yet.
Br.

Re: First Startup Error Message

Posted: Thu May 26, 2011 6:58 pm
by sdemaio
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!

Re: First Startup Error Message

Posted: Thu Jul 07, 2011 8:00 pm
by guarib
Same problem, version 0.4.11, Soundblaster Audigy, Creative Labs driver, Windows XP SP3.

Re: First Startup Error Message

Posted: Sat Jul 09, 2011 11:42 am
by musikbear
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