ejtraderLabs / ejtraderMT

Metatrader 5 API - Trading and history OHLC Dataframe in Nano Seconds
GNU General Public License v3.0
70 stars 28 forks source link

SECUR32_initNTLMSP ntlm_auth was not found or is outdated. #8

Closed ethanopp closed 11 months ago

ethanopp commented 12 months ago

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[bot] commented 12 months ago

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 commented 11 months ago

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