Krycheck
06-30-2001, 12:54 AM
I installed the latest Wine so I can try to get Half Life working. What ever windows file I try to run I get:
Warning: could not find wine config [Drive x] entry for current working directory /mnt/win_d/Half-Life; starting in windows directory.
wine: cannot find 'hl.exe'
This is what my wine.config looks like:
[Drive A]
"Path" = "/mnt/fd0"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"
[Drive C]
"Path" = "/mnt/win_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" = "/mnt/win_c2"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[Drive F]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
[Drve G]
"Path" = "/mnt/win_c3"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[Drive H]
"Path" = "/mnt/win_d"
"Type" = "hd"
"Label" = "Tmp Drive1"
"Filesystem" = "win95"
My fstab looks like this:
/dev/hda5 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdg6 /home ext2 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
/dev/hda1 /mnt/win_c vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
/dev/hdg1 /mnt/win_c2 vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0/dev/hdh1 /mnt/win_c3 vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0/dev/hdg5 /mnt/win_d vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0
Can anyone see what im doing wrong?
Warning: could not find wine config [Drive x] entry for current working directory /mnt/win_d/Half-Life; starting in windows directory.
wine: cannot find 'hl.exe'
This is what my wine.config looks like:
[Drive A]
"Path" = "/mnt/fd0"
"Type" = "floppy"
"Label" = "Floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"
[Drive C]
"Path" = "/mnt/win_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" = "/mnt/win_c2"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[Drive F]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
[Drve G]
"Path" = "/mnt/win_c3"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[Drive H]
"Path" = "/mnt/win_d"
"Type" = "hd"
"Label" = "Tmp Drive1"
"Filesystem" = "win95"
My fstab looks like this:
/dev/hda5 / ext2 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hdg6 /home ext2 defaults 1 2
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
/dev/hda1 /mnt/win_c vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
/dev/hdg1 /mnt/win_c2 vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0/dev/hdh1 /mnt/win_c3 vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0/dev/hdg5 /mnt/win_d vfat user,exec,umask=0,codepage=850,iocharset=iso8859-1 0 0
none /proc proc defaults 0 0
/dev/hda6 swap swap defaults 0 0
Can anyone see what im doing wrong?