PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wine



Coolzero
28.05.04, 10:45
HAllo,habe wine instaliertz,jedoch wenn ich es starte bekomme ich folgenden Fehler:
wine
Line 23: Unrecognized input 'Drive C]'
Could not stat /mnt/dvd (No such file or directory), ignoring drive D:
Could not stat /home/Coolzero/.wine/${HOME} (No such file or directory), ignoring drive F:
Warning: could not find wine config [Drive x] entry for current working directory /home/Coolzero; starting in windows directory.
Invalid path L"c:windows" for L"windows" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/Coolzero/.wine/config)

Weiss aber nicht was ich dagegen tun kann.
Ich hänge mal meine Confih mit hier dran:
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" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"

Drive C]
"Path" = "/home/Coolzero/winec"
"Type" = "hd"
"Label" = "MS-DOS"
"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 Drive"
"Filesystem" = "win95"

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


[wine]
"Windows" = "c:windows"
"System" = "c:windowssystem"
"Temp" = "e:"
"Path" = "c:windows;c:windowssystem;e:;e:test;f:"
"Profile" = "c:windowsProfilesAdministrator"

#

[Version]
; Windows version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win2k3,w in20,win30,win31)
;"Windows" = "win98"
; DOS version to imitate
;"DOS" = "6.22"

; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.
[DllOverrides]
; some dlls you may want to change
"oleaut32" = "builtin, native"
"ole32" = "builtin, native"
"comdlg32" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
; you can specify applications too
; this one will apply for all notepad.exe
;"*notepad.exe" = "native, builtin"
; this one will apply only for a particular file
;"C:\\windows\\regedit.exe" = "native, builtin"
; default for all other dlls
"*" = "builtin, native"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Use XRandR extension if present
"UseXRandR" = "Y"
; Use the take focus protocol
"UseTakeFocus" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "N"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"
;
; Use the Render extension to render client side fonts (default "Y")
;;"ClientSideWithRender" = "Y"
; Fallback on X core requests to render client side fonts (default "Y")
;;"ClientSideWithCore" = "Y"
; Set both of the previous two to "N" in order to force X11 server side fonts
;
; Anti-alias fonts if using the Render extension (default "Y")
;;"ClientSideAntiAliasWithRender" = "Y"
; Anti-alias fonts if using core requests fallback (default "Y")
;;"ClientSideAntiAliasWithCore" = "Y"
;

[fonts]
;Read the Fonts topic in the Wine User Guide before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"

;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"

; the TrueType font dirs you want to make accessible to wine
[FontDirs]
;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
;"dir2" = "/usr/share/fonts/truetype"
;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
;"dir4" = "/usr/share/fonts/TT"

