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 at 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?