Can not open any .exe program, including winecfg

Questions about Wine on Linux
Locked
backslashhbar
Newbie
Newbie
Posts: 3
Joined: Wed Feb 10, 2016 10:57 pm

Can not open any .exe program, including winecfg

Post by backslashhbar »

I have installed wine-1.8 from gentoo with the USE staging on. However, no applications can be opened. I've tried to reinstall it with staging off and downgrade to version 1.7.55, which appear to be helpless.

For the first time I ran winecfg, following are shown in konsole:

Code: Select all

fixme:winediag:start_process Wine Staging 1.8 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
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.
fixme:dwmapi:DwmIsCompositionEnabled 0x6d41fd70
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69e6babb, context 0x893100, init_notify 0, handle 0x122e1d0): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
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.
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a07afa1, context 0x923cf0, init_notify 0, handle 0x11fe7b4): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
wine: configuration in '/home/zero/.wine' has been updated.
No thing happened after that. I also tried notepad. Still nothing.

Please help me to work it out. Thanks a lot.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can not open any .exe program, including winecfg

Post by dimesio »

backslashhbar wrote:

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.
That's one thing you need to fix, though that shouldn't prevent Wine's builtin programs from working. But nothing else in the output you posted looks abnormal.
backslashhbar
Newbie
Newbie
Posts: 3
Joined: Wed Feb 10, 2016 10:57 pm

Re: Can not open any .exe program, including winecfg

Post by backslashhbar »

Thanks for reply.
dimesio wrote:That's one thing you need to fix
I've reinstalled wine with USE samba. Still nothing changed except the err line disappeared.
backslashhbar
Newbie
Newbie
Posts: 3
Joined: Wed Feb 10, 2016 10:57 pm

Re: Can not open any .exe program, including winecfg

Post by backslashhbar »

I tried this line since I do not know what is wrong

Code: Select all

WINEDEBUG=+all winecfg &> /tmp/log.txt 2>&1
I'd like to upload the output as attachment. Only for some reason I could not get it done. And the log file is up to 40 M. I doubt all is necessary. But I can not tell what is important. Will anyone please tell me how to fix the problem with running wine? Thanks a lot.
Locked