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 07-06-2005, 03:42 PM   #16
[|RoA|]RoadRunner
Member
 
Registered: Jul 2005
Distribution: LFS
Posts: 43

Rep: Reputation: 15

You can install / find it in YaST under the development tools.
 
Old 07-06-2005, 04:43 PM   #17
izquierdista
Member
 
Registered: Mar 2005
Distribution: Ubuntu
Posts: 344

Original Poster
Rep: Reputation: 30
ok, I managed to install a game using cedega, now what do I do to play it?

I tried going to the file cvscedega and then clicking on the deadlock.exe file, when I do that it tells me that it could not load a needed cam called deadcyb.cam

I thought that it was the game, but then I installed Simcity 3000 and I still dont know how to play them.

I think that I must be doing something wrong because I went on the internet and people have posted that they have played grand theft auto etc. without a problem.


can someone please help me, I have the games installed now but I dont know how to play them using cedega.


all I know is that the games install in this file called .cvscedega and then inside the c drive, then program files.

Last edited by izquierdista; 07-06-2005 at 05:54 PM.
 
Old 07-06-2005, 06:38 PM   #18
rose_bud4201
Member
 
Registered: Aug 2002
Location: St Louis, MO
Distribution: Xubuntu, RHEL, Solaris 10
Posts: 929

Rep: Reputation: 30
if you installed the game with a command like 'cedega /mnt/cdrom/setup.exe' (i.e. the location of the Installation program on the game's cdrom), you can just run it with the command 'cedega /path/to/the/game'
For me with WoW for example, it's
cedega /home/myusername/TransGaming_Drive/Program Files/World of Warcraft/WoW.exe

For you it sounds like it'll be something like 'cedega /home/yourusername/.cedegacvs/c/program files/your game/something.exe' (adjust as necessary )

Last edited by rose_bud4201; 07-06-2005 at 06:50 PM.
 
Old 07-06-2005, 06:50 PM   #19
izquierdista
Member
 
Registered: Mar 2005
Distribution: Ubuntu
Posts: 344

Original Poster
Rep: Reputation: 30
I installed the game by going into the my computer and then I clicked on the cdrom drive and then after that I clicked on the setup.exe file. I ran the setup and after it installed I did the following

1) went to my home folder

2)went to the folder called: cvscedega

3)then the folder called: C drive

4) then the folder called: accolade

5) after that the file called: Deadlock II

6) then I clicked on deadlock.exe and told the computer to open with.. cvscedega

Unfortunately that did not work.

I also tried doing typing this from the shell prompt:

~> cvscedega /home/chichenitza/.cvscedega/c_drive/Program Files/Accolade/Deadlock II/deadlock.exe
/home/chichenitza/.WineCVS/installs/cvscedega/bin/wine: cannot find '/home/chichenitza/.cvscedega/c_drive/Program'
chichenitza@rn103188:~>

that did not work either.



should I reinstall the game? In that case how do I unistall the old version?

I really want to play my games on my Linux computer, Is there some way that we could communicate simulatneously like using Gaim or something like that so that you could explain to me exactly what to do?

I really appreciate your help

Last edited by izquierdista; 07-06-2005 at 06:57 PM.
 
Old 07-06-2005, 07:14 PM   #20
rose_bud4201
Member
 
Registered: Aug 2002
Location: St Louis, MO
Distribution: Xubuntu, RHEL, Solaris 10
Posts: 929

Rep: Reputation: 30
Which game is it? It's unlikely that just doubleclicking on the .exe will do anything - linux doens't know what to do with it :-) Hence, the need for Cedega.
You aren't going to be able to do this by doubleclicking on anything. Cedega, esp. the cvs version, is commandline only. So open up a terminal window, and (assuming that your game is called "Deadlock II" and its application is deadlock.exe (and that this is the correct path)), type:
cedega /home/you/cvscedega/C drive/accolade/deadlock.exe

This is also assuming that you've got your graphics drivers installed correctly. You'll know rather quickly if you don't
 
Old 07-06-2005, 07:35 PM   #21
izquierdista
Member
 
