DLL present but not found

Questions about Wine on Linux
Locked
k3ck3c
Level 2
Level 2
Posts: 40
Joined: Wed Oct 22, 2014 12:42 am

DLL present but not found

Post by k3ck3c »

A GPS software from Naviboard runs in Windows and Mac, so I suppose it should run with wine in Linux.

You can get it from http://www.compegps.com/download/setup_ ... ND_770.exe
It then needs an activation code.

Code: Select all

cd Téléchargements
WINEARCH=win32 WINEPREFIX=/home/gg/.wine_land wine Téléchargements/setup_compeGPSLAND_770.exe 
WINEPREFIX=/home/$USER/.wine_land winetricks --unattended wininet ie8
cd .wine_land/drive_c/Program\ Files/CompeGPS/
WINEPREFIX=/home/gg/.wine_land wine CompeGPSLAND.exe 
Then it works, except that sometimes it complains it does not find some DLL, when they are here
error message you can see at
http://www.randoblusette.com/Capture%20.png

when a

Code: Select all

ls -alrt /home/$USER/.wine_land/drive_c/Pro*/CompeGPS
shows, among other things

Code: Select all

-rw-rw-r--  1 arnaud arnaud 3759344 août   5  2013 CompePlugIn_Navionics2005.dll
So the DLL is here, but the software can't "see" it.

Any idea about what is needed ?

Thanks for your time
k3ck3c
Level 2
Level 2
Posts: 40
Joined: Wed Oct 22, 2014 12:42 am

Re: DLL present but not found

Post by k3ck3c »

I installed it on Windows and it copies all the needed DLL, and (of course) it works then.

Wondering why with wine it does not decompress all what is need from

http://sourceforge.net/projects/castlep ... p/download

I even copied all the files from Windows to the required place, but the installation still fails with the same error message.
Locked