Help running an exe that loads a dll

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
coneybeare
Newbie
Newbie
Posts: 2
Joined: Mon Dec 06, 2010 10:00 pm

Help running an exe that loads a dll

Post by coneybeare »

I am trying to run an command line exe called mp3loop that loads the lame_enc.dll to encode mp3's seamlessly.

EXE: http://www.compuphase.com/mp3/mp3loop.zip
DLL: http://cl.ly/0C1D1A0z1a3a0z3x3Z2A

Running the exe on a windows box works correctly, running the same command line with wine does not.


NON WORKING OUTPUT - CENTOS
========================
[root@ip-10-251-209-205 ~]# wine mp3loop.exe B8A7215F5FD425C228190F38ABA0444F.wav --quality=10 —encoder=lame_enc.dll
MP3Loop version 1.4
ITB CompuPhase, see www.compuphase.com

Original audio= 885874 samples
Resampled = 885888 samples
ERROR: failed to run the MP3 encoder.
========================


To reiterate, the exe works fine, but loading of the dll does not. Is there something special I need to do to run this as expected?
coneybeare
Newbie
Newbie
Posts: 2
Joined: Mon Dec 06, 2010 10:00 pm

Post by coneybeare »

Turns out the solution was fairly easy. I just had to copy the dll into:

~/.wine/drive_c/windows/system32/

and it worked just fine.
Locked