PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : wine fehler



apokalypse
09.01.03, 14:55
immer wenn ich wine ausführen will kommt dieser fehler:

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/administrator/.wine/config'


meine config sieht so aus:

[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 D]
"Path" = "/mnt/win_d"
"Type" = "hd"
"Label" = "Programme"
"Filesystem" = "win95"

[Drive E]
"Path" = "/mnt/win_e"
"Type" = "hd"
"Label" = "eDonkey"
"Filesystem" = "win95"

[Drive F]
"Path" = "/mnt/win_f"
"Type" = "hd"
"Label" = "Dateien"
"Filesystem" = "win95"

[Drive G]
"Path" = "/home/administrator/wine"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

[Drive H]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-ROM"
"Filesystem" = "win95"
"Device" = "/dev/hdc"

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

[Drive J]
"Path" = "/tmp/winetmp-${USER}"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[Drive Z]
"Type" = "network"
"Path" = "/"
"Label" = "Root"
"FS" = "win95"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\system"
"Temp" = "j:\\"
"Path" = "c:\\windows;c:\\windows\\system;j:\\;j:\\test;i:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
; 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"
"ShellLinker" = "wineshelllink"

wo liegt hier dieser verdammte fehler :(

dk5hr
09.01.03, 15:01
Original geschrieben von apokalypse
"System" = "c:\\windows\system"
Hehe, das ist nur ein ganz kleiner, aber gemeiner Fehler :D
Pfade werden bei wine immer mit 2 "\" angegeben.
Also einfach die Zeile ändern in:
"System" = "c:\\windows\\system"
Dann müsste es funktionieren.

MfG dk5hr

apokalypse
09.01.03, 15:24
hey danke :)

soCram
24.03.03, 00:01
ich habe ein ähnliches problem...

Invalid path 'c:\windows' for windows directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/soCram/.wine/config'
was mache ich falsch?
help plz :)

ps....ich wuerde winex gerne ohne die windows installations benutzen können



WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;; If you think it is nescessary to show others your complete config for a
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.'
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "/home/soCram/.wine/winc/"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"

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

[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "tmp"
"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\\system32\\"
"Temp" = "e:\\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"GraphicsDriver" = "x11drv"
; 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"
"ShellLinker" = "/usr/lib/transgaming/winex/bin/wineshelllink"

bsc
24.03.03, 08:10
Original geschrieben von soCram


ich habe ein ähnliches problem...

Invalid path 'c:\windows' for windows directory: does not exist

...

[Drive C]
"Path" = "/home/soCram/.wine/winc/"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"

...

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



schau mal ob im verzeichnis /home/soCram/.wine/winc/ ein verzeichnis mit namen windows existiert, wenn nicht anlegen ... (mit dem system32 wirst vermutlich das gleiche problem haben

soCram
24.03.03, 09:50
danke fuer die schnelle antwort :)
geht alles
many thx

greets
soCram

soCram
24.03.03, 10:20
wenn ich nun mit "wine starcraft" mein game starten will, stuerzt das programm ab...
starcraft legt sich sozusagen "ueber" den x-desktop und man kann nur noch durch killall wine wieder zurückgelangen
kann mir wer sagen wie ich starcraft zum laufen kriege?
graka treiber hab ich gestern neu von ati.com geladen und installiert.
help plz

ich bekommen bei fast allen spielen ausserdem diesen fehler:

err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
err:win32:_EnterSysLevel (0x40c1b6d4, level 2): Holding 0x40cb518c, level 3. Expect deadlock!

wenn ich die setup.exe von starcraft aufrufen will bekomme ich folgende fehlermeldung:

err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.

greets
soCram

DarkSorcerer
24.03.03, 15:23
Habt ihr eigentlich eine vorhandene Win-Installation bzw. Partition, auf der schon StarCraft installiert ist, oder wie geht ihr vor wenn ich unter Linux StarCraft installiert...

Die setup.exe einfach so anklicken ist ja schlecht möglich...

soCram
24.03.03, 15:59
ich hab mein cdrom drive gemounted und anschliessend wollte ich per wine setup.exe die installation starten
funzt aber aufgrund der oben genannten fehler nicht... :(

greets
soCram

DarkSorcerer
25.03.03, 07:39
Hmmm und bei mir hat er glaube ich ein Problem mit der Soundkarte.
Habt ihr zufällig noch eine andere Anleitung außer die auf holarse.net? (die hat mir auch nicht allzuviel weitergeholfen)

Thx!

bsc
25.03.03, 12:03
habt ihr schon mal versucht, ob ihr midi und wav/mp3 dateien abspielen könnt? falls nicht solltet ihr, bevor der fehler bei wine gesucht wird, erstmal versuchen die soundkarte zum laufen zu bringen ...

DarkSorcerer
25.03.03, 15:28
Die Soundkarte (ESS Solo1) funktioniert ohne Probleme...

soCram
25.03.03, 18:44
jo....meine auch (soundblaster live 5.1)
kann hier nicht mal wer helfen?

greets
soCram

DarkSorcerer
26.03.03, 07:26
Welches Paket hast du denn?

- hast du wine noch installiert
- hast du die cvs
- die RPM
- die winex-light
- die wine-sourcen oder binaries

Ich blick da auch nicht genau durch was jetzt alles installiert sein muss, damit es geht. Braucht denn wineX ein funktionierendes wine, damit es läuft?