LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-13-2010, 01:39 PM   #1
steviebob
Member
 
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136

Rep: Reputation: 16
hl.exe isn't starting with WINE


I lately installed WINE and downloaded a triple combo pack of half-life, opposing force, and blue shift for the second time. The first time, which was before I re-installed Slackware, it worked all right, but now, after I re-installed Slackware, hl.exe just won't run at all. I go into a terminal, cd to the directory, and type "wine hl.exe" and get the following error message:
Code:
bash-3.1# wine hl.exe
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 3 and card vendor 8086.
fixme:win:EnumDisplayDevicesW ((null),0,0x32f4ac,0x00000000), stub!
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 3 and card vendor 8086.
I honestly have no idea what the problem is, aside from "No card selector available for GL vendor 3 and card vendor 8086", which I have a bit of trouble understanding.. any ideas on the subject?
 
Old 03-13-2010, 03:37 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You should probably change the title to something a little more obvious. The only reason I clicked on this topic is because I have played Half Life recently and knew what hl.exe was.

Anyway, the problem sounds like either your video card drivers aren't installed properly, or you need to configure Wine's video settings.

What video hardware do you have, and which drivers are you running for it?
 
Old 03-13-2010, 04:11 PM   #3
steviebob
Member
 
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by MS3FGX View Post
You should probably change the title to something a little more obvious. The only reason I clicked on this topic is because I have played Half Life recently and knew what hl.exe was.

Anyway, the problem sounds like either your video card drivers aren't installed properly, or you need to configure Wine's video settings.

What video hardware do you have, and which drivers are you running for it?
Well, I installed Slackware just like I did last time, and I really don't know where to find out what drivers I'm using... I'm not into troubleshooting much, hehe... where could I find out?
 
Old 03-13-2010, 04:20 PM   #4
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
'lspci' should list all pci devices, you should be able to identify it from the list it presents.
You may need to run the command as root, and if you're not sure, post it here and we'll have a look.
 
Old 03-13-2010, 04:26 PM   #5
steviebob
Member
 
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136

Original Poster
Rep: Reputation: 16
Code:
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
Is this what you mean?
Code:
bash-3.1# lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:03.0 Communication controller: Conexant Systems, Inc. Device 2f40
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
There's the rest, in case it wasn't what you meant.
 
Old 03-13-2010, 04:28 PM   #6
TheStarLion
Member
 
Registered: Nov 2009
Location: UK
Distribution: Gentoo
Posts: 472

Rep: Reputation: 41
I believe you had it right the first time, no worries. It's really not hard to tell the difference usually.
 
Old 03-13-2010, 04:33 PM   #7
steviebob
Member
 
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136

Original Poster
Rep: Reputation: 16
Alright, thanks. I'm still sort of new to Linux, having only been using it for about 3 or 4 months now.
 
Old 03-13-2010, 07:41 PM   #8
steviebob
Member
 
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136

Original Poster
Rep: Reputation: 16
No answer/solution? D: Aw, I was hoping to play Half-Life again :/
 
Old 03-13-2010, 08:52 PM   #9
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
You will want to install the proprietary Nvidia Linux drivers to get any serious 3D performance.

How did you install WINE? Is it a precompiled package, or did you build from source?
 
Old 03-13-2010, 11:02 PM   #10
steviebob
Member
 
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by MS3FGX View Post
You will want to install the proprietary Nvidia Linux drivers to get any serious 3D performance.

How did you install WINE? Is it a precompiled package, or did you build from source?
Source. and I did the exact same thing I did this time before I re-installed Slackware, and it worked fine.
 
Old 03-14-2010, 05:17 PM   #11
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Well obviously something must be different, since it doesn't work this time and it did before. Can you think of anything you did differently? Did you do a full install both times?
 
Old 03-16-2010, 09:48 PM   #12
steviebob
Member
 
Registered: Jan 2010
Location: Arkansas
Distribution: Slackware-Current, LFS
Posts: 136

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by MS3FGX View Post
Well obviously something must be different, since it doesn't work this time and it did before. Can you think of anything you did differently? Did you do a full install both times?
Nope, nothing different. Full install both times and the same packages installed n' everything.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
samba compatibility with microsoft srvtools.exe (usrmgr.exe and srvmgr.exe) checkmate3001 Linux - Software 1 09-06-2008 05:08 AM
wine utorrent.exe fault Linux - Software 9 05-03-2006 01:48 PM
SETUP.EXE/autorun.exe don't run in wine mst3kman Linux - Games 3 01-22-2006 02:20 PM
wine: cannot determine executable type for L"Y:\\.wine\\aforce.exe" jimsproch Linux - Software 0 02-04-2005 07:13 PM
Getting cannot find .exe when starting wine kered Linux - Games 4 12-31-2003 04:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration