Marco Bizzarri <m.bizzarri@icube.it> wrote:> Hi all.
> First of all, a little background:
> Wine release 20010418
> gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
> glibc-2.1.3-21
> I'm trying to use our home banking software. The software is composed
from
> many different .exe files. When I try to start the menu, wine complains it
> is unable to load a .exe.so file (i.e., wine is trying to load some of the
> .exe files as if they were shared libraries).
> [emmebi@woki Bin]$ wine MenuTLQW.exe
> fixme:pthread_kill_other_threads_np
> /usr/local/bin/wine: could not load library
> 'C:\ProgramFiles\TLQ\Bin\CodTlq.exe.so' as Winelib application:
C:\Program
> Files\TLQ\Bin\CodTlq.exe.so: cannot open shared object file: File o
> directory inesistent
> [Is there any suggestion/pointers?
Hmm, my suspicion is that your dll settings are broken.
Remove/comment all dll settings in the wine config file and try again.
Andreas Mohr