What fonts does Metatrader 4's terminal.exe need? Errorstatus 50000018

Questions about Wine on Linux
Locked
wholecloud
Newbie
Newbie
Posts: 3
Joined: Wed Oct 20, 2021 5:41 am

What fonts does Metatrader 4's terminal.exe need? Errorstatus 50000018

Post by wholecloud »

On wine-5.13 using pi-apps, I can see in the +relay fonts being registered before crashing.

Code: Select all

wine terminal.exe 
Box86 with Dynarec v0.2.3 40a2e180 built on Oct 17 2021 00:05:24
Box86 with Dynarec v0.2.3 40a2e180 built on Oct 17 2021 00:05:24
01d0:fixme:ntdll:NtRaiseHardError : stub. Errorstatus was 50000018
If you have a newer wine for pi-apps, give.

I looked for the Noto font in /usr/share/fonts/truetype/noto with a lot, but didn't find the exact one. In the .reg of the WINEPREFIX, these seem to be registered fine in Z: .
It says for example:

Code: Select all

029c:Call advapi32.RegOpenKeyExW(00000040,02e6fd40 L"@Noto Serif CJK TC",00000000,000f003f,0031c4c0) ret=42558ff1
wholecloud
Newbie
Newbie
Posts: 3
Joined: Wed Oct 20, 2021 5:41 am

Re: What fonts does Metatrader 4's terminal.exe need? Errorstatus 50000018

Post by wholecloud »

I could remove Googles notos font using apt-get outside in Raspberry Pi Desktop, and the detailed "Call" was gone!
However, 50000018 still remains. What does this error number stand for? I looked in the git source without results.
Locked