How to install/download a library WMIX32.dll ?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Hargo
Newbie
Newbie
Posts: 1
Joined: Tue May 28, 2013 12:47 pm

How to install/download a library WMIX32.dll ?

Post by Hargo »

Hey guys,

How to install a library WMIX32.dll ?
err:module:import_dll Library WMIX32.dll (which is needed by L"C:\\I-Magic\\Fallen\\Exe\\fallen.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\I-Magic\\Fallen\\Exe\\fallen.exe" failed, status c0000135
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
err:service:service_control_dispatcher failed to open service manager error 1722
err:service:service_send_start_message service L"PlugPlay" failed to start
fixme:service:scmdatabase_autostart_services Auto-start service L"PlugPlay" failed to start: 1053
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
i using wine 1.4 and Linux Mint Debian (LMDE 201303)
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to install/download a library WMIX32.dll ?

Post by dimesio »

How to install a library WMIX32.dll ?
That's not a dll that comes with Windows. If your app needs it, it should have installed it.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
Do what it says.
i using wine 1.4
That version is old. Upgrade.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: How to install/download a library WMIX32.dll ?

Post by DanKegel »

Also, it looks like that problem happens on windows, too.
(See http://www.spotlight-wissen.de/archiv/m ... 85657.html )
You might have to find wmix32.dll and wmix32.ini on the game's
install disc and copy them to ~/.wine/drive_c/windows/system32/

(What app is this? If it's as old as the one in that web page, you might run
into trouble with it needing 256-color mode...)
Locked