#1 Le 22/11/2005, à 16:53
- newbeenul
configurer Wine (dll) avec partition win?
Bonjour,
j'essaie de faire tourner des logiciels installés sur une partition win montée, avec WINE (que je découvre).
j'ai commencé par suivre le tuto sur WineTools http://forum.ubuntu-fr.org/viewtopic.php?id=18625
apres un $ winecfg (http://forum.ubuntu-fr.org/viewtopic.php?pid=128709#p128709) pour configurer c: avec (onglet lecteur > parcourir) ma partition win j'ai (par exemple) XnView qui fonctionne (chouette)
$ wine "/mnt/WINDOWS/Program Files/XnView/xnview.exe"
Quand j'essaie des logiciels plus complexes une erreur genre DLL revient souvent ce qui me fait dire que j'ai pas tout compris de la configuration pour l'utilisation des DLL "natives" ou autres:
$ wine "/mnt/WINDOWS/Program Files/ArcGIS/bin/ArcMap.exe" err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\afui.dll") not found
err:module:import_dll Library afui.dll (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\LayerUILib.dll") not found
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\LayerUILib.dll") not found
err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\LayerUILib.dll") not found
err:module:import_dll Library LayerUILib.dll (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\ArcMap.exe") not found
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\afui.dll") not found
err:module:import_dll Library afui.dll (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\ArcMap.exe") not found
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\ArcMap.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\ArcGIS\\bin\\ArcMap.exe" failed, status c0000135
j'ai bien vu un onglet "bibliothèque" sous winecfg mais je ne comprend pas ce qu'il faudrait faire (déclarer les dll "manquantes"? les copier qulque part) > je nage.
(j'ai vu http://www.sdconsult.no/linux/wine-doc/dll-config.html je nage aussi)
bon si quelqu'un a les idées claires la dessus je suis preneur de quelques orientations averties:rolleyes:... Thanks.
Hors ligne
#2 Le 22/11/2005, à 17:29
- newbeenul
Re : configurer Wine (dll) avec partition win?
y'a bien (http://www.sdconsult.no/linux/wine-doc/dll-config.html)
4.5.2. Missing DLLs
Written by Andreas Mohr <amohr@codeweavers.com>
In case Wine complains about a missing DLL, you should check whether this file is a publicly available DLL or a custom DLL belonging to your program (by searching for its name on the internet). If you managed to get hold of the DLL, then you should make sure that Wine is able to find and load it. DLLs usually get loaded according to the mechanism of the SearchPath() function. This function searches directories in the following order: a) The directory the program was started from. b) The current directory. c) The Windows system directory. d) The Windows directory. e) The PATH variable directories. In short: either put the required DLL into your application directory (might be ugly), or usually put it into the Windows system directory. Just find out its directory by having a look at the Wine config File variable "System" (which indicates the location of the Windows system directory) and the associated drive entry.
mais je trouve pas exactement ou poser les DLL en question pour que ca marche...!?
Hors ligne
#3 Le 22/11/2005, à 17:34
- traaf
Re : configurer Wine (dll) avec partition win?
Bonjour,
j'essaie de faire tourner des logiciels installés sur une partition win montée, avec WINE (que je découvre).
j'ai commencé par suivre le tuto sur WineTools http://forum.ubuntu-fr.org/viewtopic.php?id=18625
apres un $ winecfg (http://forum.ubuntu-fr.org/viewtopic.php?pid=128709#p128709) pour configurer c: avec (onglet lecteur > parcourir) ma partition win j'ai (par exemple) XnView qui fonctionne (chouette)$ wine "/mnt/WINDOWS/Program Files/XnView/xnview.exe"
Quand j'essaie des logiciels plus complexes une erreur genre DLL revient souvent ce qui me fait dire que j'ai pas tout compris de la configuration pour l'utilisation des DLL "natives" ou autres:
$ wine "/mnt/WINDOWS/Program Files/ArcGIS/bin/ArcMap.exe" err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\afui.dll") not found err:module:import_dll Library afui.dll (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\LayerUILib.dll") not found err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\LayerUILib.dll") not found err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\LayerUILib.dll") not found err:module:import_dll Library LayerUILib.dll (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\ArcMap.exe") not found err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\afui.dll") not found err:module:import_dll Library afui.dll (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\ArcMap.exe") not found err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ArcGIS\\bin\\ArcMap.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\ArcGIS\\bin\\ArcMap.exe" failed, status c0000135
j'ai bien vu un onglet "bibliothèque" sous winecfg mais je ne comprend pas ce qu'il faudrait faire (déclarer les dll "manquantes"? les copier qulque part) > je nage.
(j'ai vu http://www.sdconsult.no/linux/wine-doc/dll-config.html je nage aussi)
bon si quelqu'un a les idées claires la dessus je suis preneur de quelques orientations averties:rolleyes:... Thanks.
alors la ca m'interresse au plus haut point
j'essaie aussi de "jouer" avec wine, ca marche pour quelques trucs mais je bloque a peu pres comme toi, DLL machin truc, pas tout compris
ceci dit, si tu arrives a faire marcher arcgis sous ubuntu:D, fais le moi savoir
Vault106, musique libre, enjoy it /!\
Hors ligne
#4 Le 23/12/2005, à 00:30
- margot
Re : configurer Wine (dll) avec partition win?
bonjour,
depuis peu j'ai installé ubuntu. ce ne fu pas simple (portable acer 8103 => prob d'installation.....) !!! mais je suis assez fière de m'en etre sortie....même si cela peut parraitre bêta pour les personnes qui s'y connaissent !!!!
mais hélas il me reste encore quelques problèmes à rêgler !!!
l'un d'entre eux est l'utilisation de certains programmes que j'ai installés sur ma partition winwin (Origin7.5, wingx, ....)
j'ai donc les mêmes problèmes que vous et suis vraiment intéressée si vous trouvez des solutions !!!
à bientot
margot
Hors ligne
#5 Le 15/12/2006, à 20:27
- meul
Re : configurer Wine (dll) avec partition win?
IMPORTANT
Lorsqu'un programme vous réclamme une dll et qu'elle n'est pas dispo, téléchargez la a partir de ce site Puis copier la dans le repertoire de votre programme. (~/.wine/drive_c/Program Files/VotreProgramme)
Hors ligne
#6 Le 05/08/2007, à 12:51
- PH
Re : configurer Wine (dll) avec partition win?
Bonjour,
Autre info :
Important
Il peut arriver que l'installation de certains logiciels ne se réalise pas en raison de l'absence de certains DLL . C'est le cas entre autres des applications requérant mfc42.dll .
Pour palier à cette situation, copier dans le dossier SYSTEM32 de Wine les DLL manquants.
Si ça peut aider
A+
Hors ligne