Bonjour,
Après l'installation de wine et l'édition du fichier ~/.wine/config, wine ne fonctionne pas.
Après avoir tapé :
WINEDEBUG=warn+all wine /mnt/win_c/windows/notepad.exe
en ligne de commande, j'obtiens les messages suivants :
warn:file:wine_nt_to_unix_file_name L"SHELL32.dll" not found in /home/seb/.wine/
dosdevices/c:/windows/SHELL32.dll
warn:file:wine_nt_to_unix_file_name L"SHELL32.dll" not found in /home/seb/.wine/
dosdevices/f:
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in /home/seb/.wine/do
sdevices/c:/windows/ole32.dll
warn:file:wine_nt_to_unix_file_name L"ole32.dll" not found in /home/seb/.wine/do
sdevices/f:
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/seb/.wine
/dosdevices/c:/windows/advapi32.dll
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/seb/.wine
/dosdevices/f:
warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found in /home/seb/.wine
/dosdevices/c:/windows/kernel32.dll
warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found in /home/seb/.wine
/dosdevices/f:
etc...
Voici un extrait de ~/.wine/config :
;lecteur disquette
[Drive A]
"Path" = "mnt/floppy"
"Type" = "floppy"
"Device" = "dev/fd0"
;lecteur sur lequel est installé Windows Me
[Drive C]
"Path" = "/mnt/win_c"
"Type" = "hd"
"Filesystem" = "win95"
;une partition FAT32
[Drive D]
"Path" = "/mnt/win_d"
"Type" = "hd"
"Filesystem" = "win95"
;lecteur cdrom
[Drive E]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Filesystem" = "win95"
"Device" = "dev/hdc"
[Drive F]
"Path" = "/tmp"
"Type" = "hd"
"Filesystem" = "win95"
[Drive G]
"Path" = "${HOME}"
"Type" = "network"
"Filesystem" = "win95"
[wine]
"windows" = "C:\\windows"
"system" = "C:\\windows\\SYSTEM"
"path" = "C:\\windows;C:\\windows\\COMMAND"
"temp" = "C:\\windows\\TEMP"
[DllOverrides]
; some dlls you may want to change
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
"comdlg32" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
Apparemment Wine semble chercher dans c:\windows ce qui se trouve dans c:\windows\system\
Comment rectifier cela ?
Merci de vos réponses.
[un peu d'indulgence : j'utilise Linux depuis 2 semaines seulement]