PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : WineX Problem



Dimitri
31.10.03, 07:42
MoinMoin

Ich hab WineX nach dem Holarse howto installiert. Nur wenn ich es starte kommt immer:

Line 58: Malformed value '"Temp" = "e:\"'
Invalid path 'HQO' for temp directory: does not exist

Was kann man da machen?

Gruß Dimitri

PS: meine Config:

[Drive C]
"Path" = "/home/tuxfan/winec"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"

[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "cdrom"
"Filesystem" = "win95"

[Drive E]
"Path" = "/home/tuxfan/winee"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[Drive F]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"

[Drive G]
"Path" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\windows"
"System" = "c:\windows\system"
"Temp" = "e:\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"GraphicsDriver" = "nvidia"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
; Note: The WINESHELLLINK Environment variable will override this setting.
; (which is set in the winex startup script)
"ShellLinker" = "/usr/lib/transgaming/winex/bin/wineshelllink"
; Note: The WINEBROWSER Environment variable will override this setting.
; you may format the string by placing a %s where you want
; the URL to go, if its left off then the URL will be appended to the end.
; This option is used by the winelib app 'winebrowserlink'
"Browser" = "/usr/bin/mozilla %s"

Ich hab jetzt nicht die ganze geposted da es ja scheinbar mit den Ordnern zusammenhängt.

MiB
31.10.03, 08:54
das müssen immer 2 \ hin wenn mihc nicht alles täuscht. also

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

wird zu

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

Dimitri
31.10.03, 11:11
Hi

Es funktioniert jetzt! :D

Leider giebt es aba noch ein Problem. :(

Ich habe CounterStrike installiert, es läuft aba nur im Software Modus. D3d funzt garnicht und bei OpenGl sind die Texturen total verstümmelt.

Giebt es auch dafür eine Lösung?

Gruß TuxFan

MiB
31.10.03, 11:26
hi

hatte ich auch mal, frag mich aber nicht, wie ich das gelöst hab...ist aber glaube ich hier irgendwo im forum auch schon behandelt worden

Dimitri
31.10.03, 11:58
Hi

Ist ja schonmal beruihgend, dass es eine Lösung giebt :-)

Allerdings hab ich mich jetzt schon halb tot gesucht und nichts gefunden! :-(

Hat jemand ne Lösung?

Gruß Dimitri

MiB
31.10.03, 12:30
http://www.linuxforen.de/forums/showthread.php?s=&threadid=85218&highlight=nvidia+texturen

doc85
31.10.03, 12:39
Original geschrieben von Dimitri
Hi

Es funktioniert jetzt! :D

Leider giebt es aba noch ein Problem. :(

Ich habe CounterStrike installiert, es läuft aba nur im Software Modus. D3d funzt garnicht und bei OpenGl sind die Texturen total verstümmelt.

Giebt es auch dafür eine Lösung?

Gruß TuxFan

es gibt eine lösung.

irgendwoe findest du opengl headers hier im forum, und musst dann die alten dadurch ersetzen.

das problem, wine lässt sich danach nicht mehr starten ;)