Registered: Mar 2005
Distribution: Ubuntu
Posts: 344

Original Poster
Rep: Reputation: 30
the game is a game called deadlock II, which was released in 1998. It is an old game but I like it because It is a strategy game with a lot of depth. When the game was released they also released a linux version for it unfortunately when I bought it I didnt even know what linux was so the version that I have is the windows version.

the path file for the deadlock.exe file is as follows:

file:/home/chichenitza/.cvscedega/c_drive/Program Files/Accolade/Deadlock II/deadlock.exe


I tried typing the command that you told me but I get the following error message:

chichenitza@rn103188:~> cedega /home/chichenitza/.cvscedega/c_drive/Program Files/Accolade/Deadlock II/deadlock.exe
bash: cedega: command not found
chichenitza@rn103188:~>


I also tried:

chichenitza@rn103188:~> cvscedega /home/chichenitza/.cvscedega/c_drive/Program Files/Accolade/Deadlock II/deadlock.exe
/home/chichenitza/.WineCVS/installs/cvscedega/bin/wine: cannot find '/home/chichenitza/.cvscedega/c_drive/Program'
chichenitza@rn103188:~>

that did not work either.

I dont know why it is not working for me, I have seen on the internet that people can play windows games all they want on linux but I cant get it to work.


how can I check to see if cedega is properly installed on my computer? maybe this will help.

I am sorry that I keep on nagging it is just that I like everybody else want to be able to play my computer games.
 
Old 07-06-2005, 07:44 PM   #22
rose_bud4201
Member
 
Registered: Aug 2002
Location: St Louis, MO
Distribution: Xubuntu, RHEL, Solaris 10
Posts: 929

Rep: Reputation: 30
Hmm..it seems that cvscedega drops its executable into /home/you/bin/cvscedega, rather than into your system's normal /bin directory. O_o
In any case, you can do one of two things here:
a) type
/home/you/bin/cvscedega "/home/chichenitza/.cvscedega/c_drive/Program Files/Accolade/Deadlock II/deadlock.exe"
(with the quotes, as the spaces will confuse linux) every time you want to start the app
b) issue the command 'su' and type in your root password. Then do
ln -s /home/you/bin/cvscedega /bin/cvscedega
and that will create an executable under /bin that your system will recognize from here on out, and you'll be able to just type
cvscedega "/home/chichenitza/.cvscedega/c_drive/Program Files/Accolade/Deadlock II/deadlock.exe"
(again with the quotes) like a normal program.
 
Old 07-06-2005, 07:46 PM   #23
rose_bud4201
Member
 
Registered: Aug 2002
Location: St Louis, MO
Distribution: Xubuntu, RHEL, Solaris 10
Posts: 929

Rep: Reputation: 30
Incidentally, if you type 'glxinfo | grep -i direct' from the commandline, what do you get? (This is me being paranoid about your drivers)
 
Old 07-06-2005, 08:06 PM   #24
izquierdista
Member
 
Registered: Mar 2005
Distribution: Ubuntu
Posts: 344

Original Poster
Rep: Reputation: 30
this is what I get whenever I type the command that you told me:


chichenitza@rn103188:~> glxinfo | grep -i direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
chichenitza@rn103188:~>
 
Old 07-06-2005, 08:15 PM   #25
rose_bud4201
Member
 
Registered: Aug 2002
Location: St Louis, MO
Distribution: Xubuntu, RHEL, Solaris 10
Posts: 929

Rep: Reputation: 30
Ok, you're going to have problems. You don't have 3D drivers, and most games aren't going to like that at all.
Is yours an ATI or nVidia card?
 
Old 07-06-2005, 08:20 PM   #26
izquierdista
Member
 
Registered: Mar 2005
Distribution: Ubuntu
Posts: 344

Original Poster
Rep: Reputation: 30
I did what you told me, now the file executes the screen acts like the game is going to come out and a wine window pops up and says that it cannot load deadcyb.cam.

on the shell script I get the following message:

