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

Python import MetaTrader5 freezes wine #1

Open
vtexier opened this issue Dec 4, 2024 · 0 comments
Open

Python import MetaTrader5 freezes wine #1

vtexier opened this issue Dec 4, 2024 · 0 comments

Comments

@vtexier
Copy link

vtexier commented Dec 4, 2024

In specs/metatrader/Dockerfile I have modified the pip install command to get MetaTrader5 instead of MetaTrader package.

RUN xvfb-run sh -c "\
  wine pip install MetaTrader5; \
  wineserver -w"

But when running a python script with import MetaTrader5 statement, the container is frozen with this messages :

docker run -it --rm  -v ./bots:/opt/mtwine/drive_c/bots ghcr.io/materya/metatrader wine python c:\\bots\\test_mt5.py

wine: Call from 000000007B01129D to unimplemented function api-ms-win-crt-runtime-l1-1-0.dll.fetestexcept, aborting
wine: Unimplemented function api-ms-win-crt-runtime-l1-1-0.dll.fetestexcept called at address 000000007B01129D (thread 00cc), starting debugger...

Do you plan to support metatrader5 ?

By the way, thanks for this great project.

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

1 participant