https://bugs.winehq.org/show_bug.cgi?id=57436
Bug ID: 57436 Summary: ntlm_auth was not found after Debian update? Product: Wine Version: 8.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: winehq@infobahn.33m.co Distribution: ---
So I am new to submitting bugs but will try to give relevant info.
Wine --version = wine-8.0 (Debian 8.0~repack-4)
I recently did a mundane:
sudo apt-get update && sudo apt-get upgrade
and later tried running a win program (foobar2000) and got:
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.
So I checked the version:
user@media:~/.wine/drive_c/Program Files$ ntlm_auth --version Version 4.17.12-Debian
and the path:
user@media:~/.wine/drive_c/Program Files$ echo $PATH /home/user/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
user@media:~/.wine/drive_c/Program Files/foobar2000$ which ntlm_auth /usr/bin/ntlm_auth
Ultimately this results in foobar2k crashing, but seemingly only fb2k. I have tried running mp3tag, Awesome Duplicate Finder, notepad.exe, and iexplorer.exe and none of them crashed (IE would not load pages but I can't be sure that is a related issue). I will be happy to post more information, please let me know what is needed.
https://bugs.winehq.org/show_bug.cgi?id=57436
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Not a blocker.
You could try with wine-9.21?