OVH Cloud OVH Cloud

Configurer wine

15 réponses
Avatar
jacopo
Bonsoir,
wine me refuse tout service.
Si je fais par exemple :
wine wordpad il me retourne :

Line 33: Malformed value '"Path" = "/mnt/win_c'
Line 39: Malformed value '"Path" = "/mnt/win_d2'
/dev/fd0 is not a directory, ignoring drive C:
/dev/fd0 is not a directory, ignoring drive F:
Invalid path L"C:\\windows" for L"windows" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file
(/root/.wine/config)

Voici les sections de mon config :

[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Filesystem" = "win95"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "/mnt/win_c
"Type" = "hd"
"Label" = "Windows"
"Filesystem" = "win95"

[Drive F]
"Path" = "/mnt/win_d2
"Type" = "hd"
"Label" = "Windows"
"Filesystem" = "win95"

[Drive H]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"

[Drive M]
"Path" = "/tmp/winetmp-%USER%"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[Drive N]
"Path" = "%HOME%"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

;[Drive Z]
;"Path" = "/"
;"Type" = "hd"
;"Label" = "Root"
;"Filesystem" = "win95"

Il me semble que tout est juste, pourtant...( notamment pour
win_c et win_d2 )
Y a-t-il un spécialiste de wine dans la salle ?
merci,
Jacopo

5 réponses

1 2
Avatar
Ronald
Le Mon, 09 Aug 2004 10:54:34 +0200, jacopo a écrit :

Bon je viens de réaliser que chaque user a son propre config...J'y ai mis
les guillemets, ce pb semble réglé mais il y a quand même ce message
d'erreur :

[ bruker]$ wine wordpad Invalid path L"Z:" for L"temp"
directory: does not exist. Perhaps you have not properly edited your Wine
configuration file (/home/bruker/.wine/config)

J'espère qu'en comparant avec mon ~/.wine/configure tu verras ce qui
cloche ?
Merci,
Jacopo


Tu n'as aucune définition [Drive Z].
tu peux faire correspondre ton temp a C:windowstemp, ou utiliser /tmp

Avatar
jacopo
Tu n'as aucune définition [Drive Z].
tu peux faire correspondre ton temp a C:windowstemp, ou utiliser /tmp

Excuse-moi mais je dois être un non-comprenant, comme disait

Coluche ! J'ai une section [Drive Z] qui est commentée mais qui
ne parle pas de temp; et une section [Drive M] qui parle de
temp mais je ne sais pas quoi y faire.

Avatar
Ronald
Le Mon, 09 Aug 2004 11:13:55 +0200, jacopo a écrit :


Tu n'as aucune définition [Drive Z]. tu peux faire correspondre ton
temp a C:windowstemp, ou utiliser /tmp

Excuse-moi mais je dois être un non-comprenant, comme disait Coluche !

J'ai une section [Drive Z] qui est commentée mais qui ne parle pas de
temp; et une section [Drive M] qui parle de temp mais je ne sais pas quoi
y faire.


Le plus simple: tu remplaces Z: par M: dans les deux lignes

"Temp" = "Z:"
"C:windows;C:windowssystem;C:windowssystem32;H:;Z:;Z:test"


Avatar
jacopo
OK, ça roule ! merci Ronald pour ton assistance,
ça c'est du SAV !
Jacopo
Avatar
Ronald
Le Mon, 09 Aug 2004 11:29:49 +0200, jacopo a écrit :

OK, ça roule ! merci Ronald pour ton assistance, ça c'est du SAV !
Jacopo


De rien, amuses toi bien.

1 2