ntlm_auth was not found or is outdated

Questions about Wine on Linux
Locked
triplonlon
Newbie
Newbie
Posts: 1
Joined: Thu Jan 12, 2023 2:30 am

ntlm_auth was not found or is outdated

Post by triplonlon »

I'm getting this error:

010c:err:winediag:ntlm_check_version 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.

when using the application Flashpoint 11 Infinity, which runs .swf files under Adobe Flash Player 32 with Wine.
I've tried installing samba-winbind & any samba- related package, but I've already installed them.

I am using Fedora 37 and wine-staging 6.19. Any help is appreciated. Thanks!
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: ntlm_auth was not found or is outdated

Post by jkfloris »

ntlm_auth is in the samba-winbind-clients package.
If it is installed check the version with:

Code: Select all

ntlm_auth --version
If it is not "Version x.x.x" format, update Wine to a version greater than 7.22

---
viewtopic.php?p=138890
https://bugs.winehq.org/show_bug.cgi?id=53932
triplonlon
Newbie
Newbie
Posts: 1
Joined: Thu Jan 12, 2023 2:30 am

Re: ntlm_auth was not found or is outdated

Post by triplonlon »

Thanks for the reply. It seems like the program I was running uses an outdated version of wine, as my system already has wine-staging 7.22 installed, so it is not a wine issue.
Last edited by triplonlon on Thu Jan 12, 2023 8:19 pm, edited 1 time in total.
Locked