Wine 10.0.0 trying with DLL

Questions about Wine on Linux
Post Reply
Calfax
Newbie
Newbie
Posts: 1
Joined: Mon May 12, 2025 5:43 pm

Wine 10.0.0 trying with DLL

Post by Calfax »

Hello,

I am running Wine 10.0.0 in Debian 13 Trixie and trying to run Metatrader 4 (X86) inside my "32 bit Wine container". In Windows I have a DLL file which when placed in the root directory of the exe load it good (srvcli.dll) but when I do same process when doing it all in Wine, the srvcli.dll never gets called. I also tried to use the native override for the srvcli.dll with winecfg without any success.
User avatar
morgwai
Level 2
Level 2
Posts: 14
Joined: Sun Jan 26, 2025 7:10 am

Re: Wine 10.0.0 trying with DLL

Post by morgwai »

Just a wild guess: maybe `srvcli.dll` depends on some other dll that you do have in your Windows install but not in Wine?
(And sorry: I have not idea how to check it: on Linux you can use `ldd` program to check dependencies of a dynamic executable, not sure what is the Windows/Wine counterpart).
desessarts
Level 4
Level 4
Posts: 196
Joined: Wed Oct 04, 2023 7:57 am

Re: Wine 10.0.0 trying with DLL

Post by desessarts »

check what is loaded with WINEDEBUG

Code: Select all

WINEDEBUG=+loaddll wine my.exe
see the doc
https://gitlab.winehq.org/wine/wine/-/w ... g-Channels
Post Reply