You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Did u find a solution for this?
Install WebView2 manually
or make a new fresh MT5 installation.
market window in mt5 terninal (in Ubuntu) is blank/white. In logs it gives error "Couldn't find WebView2 Runtime". I also installed it, then the error goes away, but still market window is blank. Is there a solution for this?
Additionally, I tried manually installing the following three types of WebView2 setup, but none of them worked.
I do not have computer with Linux and Mac but it is what I found about -
-------------------------
WebView2 on Linux: post #4 and (summary post) #11 -
Forum on trading, automated trading systems and testing trading strategies
couldn’t find webview2 runtime 08:00 Does anyone know how to solve this?
Sergey El, 2025.02.10 13:28
You need to install Webview2 Runtime to the same prefix as the terminal. In the example the prefix is /.mt5.
WINEPREFIX=~/.mt5 wine MicrosoftEdgeWebview2Setup.exe /silent /install
You can use the script for Ubuntu/Debian from the article at the link.
I do not have computer with Linux and Mac but it is what I found about -
-------------------------
WebView2 on Linux: post #4 and (summary post) #11 -
Thanks.
Of course, I performed the WebView2 installation using that method (WINEPREFIX=~/.mt5 wine MicrosoftEdgeWebview2Setup.exe /silent /install).
You didn't change the script, you have wine as Windows 11 ?
You didn't change the script, you have wine as Windows 11 ?
I used the script exactly as is, and the output of `WINEPREFIX=~/.mt5 winecfg -v` was `win10`.
Is there any problem with this?
I used the script exactly as is, and the output of `WINEPREFIX=~/.mt5 winecfg -v` was `win10`.
Is there any problem with this?
I used the script exactly as is, and the output of `WINEPREFIX=~/.mt5 winecfg -v` was `win10`.
Is there any problem with this?
The current script has win11 and yes it could be a problem. You used an old version of mt5linux.sh.
Anyway, if market window is still blank :
1. What is in the log ?
2. You should have webview2.exe in your installation folder, try :
And see what it gives.
The current script has win11 and yes it could be a problem. You used an old version of mt5linux.sh.
Anyway, if market window is still blank :
1. What is in the log ?
2. You should have webview2.exe in your installation folder, try :
And see what it gives.
> The current script has win11 and yes it could be a problem. You used an old version of mt5linux.sh.
As noted in #17, I tried it again then got `win11` this time. But the market window was still blank.
(I make sure to use the latest `mt5linux.sh` with wget everytime. )
> 1. What is in the log ?
Journal log on MT5 terminal:
Execution log on Wine (from opening the Market Window until the "Invalid Window Handle" error appears):
> 2. You should have webview2.exe in your installation folder, try : `WINEPREFIX=~/.mt5 wine webview2.exe /install`
> And see what it gives.
The installation screen for the Microsoft Edge WebView2 Runtime appears, but the process terminates unexpectedly midway through.
However, there was no change in the WebView2 installation status (see the image below) before or after the installation attempt.