[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"

[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
;"write" = "0x779,0x379,0x280-0x2a0"

[Debug]
;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"RelayInclude" = "user32.CreateWindowA"
;"RelayFromExclude" = "user32;x11drv"
;"RelayFromInclude" = "sol.exe"
;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"SpyExclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Where to find the global registries
;"GlobalRegistryDir" = "/etc";
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
"UsePrimary" = "0"

; List of all directories directly contain .AFM files
[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
; Uncomment the "Drivers" line matching your sound setting.

"Drivers" = "wineoss.drv" ; default for most common configurations
;"Drivers" = "winearts.drv" ; for KDE
;"Drivers" = "winealsa.drv" ; for ALSA users
;"Drivers" = "winejack.drv" ; for Jack sound server
;"Drivers" = "winenas.drv" ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = "" ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "28"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "12"
;; Forces emulation mode (using wave api)
;"HardwareAcceleration" = "Emulation"
;; Sets default playback device (0 - number of devices - 1)
;"DefaultPlayback" = "0" ; use first device (/dev/dsp)
;"DefaultPlayback" = "1" ; use second device (/dev/dsp1)
;"DefaultPlayback" = "2" ; use third device (/dev/dsp2)
;; Sets default capture device (0 - number of devices - 1)
;"DefaultCapture" = "0" ; use first device (/dev/dsp)
;"DefaultCapture" = "1" ; use second device (/dev/dsp1)
;"DefaultCapture" = "2" ; use third device (/dev/dsp2)

[Network]
;; Use the DNS (Unix) host name always as NetBIOS "ComputerName" (boolean, default "Y").
;; Set to N if you need a persistent NetBIOS ComputerName that possibly differs
;; from the Unix host name. You'll need to set ComputerName in
;; HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\ComputerName\ComputerName, too.
;"UseDnsComputerName" = "N"

;; sample AppDefaults entries

; 3 InstallShield versions who like to put their full screen window in front,
; without any chance to switch to another X11 application.
; So just catch them in a desktop window.

[AppDefaults\\_INS0432._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS0466._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS0576._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS5176._MP\\x11drv]
"Desktop" = "640x480"

[AppDefaults\\_INS5576._MP\\x11drv]
"Desktop" = "640x480"

;[AppDefaults\\iexplore.exe\\DllOverrides]
;"shlwapi" = "native"
;"rpcrt4" = "native"
;"ole32" = "native"
;"shdocvw" = "native"
;"wininet" = "native"
;"shfolder" = "native"
;"shell32" = "native"
;"shell" = "native"
;"comctl32" = "native"
;
;[AppDefaults\\setup.exe\\x11drv]
;"Desktop" = "800x600"
;
;[AppDefaults\\sol.exe\\Version]
;"Windows" = "nt40"
;
;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
;; You can add an AppDefault entry like this for such cases.
;[AppDefaults\\pickygame.exe\\dsound]
;"EmulDriver" = "N"

#


Ich hoffe das mir einer helfen kann!
DAnke

carnil
28.05.04, 14:00
Hi

Ich weiss nicht ob dir der Fehler beim kopieren hierher passiert ist ob das die config-Datei einszueins ist ....
Falls keine Fehler beim einfügen hier passiert sind, dann wäre ein Fehler sicher hier:

Drive C]
"Path" = "/home/Coolzero/winec"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
Es fehlt ein [ vor Drive C, daher wird vermutlich dann die ganze config-Datei "falsch" gelesen ...
Also:

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

MfG carnil

Coolzero
28.05.04, 14:13
Hab den Fehler korrigiert, bekomme jetzt noch diese Fehlermeldung:

Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
Could not stat /mnt/dvd (No such file or directory), ignoring drive D:
Could not stat /home/Coolzero/.wine/${HOME} (No such file or directory), ignoring drive F:
Warning: could not find wine config [Drive x] entry for current working directory /home/Coolzero; starting in windows directory.
Invalid path L"c:windowssystem" for L"system" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/Coolzero/.wine/config)

Danke für die Hilfe

carnil
28.05.04, 14:22
Entschuldige, falls es eine doofe Frage sein sollte, aber existieren überhaupt /mnt/floppy und /mnt/dvd? Falls du nämlich suse benützt gibt es glaubs standardmässig gar kein /mnt verzeichnis, sondern es wird in /media eingehängt ...


Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
Could not stat /mnt/dvd (No such file or directory), ignoring drive D:
Could not stat /home/Coolzero/.wine/${HOME} (No such file or directory), ignoring drive F:
[...]
Perhaps you have not properly edited your Wine configuration file (/home/Coolzero/.wine/config)

Coolzero
28.05.04, 14:30
Ach ja richtig,da hätte ich auch selbst drauf kommen können!
JA benutze Suse

Bekomme aber jetzt noch folgende Fehlermeldung:
Could not stat /home/Coolzero/.wine/${HOME} (No such file or directory), ignoring drive F:
Warning: could not find wine config [Drive x] entry for current working directory /home/Coolzero; starting in windows directory.
Invalid path L"c:windowssystem" for L"system" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/Coolzero/.wine/config)

Krischi
28.05.04, 14:47
Ach ja richtig,da hätte ich auch selbst drauf kommen können!
JA benutze Suse

Bekomme aber jetzt noch folgende Fehlermeldung:
Could not stat /home/Coolzero/.wine/${HOME} (No such file or directory), ignoring drive F:
Warning: could not find wine config [Drive x] entry for current working directory /home/Coolzero; starting in windows directory.
Invalid path L"c:windowssystem" for L"system" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/Coolzero/.wine/config)

Wenn dieser Fehler bei mir nach einer Neuinstallation von wine auftritt hilft es in der Regel, das ganze .wine-Verzeichnis zu löschen, anschließend neu anzulegen und die config wieder einzufügen.
Weiß aber nicht wiewarumweshalb.
Will auch keine falschen Ratschläge geben, aber wie gesagt, bei mir hilfts...bisher zumindest.

Coolzero
28.05.04, 14:57
Also in meinem .wine Verzeichniss, gibt es aber nur meine config DAtei

Krischi
28.05.04, 15:10
Hast Du dann in deinem Verzeichnis /home/Coolzero/winec ein Unterverzeichnis "dosdevices"?
Dann muss das eventuell gelöscht werden. wine sollte das dann eigentlich beim ersten Start bzw. Test (am besten mit notepad oder winemine) selbst wieder anlegen.

Wenn Du dieses Verzeichnis nicht hast vergiß, bitte alles was ich gesagt habe, dann scheinen sich unsere Installationen zu sehr zu unterscheiden ;)

Coolzero
28.05.04, 15:18
Der Momentane Fehler lautet :
Warning: could not find wine config [Drive x] entry for current working directory /home/Coolzero; starting in windows directory.
Invalid path L"c:windowssystem" for L"system" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/Coolzero/.wine/config)


Was ich nicht verstehe ist was mit [Drive x] gemeint ist,in der config gibt es so ein Drive nicht!Und auch das versteh ich nicht:L"c:windowssystem" for L"system

