PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : krieg winex nicht hin



Alucard
01.01.04, 19:01
ich hab mir winex wie auf www.holarse.net beschrieben eingestellt aber ich kriegs einfach nicht hin beim starten kommt immer die Fehlermeldung

Line 54: Malformed value '"Temp" = "e:\"'
Warning: could not find wine config [Drive x] entry for current working directory /home/Alucard; starting in windows directory.
Invalid path 'c:windowssystem' for system directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/Alucard/.wine/config'

kann mir einer da mal helfen ?

stefan.becker
01.01.04, 19:17
Die config ist falsch, wie es in der Meldung steht. Also die Datei mal hier reinstellen, dann schauen wir mal nach dem Fehler.

Alucard
01.01.04, 19:28
ok,also hier ist meine config

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

[Drive C]
"Path" = "/home/Alucard/winec"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

[Drive D]
"Path" = "/mnt/dvd"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
"Device" = "/dev/hdd"

[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\windows"
"System" = "c:\windows\system"
"Temp" = "e:\"
"Path" = "c:\windows\;c:\windows\system"

ich hab nur denn teil verändert,die anderen teile der config hab ich nicht kappiert

3qualizer
01.01.04, 19:38
[wine]
"Windows" = "c:\windows"
"System" = "c:\windows\system"
"Temp" = "e:\"
"Path" = "c:\windows\;c:\windows\system"
Die Backslashes müssen gequotet werden:

"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "e:\\"
"Path" = "c:\\windows\\;c:\\windows\\system"

Alucard
01.01.04, 22:08
also jetzt läufts bis auf eine kleine fehlermeldung

Warning: could not find wine config [Drive x] entry for current working directory /home/Alucard; starting in windows directory.

die Spiele starten zwar aber trozdem würd ich gern wissen was der fehler ist

3qualizer
02.01.04, 00:07
Warning: could not find wine config [Drive x] entry for current working directory /home/Alucard; starting in windows directory.
Heisst lediglich das du dich nicht in einem Verzeichnis befindest, das Wine als Laufwerk benutzt. Demzufolge muss es den aktuellen ("emulierten") Pfad anders ermitteln. Würdest du aus /home/Alucard/winec starten würd die Meldung nicht mehr kommen.