Click to See Complete Forum and Search --> : Wine problems


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?

xhadow
06-30-2001, 11:23 AM
well, I'm not sure if you can use wine to play windoze gamez, have you read all the information at winehq.org (http://www.winehq.org)

Cuthbert
06-30-2001, 11:25 AM
Yeah.... Half-Life can be done using Wine. I haven't done it myself..... but here's a good link:
http://lhl.linuxgames.com/

:)

Krycheck
06-30-2001, 01:26 PM
I looked at the NHF for Wine and did as it said and no luck. WineHowTo seems a little over my head. I was hoping someone could see some errors in my config that relates to that error message.

Linuxcool
06-30-2001, 07:24 PM
If the copy of your fstab file is accurate, then you have some problems.
This is your fstab file now:

/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

This is how it should look:

/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

[ 30 June 2001: Message edited by: Linuxcool ]

Krycheck
06-30-2001, 07:56 PM
That was a bad copy and paste job so here it is again:

/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

Krycheck
07-01-2001, 05:14 PM
Up!
Come on guys, wouldn't everyone like to get me away from Windows :D

One mistake I know I made was removing my temp directory but I already put that back in and same thing still.

Linuxcool
07-02-2001, 12:20 AM
I noticed that drives E and G are both labeled "Tmp Drive". Would that be a problem?

Wine is looking for ' hl.exe ' in directory /mnt/win_d/Half-Life. Does that directory exist on /mnt/win_d ? If you do a ' ls /mnt/win_d ', do you see the directory Half-Life?

Also, do a ' mount ' and see if your hard drive partitions are mounted.

[ 02 July 2001: Message edited by: Linuxcool ]