Ik heb net WineX (cvs) geinstalleerd.
Als ik de install.exe van een cd wil starten krijg ik de volgende foutmelding:
Dit is het eerste deel van mijn config. Om alles hier te posten leek me een beetje veel, mocht het nodig zijn kan ik dat later nog doen.
Ik heb geen idee wat er fout aan kan zijn. Of misschien is er een ander probleem?
Als ik de install.exe van een cd wil starten krijg ik de volgende foutmelding:
code:
1
2
3
4
| bash-2.05b# cvswinex /mnt/cdrom/install.exe Invalid path 'c:\windows\system32' for system directory: No such file or directory Perhaps you have not properly edited or created your Wine configuration file. This is (supposed to be) '/root/.cvswinex/config' |
Dit is het eerste deel van mijn config. Om alles hier te posten leek me een beetje veel, mocht het nodig zijn kan ik dat later nog doen.
Ik heb geen idee wat er fout aan kan zijn. Of misschien is er een ander probleem?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| 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 C] "Path" = "/root/.cvswinex/c_drive" "Type" = "hd" "Label" = "Dos Drive" "Filesystem" = "win95" [Drive D] "Path" = "/mnt/cdrom" "Type" = "cdrom" "Label" = "CD-ROM" "Filesystem" = "win95" "Device" = "/dev/cdroms/cdrom0" [Drive E] "Path" = "/tmp" "Type" = "hd" "Label" = "tmp" "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" ; 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" |