Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SECUR32_initNTLMSP ntlm_auth was not found or is outdated. #8

Closed
ethanopp opened this issue Jul 15, 2023 · 2 comments
Closed

SECUR32_initNTLMSP ntlm_auth was not found or is outdated. #8

ethanopp opened this issue Jul 15, 2023 · 2 comments

Comments

@ethanopp
Copy link

ethanopp commented Jul 15, 2023

Getting the following errors when using docker-compose setup

2023-07-15 11:04:37,778 INFO reaped unknown pid 1066 (exit status 0)
01e4: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.
01e4:fixme:thread:SetThreadStackGuarantee (0x225ef0): stub
01e4:fixme:iphlpapi:GetTcpStatisticsEx unimplemented for IPv6
01fe:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffffffffffa, 0xcffdc0
01fb:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffffffffffa, 0x111fdc0
01e4:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not implemented: 0x1
01e4:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not implemented: 0x1
01e4:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenElevation, ...) semi-stub
01f3: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.
01f3:fixme:thread:SetThreadStackGuarantee (0x53e030): stub
01f7:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffffffffffa, 0x50dfdc0
01e4:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
01e4:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
01f3:fixme:kernelbase:AppPolicyGetProcessTerminationMethod 0xfffffffffffffffa, 0x53fce0
2023-07-15 11:04:39,541 INFO success: metatrader entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-07-15 11:04:39,541 INFO reaped unknown pid 1099 (exit status 0)
01e4:fixme:kernelbase:AppPolicyGetProcessTerminationMethod 0xfffffffffffffffa, 0x22fce0
2023-07-15 11:04:40,763 INFO exited: metatrader (exit status 69; not expected)
2023-07-15 11:04:40,765 INFO spawned: 'metatrader' with pid 1102
No protocol specified

Have tried on 2 separate machines, 1st on linux docker and then on docker for windows

@github-actions
Copy link

We're glad you've opened your first issue. Please provide all the necessary details and any relevant code or screenshots to help us understand the problem better. Our team will review your issue and provide assistance as soon as possible. Thank you for contributing!

@traderpedroso
Copy link
Member

its normal output for wine you need just docker-compose up -d or

docker volume create ejtraderMT
docker run -d --restart=always -p 5900:5900 -p 15555:15555 -p 15556:15556 -p 15557:15557 -p 15558:15558 --name ejtraderMT -v ejtraderMT:/data ejtrader/metatrader:5

and use vnc viewer on port 5900

user: root
pass: root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants