Lord Tocharian
10-16-2001, 11:17 PM
Hi, I have the following problem when trying to run WINE. When I try to run a simple install by saying wine --winver win98 /mnt/cdrom1/SETUP.EXE it prints the following message:
FIXME :pthread_rwlock_rdlock
FIXME :pthread_rwlock_unlock
Could not stat /c (No such file or directory), ignoring drive C:
Invalid path 'h:windowssystem' for system directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
I am running a fake windows install in /usr/local/lib/win
My config file is as follows (obviously I have left out a lot):
[Drive H]
"Path" = "/usr/local/lib/win"
"Type" = "network"
"Label" = "Windows"
"Filesystem" = "win95"
[Drive C]
"Path" = "/c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
[Drive D]
"Path" = "/mnt/cdrom1"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
"Device" = "/dev/cdrom1"
[wine]
"Windows" = "h:\windows"
"System" = "h:\windows\system"
"Temp" = "h:\temp"
"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"
FIXME :pthread_rwlock_rdlock
FIXME :pthread_rwlock_unlock
Could not stat /c (No such file or directory), ignoring drive C:
Invalid path 'h:windowssystem' for system directory: does not exist
Perhaps you have not properly edited or created your Wine configuration file.
I am running a fake windows install in /usr/local/lib/win
My config file is as follows (obviously I have left out a lot):
[Drive H]
"Path" = "/usr/local/lib/win"
"Type" = "network"
"Label" = "Windows"
"Filesystem" = "win95"
[Drive C]
"Path" = "/c"
"Type" = "hd"
"Label" = "MS-DOS"
"Filesystem" = "win95"
[Drive D]
"Path" = "/mnt/cdrom1"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
"Device" = "/dev/cdrom1"
[wine]
"Windows" = "h:\windows"
"System" = "h:\windows\system"
"Temp" = "h:\temp"
"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"