win32u.dll.NtUserDrawIconEx in MetaTrader 5 update to 3550 issue

Questions about Wine on Linux
Locked
venomDev
Newbie
Newbie
Posts: 1
Joined: Sun Dec 18, 2022 10:19 am

win32u.dll.NtUserDrawIconEx in MetaTrader 5 update to 3550 issue

Post by venomDev »

Hi, the latest version of MetaTrader 5 (build: 3550) is using an unimplemented function.

The exact error message is:

Code: Select all

wine: Call from 000000006690A705 to unimplemented function win32u.dll.NtUserDrawIconEx, aborting
Is this a major issue to fix? Is there a similar NtUserDrawIcon function that this could redirect to?
lodar
Newbie
Newbie
Posts: 2
Joined: Tue Jan 10, 2023 3:20 am

Re: win32u.dll.NtUserDrawIconEx in MetaTrader 5 update to 3550 issue

Post by lodar »

venomDev wrote: Sun Dec 18, 2022 10:25 am Hi, the latest version of MetaTrader 5 (build: 3550) is using an unimplemented function.

The exact error message is:

Code: Select all

wine: Call from 000000006690A705 to unimplemented function win32u.dll.NtUserDrawIconEx, aborting
Is this a major issue to fix? Is there a similar NtUserDrawIcon function that this could redirect to?
Did you ever find a solution to this issue? I have the same problem.
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: win32u.dll.NtUserDrawIconEx in MetaTrader 5 update to 3550 issue

Post by jkfloris »

Which version of Wine do you use? In wine-devel (8.0-rc3) this function is present.
lodar
Newbie
Newbie
Posts: 2
Joined: Tue Jan 10, 2023 3:20 am

Re: win32u.dll.NtUserDrawIconEx in MetaTrader 5 update to 3550 issue

Post by lodar »

jkfloris wrote: Tue Jan 10, 2023 8:08 am Which version of Wine do you use? In wine-devel (8.0-rc3) this function is present.
Thanks, ver 7.0. I'll update it this weekend and test. There was an update which broke something (can't remember what it was now, had something to do with the mesa graphics library), which is why I'm using 7.0 and manually setting the mesa gl version for each application using wine.
Locked