LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 05-08-2004, 10:29 AM   #1
Balkman
Member
 
Registered: Jan 2004
Location: USA, Pa
Distribution: Slackware 10
Posts: 65

Rep: Reputation: 15
Warcraft III: Fatal Error on Point2Play (winex 3.3.1)


Alright, This is my first game installation on linux, and i haven't gotten it to work yet.

I got Point2Play working and got the winex 3.3.1 all setup and now im trying to install WC and WC: FT. I run the install and install it to C:/ drive. It installs with no errors or anything but when i try to run the program it gives me a Fatal Error.

I just installed Slackware 9.1 so maybe i haven't configured everything right yet. Also on the transgamming website they said make a file called "libGL.so" which i did by typing:

ln -s /usr/lib/libGL.so.1

I have no idea what that did but apparently it fixes the Fatal error problem (which it didn't). It also said make sure that the files are linked to the correct video driver files which i dont understand what that means. If you want to look for yourself heres the URL:

http://www.transgaming.com/gamefaq.php?gameid=556

If someone could step me through the process of installing Warcraft III on Slackware 9.1 with Point2Play that would really appreciated.

Thanks,
Jay

(i have 2.4.22 Linux kernel)

Last edited by Balkman; 05-08-2004 at 10:31 AM.
 
Old 05-08-2004, 01:35 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
How about you go back and follow the directions correctly instead?

ln -s /usr/lib/libGL.so.1 /usr/lib/libGL.so is the line they tell you to type.

Last edited by Caeda; 05-08-2004 at 01:37 PM.
 
Old 05-08-2004, 11:35 PM   #3
Balkman
Member
 
Registered: Jan 2004
Location: USA, Pa
Distribution: Slackware 10
Posts: 65

Original Poster
Rep: Reputation: 15
ok.... I did that and it did a whole nothing, in fact the file already existed.
 
Old 05-09-2004, 12:39 PM   #4
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Well then. Your paying for WineX 3.3.1 This would be what their "support" tab is for as they should have to fix it if its broken? The game is on the list of installable games?
 
Old 05-09-2004, 02:23 PM   #5
AFI_Flame
Member
 
Registered: Apr 2004
Location: Nolensville, TN
Distribution: OpenSuse 10.2
Posts: 253

Rep: Reputation: 30
hmm... warcraft 3 works just fine for me on Mandrake 9.2. I didn't have do run that command or anything. I just installed it and ran it and it worked. What graphics card do you have? Maybe you haven't installed it correctly.
 
Old 05-09-2004, 07:36 PM   #6
Balkman
Member
 
Registered: Jan 2004
Location: USA, Pa
Distribution: Slackware 10
Posts: 65

Original Poster
Rep: Reputation: 15
i have a GeForce FX 5600 (256 meg)

this is the error i get in the console:

Xlib: extension "GLX" missing on display ":0.0".

I googled on that problem and it said to change the /etc/X11/XF86Config and make sure you have glx enabled. I found that in that file it had a "#" before the " load "glx" " which im assuming means it was commented out...

anyway i deleted the # but the problem still is there... i still get the error in console:
Xlib: extension "GLX" missing on display ":0.0".
 
Old 05-10-2004, 08:08 AM   #7
Protex
Member
 
Registered: Sep 2003
Location: Buffalo, NY
Distribution: Slackware 9.1 (prev: mandrake 9.1)
Posts: 63

Rep: Reputation: 15
Try installing the drivers from nvidia. They are pretty straight forward to install. This should fix your glx problems.

Also, as far as warcraft not working on slack...it works great for me but I am not using point2play.

try calling it from a console with just winex and not point to play and see what happens.
 
Old 05-10-2004, 08:12 AM   #8
Hano
Member
 
Registered: Sep 2001
Location: Venezuela, Caracas
Distribution: RedHat 9.0
Posts: 196

Rep: Reputation: 30
to see against what libraries a program is linked, you can use the ldd command

ldd prog

[a list of linked libraries]

if you get some (not found) messages, that is a symptom of a missing libraries recognized by the system. Depending on which ones, you must ldconfig the path where those libraries are
 
Old 05-10-2004, 03:40 PM   #9
AFI_Flame
Member
 
Registered: Apr 2004
Location: Nolensville, TN
Distribution: OpenSuse 10.2
Posts: 253

Rep: Reputation: 30
are you able to play any other 3d games? another way to test if your graphics card is working is to run this command:

glxgears -info

then post what that gives you
 
Old 05-10-2004, 04:41 PM   #10
Balkman
Member
 
Registered: Jan 2004
Location: USA, Pa
Distribution: Slackware 10
Posts: 65

Original Poster
Rep: Reputation: 15
thanks for the replies.... i got it working finally.

the problem was that i didn't install my videocard driver correctly (i still needed to configure xf86conf). Everything is working with the oringinal warcraft, but now i can't get the frozen throne to install. I try to install WC: FT but it doesn't find the old warcraft installation. How can i make Point2Play find the old installtion?
 
Old 05-10-2004, 09:07 PM   #11
AFI_Flame
Member
 
Registered: Apr 2004
Location: Nolensville, TN
Distribution: OpenSuse 10.2
Posts: 253

Rep: Reputation: 30
you have to install it under the same name as warcraft 3... every time you make a new name it makes a new folder... expansions need to be under the same folder.
 
Old 05-11-2004, 03:33 PM   #12
Balkman
Member
 
Registered: Jan 2004
Location: USA, Pa
Distribution: Slackware 10
Posts: 65

Original Poster
Rep: Reputation: 15
Awesome thanks AFI_Flame...
you're the man now dogg
-sean c.
 
  


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
Warcraft III World Editor with Point2Play a thing Linux - Games 0 03-12-2005 09:22 AM
Warcraft III Cd? davidfes Linux - Newbie 2 07-15-2004 08:31 PM
Warcraft III: FT runs slow with winex 3.3.2 Balkman Linux - Games 7 06-15-2004 12:00 AM
warcraft III help neuroticnumbnut Linux - Games 10 03-12-2004 02:29 PM
Warcraft III hanleychan Linux - Newbie 13 10-23-2003 04:07 AM

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

All times are GMT -5. The time now is 05:14 PM.

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