• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

WineX config -- möglicher laufwerksfehler

A

Anonymous

Gast
Holladiho, Linuxvolk!


Hilfe!

habe wineX installiert und konfiguriert (nach holarse.de)

konnt Spiel auch installieren. Wenn ich es starten will bekomme ich allerdings folgende Meldung:

Initialisierung der Ressourcen nicht möglich, möglicher laufwerksfehler.

Meine config sieht so aus:

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

;; If you think it is necessary 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')
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive A]
"Path" = "/media/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"

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

[Drive D]
"Path" = "/media/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"


[Drive G]
"Path" = "/media/dvd"
"Type" = "dvd"
"Label" = "DVD"
"Filesystem" = "win95"
"Device" = "/dev/dvd"

[Drive Z]
"Path" = "/"
"Type" = "hd"

[wine]
"Windows" = "c:windows"
"System" = "c:windowssystem"
"Temp" = "e:"
"Path" = "c:windows;c:windowssystem;e:;e:test;f:"
"Profile" = "c:windowsProfilesAdministrator"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
"ShellLinker" = "wineshelllink"


Wer kann mir helfen?

Grüsse
Biest
 
OP
A

Anonymous

Gast
Hallo!
In welchem Laufwerk liegt denn die Spiele CD?
Mir ist aufgefallen, das unter [Drive D] und unter [Drive G] als "Filesystem" Win95 eingetragen ist, obwohl es sich um ein CDRom handelt ( "Type" = "cdrom")????
Also wenn es wirklich ein CDRom bzw. DVD ist solltest Du mal den Eintrag "Filesystem" auskommentieren ( ; davorsetzten) und es dann noch mal probieren.

Hoffe damit geholfen zu haben!

Gerd
 

JayK

Newbie
@Biest

hi,
ich kann dir zwar nicht helfen, weil ich davon selber noch keine Ahnung habe, aber ich habe eine Frage :
du hast doch WineX nach der Anleitung von holarse.de (w*w.holarse.de/?content=/emulationen/winex/compilehowto) installiert .
kannst du mir sagen, wie das die sources davon runtergeladen hast ???
wenn ich die Konsole öffne und den Befehl eingebe, kommt immer die Nachricht "bash: cvs: command not found" und wenn ich "touch .cvspass" eingebe, dann passiert auch nichts...deshalb wollte ich fragen, wie du es runtergeladen bzw. wie man es runterladet. Ich brauche nämlich die Wine-Konfigurationsdatei um die kofiguration zu machen ( w*w.holarse.de/?content=/emulationen/wine/confighowto).

Ich hoffe, dass du mir helfen kannst, auch wenn ich dir nicht helfen konnte
sry
 
OP
A

Anonymous

Gast
@Jayk
guck mal bei YaST-->Software Installieren oder Löschen
und such da das packet cvs und installier es nach dann sollte es gehen

Gruß }-Tux-{
 
Oben