nothing happens :(

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sbwhspr
Newbie
Newbie
Posts: 2
Joined: Wed Sep 13, 2017 11:35 am

nothing happens :(

Post by sbwhspr »

Hello,

I’m very happy to became familiar with wine, but I faced a problem when I tried to install a program using that.
In fact nothing happens when I click on install button (at the install wizard window).
It’s the output: http://bit.ly/2h3jUsx
please help me!!

thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: nothing happens :(

Post by dimesio »

One problem you have to fix:

Code: Select all

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; install winbind.
sbwhspr
Newbie
Newbie
Posts: 2
Joined: Wed Sep 13, 2017 11:35 am

Re: nothing happens :(

Post by sbwhspr »

dimesio wrote:One problem you have to fix:

Code: Select all

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; install winbind.
I did, but the problem remains the same as before.
new output:http://bit.ly/2wXyBY8
qwertymnb
Level 4
Level 4
Posts: 237
Joined: Sun Jan 17, 2016 4:36 pm

Re: nothing happens :(

Post by qwertymnb »

I opened a bugreport for the app here https://bugs.winehq.org/show_bug.cgi?id=43770
Locked