https://bugs.winehq.org/show_bug.cgi?id=43078
Bug ID: 43078 Summary: WINE does not call ntlm_auth even with SAMBA suite installed and active Product: Wine Version: 2.0.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mail-an-fk35@web.de Distribution: ---
Created attachment 58263 --> https://bugs.winehq.org/attachment.cgi?id=58263 error message received
WINE does not call ntlm_auth even with SAMBA suite installed, active and user account synchronized between Xubuntu 16.04 and SAMBA user DB.
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #1 from Austin English austinenglish@gmail.com --- What version of Samba?
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #2 from Rosanne DiMesio dimesio@earthlink.net --- Do you have 32 bit winbind installed?
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- What is the user level problem? Like "program xxxx crashes when...". I assume you are trying to infer the bug subject from the log, which is not always a good choice. And what is the program affected?
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #4 from Franz mail-an-fk35@web.de --- (In reply to Austin English from comment #1)
What version of Samba?
Samba 4 as default for Xubuntu 16.04
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #5 from Franz mail-an-fk35@web.de --- (In reply to Rosanne DiMesio from comment #2)
Do you have 32 bit winbind installed?
I installed the defaultSAMBA 4 version on 64 bit Xubuntu 16.04. Does the error mean 32bit windbind is required?
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #6 from Franz mail-an-fk35@web.de --- (In reply to Bruno Jesus from comment #3)
What is the user level problem? Like "program xxxx crashes when...". I assume you are trying to infer the bug subject from the log, which is not always a good choice. And what is the program affected?
The error message is the one running the program in a terminal window, not extracted from the logs. The program my daugther and I try to get running is SoliPrax.exe an accounting program for practical medics.
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #7 from Rosanne DiMesio dimesio@earthlink.net --- (In reply to Franz from comment #5)
I installed the defaultSAMBA 4 version on 64 bit Xubuntu 16.04. Does the error mean 32bit windbind is required?
Of course it's required. The 32 bit versions of all of Wine's dependencies are required to run 32 bit programs.
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to Franz from comment #6)
(In reply to Bruno Jesus from comment #3)
What is the user level problem? Like "program xxxx crashes when...". I assume you are trying to infer the bug subject from the log, which is not always a good choice. And what is the program affected?
The error message is the one running the program in a terminal window, not extracted from the logs. The program my daugther and I try to get running is SoliPrax.exe an accounting program for practical medics.
The messages from the terminal windows are what is called log ;-) I see that SoliPrax seems to be a german software and does not have a demo so other people can't test. If the problem persists after installing 32-bit winbind please follow the instructions from https://wiki.winehq.org/FAQ#get_log and Attach the log and the crash information as explained.
https://bugs.winehq.org/show_bug.cgi?id=43078
--- Comment #9 from Hans Leidekker hans@meelstraat.net --- The winbind dependency is special in that we're not linking against a library. We're forking a process to execute ntlm_auth, which can be either 32-bit or 64-bit.