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.
Wine 10.0.0 trying with DLL
Re: Wine 10.0.0 trying with DLL
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).
(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).
-
- Level 4
- Posts: 196
- Joined: Wed Oct 04, 2023 7:57 am
Re: Wine 10.0.0 trying with DLL
check what is loaded with WINEDEBUG
see the doc
https://gitlab.winehq.org/wine/wine/-/w ... g-Channels
Code: Select all
WINEDEBUG=+loaddll wine my.exe
https://gitlab.winehq.org/wine/wine/-/w ... g-Channels