PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : wine fehler



pyrophet
08.03.03, 12:02
Habe es doch nicht hingekriegt mit wine. Hab die aktuelle wine version (Wine 20030219) runtergeladen als .rpm und habe es installiert.
Mein System läuft mit RedHat 8.0

Habe es probiert zu starten, jedoch:
[root@localhost root]# wine /mnt/cdrom/autostart.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
Warning: L"/mnt/cdrom/autostart.exe" not accessible from a configured DOS drive
Warning: L"/mnt/cdrom/autostart.exe" not accessible from a configured DOS drive
wine: cannot find '/mnt/cdrom/autostart.exe'

Habe mir dann das config file angeschaut (/etc/wine/wine.conf), konnte jedoch keinen fehler entdecken. Meine Config sieht so aus:
.......................
[Drive A]
"Path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Filesystem" = "win95"
"Serial" = "87654321"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "/usr/share/wine-c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"

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

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

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

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "e:\\"
"Path" = " c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\
"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"
.......................... usw.
(ich denke dies sollte vorerst mal reichen)


Ich schätze mal es ist irgend etwas ganz dummes an was ich nicht gedacht habe.............

gruss pyro

spee
09.03.03, 03:37
hi

laut deiner meldungen stimmt etwas nicht mit deinem pfad vom cd-rom (/mnt/cdrom) ... einfach mal unter /etc/fstab nachgucken, welchen pfad dein cdrom hat ... und lieber nicht das ganze unter root versuchen, lieber als user .... etvl. kann es probleme geben mit der autostart.exe geben ... suche nach der Verlinkung (setup.exe oder install.exe oder so....)

Gruss Dennis