hichenitza@rn103188:~> cvscedega "/home/chichenitza/.cvscedega/c_drive/Program Files/Accolade/Deadlock II/deadlock.exe"
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
fixme:wave:ALSA_WaveInit -fixme:wave:ALSA_WaveInit -
err:midi:MIDI_AlsaToWindowsDeviceType Cannot determine the type of this midi device. Assuming FM Synth
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4039cf00)->(00010021,00000011)
fixme:ole:CoCreateInstance no classfactory created for CLSID {47d4d946-62e8-11cf-93bc-444553540000}, hres is 0x80040154
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
chichenitza@rn103188:~>


what does that mean?

Last edited by izquierdista; 07-06-2005 at 08:23 PM.
 
Old 07-06-2005, 08:21 PM   #27
izquierdista
Member
 
Registered: Mar 2005
Distribution: Ubuntu
Posts: 344

Original Poster
Rep: Reputation: 30
in all actuality I dont know what type of driver I have, All I know that under windows the games worked without a problem.
 
Old 07-06-2005, 08:45 PM   #28
rose_bud4201
Member
 
Registered: Aug 2002
Location: St Louis, MO
Distribution: Xubuntu, RHEL, Solaris 10
Posts: 929

Rep: Reputation: 30
Yes, it p'bly does work on Windows. Because on Windows, you've got 3D drivers installed
However, this is linux. Things are generally not effortless here, and while your distro definitely does include basic drivers for your graphics card - enough that you can run GUI applications and have a desktop and such - it doesn't include the 3D drivers that you need for something like game playing.

If you have an ATI card (i.e. Radeon) (I sort of hope not...ATI makes really irritating Linux drivers. You end up having to compile kernel modules for the driver, and if you're running SuSE 9.1, you're also going to need to recompile your entire kernel. SuSE provides incorrect and almost unusable source code for the kernel they install by default. SuSE Kernel recompile + Cedega was my entire last weekend's project.). You can get the ATI drivers from ATI's drivers website.

If you've got an nVidia (i.e. GeForce) card, you can get the drivers from nVidia's website. Their site was being really abysmally slow when I tried to get the latest ones earlier today, so I found them at this alternate website. Their installation is a breeze - like a driver installation ought to be

This is a bad place to guess. Find out exactly which video card you have, and get only the drivers for that card.
 
Old 07-06-2005, 10:11 PM   #29
izquierdista
Member
 
Registered: Mar 2005
Distribution: Ubuntu
Posts: 344

Original Poster
Rep: Reputation: 30
I checked the configuration in my computers control center and saw that My graphics card is an: SiS SiS 650 (sis).

how do I know if it is nVidia or ATI?
 
Old 07-07-2005, 02:33 AM   #30
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Quote:
Originally posted by izquierdista
I also tried doing typing this from the shell prompt:

~> cvscedega /home/chichenitza/.cvscedega/c_drive/Program Files/Accolade/Deadlock II/deadlock.exe
/home/chichenitza/.WineCVS/installs/cvscedega/bin/wine: cannot find '/home/chichenitza/.cvscedega/c_drive/Program'
chichenitza@rn103188:~>
Problem is simply that the space between Program and Files (and between Deadlock and II as well) should be escaped; linux isn't too happy about spaces in file/directory names
Instead, type
Code:
~> cvscedega /home/chichenitza/.cvscedega/c_drive/Program\ Files/Accolade/Deadlock\ II/deadlock.exe
In that case the space is escaped (i.e. not recognised as a special character) by the backslash in front of it.

Cheers, Leon.

[EDIT] sorry, I didn't read the thread well, this hurdle was already solved...

Last edited by BroX; 07-07-2005 at 02:38 AM.
 
  


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
wine + game resolution problem desp29am Linux - General 2 11-16-2005 02:26 PM
problem installing game using wine darkone66669 Linux - Software 1 01-11-2005 01:00 PM
Wine - The game will not run under Windows 95 shermang Linux - Software 3 09-04-2003 01:29 PM
cant install game using wine Synth218 Slackware 4 06-18-2003 05:58 PM
How do I uninstall a game I installed using wine? vbp6us Linux - General 6 02-19-2003 12:29 AM

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

All times are GMT -5. The time now is 02:18 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