carnil
28.05.04, 15:32
Also in meinem .wine Verzeichniss, gibt es aber nur meine config DAtei

Das ist aber nicht so gut ... bei mir gibt es ein Verzeichnis fake_windows wo dann auch das Windowsverzeichnis drinn ist ... mit den Systemordnern usw ....

Ich bin mir überhaupt nicht sicher, aber deshalb könnte es auch sein, dass er sagt er finde system-Ornder usw. nicht ....

Krischi
28.05.04, 15:32
Eben, daß versteh ich such nicht und habe dazu bisher auch nix gefunden (hab aber auch nicht wirklich intensiv nach gesucht).

Der Fehler trat bei mir mit der 20040505 schon beim installieren auf, d. h. seit dem bleibt er bei der Installation ganz am ende immer hängen (eben da wo er die config erstellen und die windows verzeichnisse anlegen will).
Als ich das dann mit dem löschen und wiedererstellen festgestellt hab, bin ich aus bequemlichkeitsgrnden dazu übergegangen, das Neuanlegen der Verzeichnisse und der config mit den wine-Tools (http://franksworld.net/winetools.html) zu erledigen. Seit dem läufts wieder.

Dieses Tool legt die verzeichnisse allerdings anders an als wine selbst es tun würde, z.B. .wine/fake-windows statt /home/xxxxx/winec.
Das ist der Pfad wie ihn auch ältere Versionen von wine selbst erstellt haben, ich weiß nicht wann und warum das geändert wurde.

carnil
28.05.04, 15:37
Ich denke ich habe da was:
Hier der ausschnitt aus deiner config-Datei:

[wine]
"Windows" = "c:windows"
"System" = "c:windowssystem"
"Temp" = "e:"
"Path" = "c:windows;c:windowssystem;e:;e:test;f:"
"Profile" = "c:windowsProfilesAdministrator"

Und hier meiner:

[wine]
"Windows" = "C:\\Windows"
"System" = "C:\\Windows\\System"
"Temp" = "C:\\Windows\\Temp"
"Path" = "C:\\Windows;C:\\Windows\\System;X:\\;Y:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"


Siehst du es jetzt auch? Ich habe es erst jetzt bemerkt ... es Fehlen die \\ ....

Vielleicht bringt uns das weiter?!

Coolzero
28.05.04, 15:42
Trotdem danke,wenn einem noch was einfällt wäre ich dankbar für Hilfe

Coolzero
28.05.04, 15:45
Hab das grad ausprobiert,bekomme aber immer noch folgenden fehler:
Warning: could not find wine config [Drive x] entry for current working directory /home/Coolzero; starting in windows directory.
Invalid path L"C:\\Windows\\Temp" for L"temp" directory: does not exist.
Perhaps you have not properly edited your Wine configuration file (/home/Coolzero/.wine/config)

carnil
28.05.04, 15:51
Trotdem danke,wenn einem noch was einfällt wäre ich dankbar für Hilfe

Wieso trotzdem Danke ... hat das mit den \\ nicht funktioniert?

EDIT: Sorry hatte den Beitrag weiter unten offenbar noch nicht aktualisiert und deshalb nicht gesehen, dass du schon wieder zurückgeschrieben hattest ...
MfG carnil

Coolzero
28.05.04, 15:56
Aber die winetools haben geholfen,wieso auch immer,aber hab jetzt ein neues Problem,wenn ich eine setup.exe starten will kommt mit wine setup.exe bekomme ich folgende Fehlermeldung:

Cannot load library "radmin32.dll"or linked libraries
wine setup.exe
fixme:ntdll:NtQueryInformationToken (0x74,2,0x41134494,1024,0x4068f2fc): stub


Vieleicht kann mir ja auch da noch jemand helfen!
Danke

Krischi
28.05.04, 16:14
Was für eine setup.exe ist es denn? Also zu welchem Programm?

Coolzero
29.05.04, 16:52
also das Programm heißt Cover ME und ist ein Cover druck Programm!Es ist nicht auf cd, sondern als dateien af der Festplatte

stefan.becker
29.05.04, 19:11
http://www.kde-apps.org/content/show.php?content=9968

stefan.becker
29.05.04, 19:16
Cannot load library "radmin32.dll"or linked libraries
wine setup.exe
fixme:ntdll:NtQueryInformationToken (0x74,2,0x41134494,1024,0x4068f2fc): stub


Das Lesen von Fehlermeldungen ist empfehlenswer. Es fehlt eine DLL, also besorg sie dir irgendwoher (Google hilft), kopier sie nach windows\system vom Wine Verzeichnis.

Und dann schau mal bitte bei frankscorner oder Codeweavers Appdb vorbei und schau, ob das Programm läuft. Wenn da nix steht, siht es zumeist eh schlecht aus.

Alternativ Linux Software, das sind zumeist bessere Alternativen.