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

How to solve "Could not find a Gecko package" error? #2

Open
ghost opened this issue Apr 19, 2020 · 0 comments
Open

How to solve "Could not find a Gecko package" error? #2

ghost opened this issue Apr 19, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 19, 2020

Hi, when running mt4 inside Dpcker, I get this error (after creating a screenshot):

Screenshot from 2020-04-19 06-23-11

I discovered your files inside cache/wine but it looks like they are not used so far.

When I try to install them inside Dockerfile, I get this issue:

ENV WINEARCH=win32
WORKDIR $HOME/.cache/wine
RUN wine msiexec /i wine_gecko-2.47-x86.msi /q /l* wine_gecko-2.47-x86.log

results in

RUN wine msiexec /i wine_gecko-2.47-x86.msi /q /l* wine_gecko-2.47-x86.log
 ---> Running in b39f7510afe7
0009:err:msi:MsiEnableLogW Unable to enable log L"/lib64" (5)
0009:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0009:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION

Any Ideas?

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

0 participants